MutationStat

Statistics for a group of mutants.

Members

Functions

score
double score()

Adjust the score with the alive mutants that are suppressed.

suppressedOfTotal
double suppressedOfTotal()

Suppressed mutants of the total mutants.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alive
long alive;
Undocumented in source.
aliveNoMut
long aliveNoMut;
Undocumented in source.
killed
long killed;
Undocumented in source.
killedByCompiler
long killedByCompiler;
Undocumented in source.
killedByCompilerTime
Duration killedByCompilerTime;
Undocumented in source.
predictedDone
Duration predictedDone;
Undocumented in source.
timeout
long timeout;
Undocumented in source.
total
long total;
Undocumented in source.
totalTime
Duration totalTime;
Undocumented in source.
untested
long untested;
Undocumented in source.

Meta