_d_cover_register2

The coverage callback.

extern (C)
void
_d_cover_register2
(
string filename
,
size_t[] valid
,
uint[] data
,)

Parameters

filename string

The name of the coverage file.

valid size_t[]

Bit array containing the valid code lines for coverage

data uint[]

Array containg the coverage hits of each line

minPercent ubyte

minimal coverage of the module

Meta