ReportPlain

Report mutations in a format easily readable by a human.

@safe @safe final
class ReportPlain : ReportEvent {
Mutation.Kind[] kinds;
bool[ReportSection] sections;
FilesysIO fio;
long[MakeMutationTextResult] mutationStat;
long[TestCase] testCaseStat;
MutationsMap testCaseMutationKilled;
MutationReprMap mutationReprMap;
Appender!(MutationId[]) testCaseSuggestions;
}

Meta