ReportHtml

Undocumented in source.

Constructors

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

Members

Functions

fileMutantEvent
void fileMutantEvent(FileMutantRow fr)
Undocumented in source. Be warned that the author may not have intended to support it.
getFileReportEvent
void getFileReportEvent(Database db, FileRow fr)
Undocumented in source. Be warned that the author may not have intended to support it.
mutationKindEvent
void mutationKindEvent(MutationKind[] k)
Undocumented in source. Be warned that the author may not have intended to support it.
postProcessEvent
void postProcessEvent(Database db)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conf
ConfigReport conf;
Undocumented in source.
ctx
FileCtx ctx;
Undocumented in source.
diff
Diff diff;
Undocumented in source.
files
Appender!(FileIndex[]) files;
Undocumented in source.
fio
FilesysIO fio;
Undocumented in source.
humanReadableKinds
MutationKind[] humanReadableKinds;

What the user configured.

kinds
Mutation.Kind[] kinds;
Undocumented in source.
logDir
AbsolutePath logDir;

The base directory of logdirs

logFilesDir
AbsolutePath logFilesDir;

Reports for each file

sections
Set!ReportSection sections;
Undocumented in source.

Meta