ConfigReport

Config of the report.

Members

Aliases

TestMetaData
alias TestMetaData = NamedType!(AbsolutePath, Tag!"TestMetaData", AbsolutePath.init, TagStringable)
Undocumented in source.

Variables

highInterestMutantsNr
NamedType!(uint, Tag!"HighInterestMutantsNr", uint.init, TagStringable) highInterestMutantsNr;
Undocumented in source.
logDir
AbsolutePath logDir;

Directory to write logs to when writing to the filesystem.

profile
bool profile;

If profiling data should be printed.

reportKind
ReportKind reportKind;
Undocumented in source.
reportSection
ReportSection[] reportSection;
Undocumented in source.
tcKillSortNum
int tcKillSortNum;
Undocumented in source.
tcKillSortOrder
ReportKillSortOrder tcKillSortOrder;

Controls how to sort test cases by their kill statistics.

testGroups
TestGroup[] testGroups;

User regex for reporting groups of tests

testMetadata
Optional!TestMetaData testMetadata;
Undocumented in source.
unifiedDiff
bool unifiedDiff;

If a unified diff should be used in the report

Meta