We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Loads line coverage metrics from the serialized PHPUnit coverage-php output.
coverage-php
\FastForward\DevTools\PhpUnit\Coverage\CoverageSummaryLoader
\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 line coverage summary
Throws:
When the report file does not exist or contains invalid data
RuntimeException