CoverageDriver

Undocumented in source.

Constructors

this
this(FilesysIO fio, Database* db, TestRunner* runner, ConfigCoverage conf, ShellCommand buildCmd, Duration buildCmdTimeout)
Undocumented in source.

Members

Aliases

Fsm
alias Fsm = my.fsm.Fsm!(None, Initialize, InitializeRoots, SaveOriginal, Instrument, Compile, Run, SaveToDb, Restore, Done)
Undocumented in source.

Functions

execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
hasFatalError
bool hasFatalError()
Undocumented in source. Be warned that the author may not have intended to support it.
isRunning
bool isRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(None data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Initialize data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(InitializeRoots data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(SaveOriginal data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Instrument data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Compile data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Run data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(SaveToDb data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Restore data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(Done data)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

execute_
void execute_(CoverageDriver self)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Compile
struct Compile
Undocumented in source.
Done
struct Done
Undocumented in source.
Initialize
struct Initialize
Undocumented in source.
InitializeRoots
struct InitializeRoots
Undocumented in source.
Instrument
struct Instrument
Undocumented in source.
None
struct None
Undocumented in source.
Restore
struct Restore
Undocumented in source.
Run
struct Run
Undocumented in source.
SaveOriginal
struct SaveOriginal
Undocumented in source.
SaveToDb
struct SaveToDb
Undocumented in source.

Meta