ReportCSV

Report mutations in a format easily imported to Excel like software.

Constructors

this
this(Mutation.Kind[] kinds, ReportLevel report_level, FilesysIO fio)
Undocumented in source.

Members

Aliases

Writer
alias Writer = void function(const(char)[])
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.

Variables

fio
FilesysIO fio;
Undocumented in source.
kinds
Mutation.Kind[] kinds;
Undocumented in source.
report_level
ReportLevel report_level;
Undocumented in source.
writer
Writer writer;
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