Changes in PHP_CodeCoverage 4.0
All notable changes of the PHP_CodeCoverage 4.0 release series are documented in this file using the Keep a CHANGELOG principles.
- Fixed #515: Wrong use of recursive iterator causing duplicate entries in XML coverage report
- Cleaned up requirements in
composer.json
- Added support for
phpunit/php-token-stream
2.0
- Updated HTML report assets
- Fixed formatting of executed lines percentage for classes in file view
- Implemented #432: Change how files with no executable lines are displayed in the HTML report
- The check for unintentionally covered code is no longer performed for
@medium
and @large
tests
- Fixed #440: Dashboard charts not showing tooltips for data points
- Fixed #458: XML report does not know about warning status
- This component now uses namespaces