All notable changes are documented in this file using the Keep a CHANGELOG principles.
14.1.2 - 2026-04-15
- #1150: Abstract method declarations are incorrectly counted as executable lines
14.1.1 - 2026-04-13
- #1149: Lines spanned by attributes are treated as executable
14.1.0 - 2026-04-12
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)
- 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.
- #1147:
CoversClassdoes not transitively target traits used by enumerations