dmd_coverSourcePath

Set source file path for coverage reports.

extern (C)
void
dmd_coverSourcePath
(
string path
)

Parameters

path
Type: string

The new path name. Note: This is a dmd specific setting.

Suggestion Box / Bug Report