Code coverage driver
A self contained php-code-coverage compatible driver for PHP7.
License: PHP License
Version | Release | Download |
1.0.6 | 2019-06-13 | pcov-1.0.6.tgz |
1.0.5 | 2019-06-11 | pcov-1.0.5.tgz |
1.0.4 | 2019-06-03 | pcov-1.0.4.tgz |
1.0.3 | 2019-05-06 | pcov-1.0.3.tgz |
1.0.2 | 2019-03-31 | pcov-1.0.2.tgz |
Version | Message |
1.0.6 | - Fix for 7.4.0alpha1 |
1.0.5 | - Fix #19 fault in 7.2 caused by modification of filename pointer |
1.0.4 |
- Fix #17 Lines not covered when more tests are run - Improve perf of clear routine - Merge upstream cfg updates (switch block change) - Omit ignored opcodes from internal coverage data completely (doesn't effect users, except less memory used) |
1.0.3 | - Fix #12 issue with faulty line coverage |
1.0.2 | - Fix #10 second non-cli SAPI request behaves strangely |