ProcessedCodeCoverageData::$functionCoverage
Function coverage data. Maintains base format of raw data (of testcase ids.
@psalm-var array<string, array<string, array{ branches: array<int, array{ op_start: int, op_end: int, line_start: int, line_end: int, hit: list<TestIdType>, out: array<int, int>, out_hit: array<int, int>, }>, paths: array<int, array{ path: array<int, int>, hit: list<TestIdType>, }>, hit: list<TestIdType> }>>
Type: functionCoverage
See also
https://xdebug.org/docs/code_coverage), but each 'hit' entry is an array
File
-
vendor/
phpunit/ php-code-coverage/ src/ Data/ ProcessedCodeCoverageData.php, line 60
Class
- ProcessedCodeCoverageData
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\DataCode
private array $functionCoverage = [];