std.cover
Code coverage analyzer.
Bugs:
the execution counters are 32 bits in size, and can overflow
inline asm statements are not counted
Functions
void
_d_cover_register
(
char
[]
filename
,
BitArray
valid
,
uint
[]
data
)
void
setDestDir
(
char
[]
pathname
)
Set path to where listing files are to be written.
void
setMerge
(
bool
flag
)
Set merge mode.
Parameters:
flag
true means new data is summed with existing data in the listing file; false means a new listing file is always created.
void
setSourceDir
(
char
[]
pathname
)
Set path to where source files are located.