class Collector

Code coverage collector.

Methods

static bool
isStarted()

No description

static void
start($file)

Starts gathering the information for code coverage.

static 
flush()

Flushes all gathered information. Effective only with PHPDBG collector.

static void
save()

Saves information about code coverage. Can be called repeatedly to free memory.

Details

at line 26
static bool isStarted()

No description

Return Value

bool

at line 38
static void start($file)

Starts gathering the information for code coverage.

Parameters

$file

Return Value

void

Exceptions

LogicException

at line 67
static flush()

Flushes all gathered information. Effective only with PHPDBG collector.

at line 80
static void save()

Saves information about code coverage. Can be called repeatedly to free memory.

Return Value

void

Exceptions

LogicException