1.2.1569. ext/pcov¶
CodeCoverage compatible driver for PHP.
A self contained CodeCoverage compatible driver for PHP7. CodeCoverage provides collection, processing, and rendering functionality for PHP code coverage information.
<?php
\pcov\start();
$d = [];
for ($i = 0; $i < 10; $i++) {
$d[] = $i * 42;
}
\pcov\stop();
var_dump(\pcov\collect());
?>
See also PCOV and phpunit/php-code-coverage.
1.2.1569.1. Specs¶
Short name |
Extensions/Extpcov |
Rulesets |
|
Exakat since |
1.6.5 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |