@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;
}
Report mutations in a format easily readable by a human.