ReportMarkdown

Report mutations in a format easily readable by a human.

Constructors

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

Members

Aliases

Row
alias Row = Table!(5).Row
Undocumented in source.

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.

Static variables

col_w
auto col_w;
Undocumented in source.
mutation_w
auto mutation_w;
Undocumented in source.

Variables

fio
FilesysIO fio;
Undocumented in source.
kinds
Mutation.Kind[] kinds;
Undocumented in source.
markdown
Markdown!(SimpleWriter, SimpleWriter) markdown;
Undocumented in source.
markdown_loc
Markdown!(SimpleWriter, SimpleWriter) markdown_loc;
Undocumented in source.
markdown_sum
Markdown!(SimpleWriter, SimpleWriter) markdown_sum;
Undocumented in source.
mut_tbl
Table!5 mut_tbl;
Undocumented in source.
mutationStat
long[MakeMutationTextResult] mutationStat;
Undocumented in source.
reportIndividualMutants
bool reportIndividualMutants;
Undocumented in source.
sections
Set!ReportSection sections;
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