Changelog for
php5-pear-phpunit-PHP_CodeCoverage-1.1.2-3.1.2.noarch.rpm :
* Sun Mar 11 2012 robert.munteanuAATTgmail.com- Added missing Requires: php5-pear-phpunit-PHP_TokenStream
* Sat Feb 25 2012 robert.munteanuAATTgmail.com- version 1.1.2- Fixed #80: Whitelisted files that do not exist lead to errors.- Fixed #91: Traits are not handled properly.- Fixed notice in PHP_CodeCoverage_Util::resolveCoversToReflectionObjects().- The callbable, implements, and insteadof keywords are now properly highlighted in the HTML report.
* Tue Feb 14 2012 langAATTb1-systems.de- license tag changed to BSD-3-Clause
* Sun Feb 12 2012 langAATTb1-systems.de- version 1.1.1- fixed #74: Removed extraneous spaces in displayed paths in the HTML code coverage report.- fixed #75: CRAP index missing from HTML code coverage report.- this adresses https://bugzilla.novell.com/show_bug.cgi?id=714933 (already removed in previous 1.1.0RC4)
* Tue Sep 13 2011 langAATTb1-systems.de- version 1.1.0RC4- Added support for merging serialized-to-disk `PHP_CodeCoverage` objects using `phpcov --merge`.- Added support for traits.- Added an option to disable the caching of `PHP_Token_Stream` objects to reduce the memory usage.- Refactored the collection and processing of code coverage data improving code readability and performance.- Refactored the generation of Clover XML and HTML reports improving code readability and testability.- Removed the support for multiple blacklist groups.- Removed the `PHP_CodeCoverage::getInstance()` and `PHP_CodeCoverage_Filter::getInstance()` methods.- Replaced [RGraph](http://www.rgraph.net/) with [Highcharts JS](http://www.highcharts.com/) as the JavaScript chart library used for the HTML report\'s code coverage dashboard.
* Mon Aug 15 2011 langAATTb1-systems.de- initial successful build with version 1.0.4