class Collector

Code coverage collector.

Methods

static void
start($file)

Starts gathering the information for code coverage.

static void
save()

Saves information about code coverage. Do not call directly.

Details

at line 25
static void start($file)

Starts gathering the information for code coverage.

Parameters

$file

Return Value

void

at line 46
static void save()

internal  
 

Saves information about code coverage. Do not call directly.

Return Value

void