DiffReport

Undocumented in source.

Members

Functions

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

Variables

alive
MutantInfo[][FileId] alive;

Mutants alive in a file.

files
Path[FileId] files;

Lookup for converting a id to a filename

killed
MutantInfo[][FileId] killed;

Mutants killed in a file.

rawDiff
Diff.Line[][FileId] rawDiff;

The raw diff for a file

score
double score;

The mutation score.

testCases
TestCase[] testCases;

Test cases that killed mutants.

Meta