www.digitalmars.com

D Programming Language 1.0

Last update Mon Dec 31 10:53:28 2012

std.cover

Code coverage analyzer.

BUGS:


Source:
std/cover.d

void setSourceDir(string pathname);
Set path to where source files are located.

void setDestDir(string pathname);
Set path to where listing files are to be written.

void setMerge(bool flag);
Set merge mode.

Params:
bool flag true means new data is summed with existing data in the listing file; false means a new listing file is always created.