Documentation

PHP_CodeCoverage_Driver
in

Interface for code coverage drivers.

Tags
since

Class available since Release 1.0.0

Table of Contents

LINE_EXECUTED  = 1
LINE_NOT_EXECUTABLE  = -2
LINE_NOT_EXECUTED  = -1
start()  : mixed
Start collection of code coverage information.
stop()  : array<string|int, mixed>
Stop collection of code coverage information.

Constants

Methods

start()

Start collection of code coverage information.

public start() : mixed
Return values
mixed

stop()

Stop collection of code coverage information.

public stop() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results