There was an error while loading. Please reload this page.
Loads PHPUnit coverage-php reports and exposes their line coverage summary.
coverage-php
\FastForward\DevTools\PhpUnit\Coverage\CoverageSummaryLoaderInterface
Loads the coverage summary from a PHPUnit coverage-php report file.
public load(string $coverageReportPath): \FastForward\DevTools\PhpUnit\Coverage\CoverageSummary
Parameters:
$coverageReportPath
Return Value:
Extracted coverage summary
Throws:
When the report file does not exist or contains invalid data
RuntimeException