ReportPlain

Report mutations in a format easily readable by a human.

TODO: use dextool.set for sections.

Constructors

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

Members

Functions

locationEndEvent
void locationEndEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
locationEvent
void locationEvent(Database db, IterateMutantRow r)
Undocumented in source. Be warned that the author may not have intended to support it.
locationStartEvent
void locationStartEvent(Database db)
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.
mutationReprMap
MutationReprMap mutationReprMap;
Undocumented in source.
mutationStat
long[MakeMutationTextResult] mutationStat;
Undocumented in source.
sections
bool[ReportSection] sections;
Undocumented in source.
testCaseMutationKilled
MutationsMap testCaseMutationKilled;
Undocumented in source.
testCaseSuggestions
Appender!(MutationId[]) testCaseSuggestions;
Undocumented in source.

Inherited Members

From ReportEvent

mutationKindEvent
void mutationKindEvent(MutationKind[] )

The printer is informed of what kind of mutants there are.

locationStartEvent
void locationStartEvent(Database db)
Undocumented in source.
locationEvent
void locationEvent(Database db, IterateMutantRow )
Undocumented in source.
locationEndEvent
void locationEndEvent()
Undocumented in source.
locationStatEvent
void locationStatEvent()
Undocumented in source.
statEvent
void statEvent(Database db)
Undocumented in source.

Meta