PHP_CodeCoverage_Driver
in
Interface for code coverage drivers.
Tags
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
LINE_EXECUTED
public
int
LINE_EXECUTED
= 1
Tags
LINE_NOT_EXECUTABLE
public
int
LINE_NOT_EXECUTABLE
= -2
Tags
LINE_NOT_EXECUTED
public
int
LINE_NOT_EXECUTED
= -1
Tags
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>