The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Code Coverage Reports with PHPUnit 3

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
Code Coverage Reports with PHPUnit 3 Posted: Feb 25, 2006 3:28 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: Code Coverage Reports with PHPUnit 3
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement
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 the Money sample that ships with PHPUnit. The two screenshots below show the detailed information page for the Money class.





I committed the initial code for this to CVS a couple of hours ago. It is still incomplete and has a few rough edges, but it is already able to render the report shown in the above screenshots.

Read: Code Coverage Reports with PHPUnit 3

Topic: The PHP Argument Previous Topic   Next Topic Topic: Zend Framework Preview

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use