ReportPlain

Report mutations in a format easily readable by a human.

Constructors

this
this(Mutation.Kind[] kinds, ConfigReport conf, FilesysIO fio)
Undocumented in source.

Members

Functions

locationEvent
void locationEvent(Database db, IterateMutantRow r)
Undocumented in source. Be warned that the author may not have intended to support it.
locationStatEvent
void locationStatEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
mutationKindEvent
void mutationKindEvent(MutationKind[] kind_)
Undocumented in source. Be warned that the author may not have intended to support it.
statEvent
void statEvent(Database db)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conf
ConfigReport conf;
Undocumented in source.
fio
FilesysIO fio;
Undocumented in source.
kinds
Mutation.Kind[] kinds;
Undocumented in source.
mutationStat
long[MakeMutationTextResult] mutationStat;
Undocumented in source.
sections
Set!ReportSection sections;
Undocumented in source.

Meta