Code Coverage Reports with PHPUnit 3
Inspired by the layout of the Code Coverage Analysis for PHP that is generated using gcov and lcov, I decided to improve the out-of-the-box generation of HTML Code Coverage reports for the upcoming PHPUnit 3.

The screenshot above shows the summary page for PHPUnit's own test suite. The screenshot below shows a more detailed view.

The screenshot below shows the summary page for the Framework sub-package's tests.

The following two screenshots show the coverage report for the PHPUnit2_Framework_Assert class.


You can explore the generated report yourself here.

The screenshot above shows the summary page for PHPUnit's own test suite. The screenshot below shows a more detailed view.

The screenshot below shows the summary page for the Framework sub-package's tests.

The following two screenshots show the coverage report for the PHPUnit2_Framework_Assert class.


You can explore the generated report yourself here.
25/02/2006 at 13:01 Permalink
Reply
22/03/2006 at 09:03 Permalink
Reply
23/03/2006 at 08:54 Permalink
Reply