| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpunit_php-code-coverage 14.1.0 source code.tar.gz | 2026-04-12 | 157.2 kB | |
| phpunit_php-code-coverage 14.1.0 source code.zip | 2026-04-12 | 258.6 kB | |
| README.md | 2026-04-12 | 801 Bytes | |
| Totals: 3 Items | 416.6 kB | 0 | |
Added
SebastianBergmann\CodeCoverage\Report\Facade::summary()method that returns a value object that provides the number of executable lines, the number of executed lines, and line coverage in percent (as well as the respective numbers for branches and paths when available)
Changed
- The XML document of the code coverage report in Cobertura XML format no longer has the
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">line at the beginning. No document exists at this URL any more, referencing remote DTD URLs is problematic, and no common consumer of Cobertura XML relies on this line.
Fixed
- #1147:
CoversClassdoes not transitively target traits used by enumerations