PHP_CodeCoverage_Driver_HHVM
extends PHP_CodeCoverage_Driver_Xdebug
in package
Driver for HHVM's code coverage functionality.
Tags
Table of Contents
- __construct() : mixed
- Constructor.
- start() : mixed
- Start collection of code coverage information.
- stop() : array<string|int, mixed>
- Stop collection of code coverage information.
- cleanup() : array<string|int, mixed>
- getNumberOfLinesInFile() : int
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —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> —cleanup()
private
cleanup(array<string|int, mixed> $data) : array<string|int, mixed>
Parameters
- $data : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getNumberOfLinesInFile()
private
getNumberOfLinesInFile(string $file) : int
Parameters
- $file : string