www.digitalmars.com
Last update Mon Jun 19 20:51:25 2006

std.cover

Code coverage analyzer.

BUGS:


void setSourceDir(char[] pathname);
Set path to where source files are located.

void setDestDir(char[] 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.