TestGroupStat

Undocumented in source.

Members

Variables

alive
MutantInfo[][FileId] alive;

Mutants alive in a file.

description
string description;

Human readable description for the test group.

files
Path[FileId] files;

Lookup for converting a id to a filename

killed
MutantInfo[][FileId] killed;

Mutants killed in a file.

stats
MutationStat stats;

Statistics for a test group.

testCases
TestCase[] testCases;

Map between test cases and their test group.

Meta