News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Zend Developer Zone:
Creating Code Coverage Statistics with xdebug
January 15, 2008 @ 07:51:00

The Zend Developer Zone has posted the fifth and final installment of the series Stefan Priebsch has written up about debugging your application via the XDebug software.

Today, we will have a look at another great feature of xdebug - creating code coverage statistics. Code coverage statistics show how many times each line of the code has been executed. Conversely, they also show which lines of code have not been executed, which is in fact much more interesting.

He talks a bit about what code coverage is and how it can help you fine tune your application. He walks you through the installation of the two packages that will help out with running the reports - phing and PHPUnit. Using these, he shows how to create a simple unit test and a build file for phing that combine and, via the XDebug calls to xdebug_start_code_coverage, xdebug_stop_code_coverage and xdebug_get_code_coverage, are used to generate the output graphs and stats in a nice, easy to read interface.

1 comment voice your opinion now!
xdebug tutorial debug phpunit codecoverage phing xdebug tutorial debug phpunit codecoverage phing




Similar Posts

Francois Zaninotto's Blog: Validating a YAML file against a schema in PHP

Mike Lively's Blog: PHPUnit Database Extension (DBUnit Port)

DevShed: Developing an Extensible TCP Server with Sockets in PHP

Community News: Zend/PHP Conference & Expo 2007 Site Posted

Sebastian Bergmann\'s Blog: Code Coverage Reports with PHPUnit 3


Community Events







Don't see your event here?
Let us know!


book zend developer job framework security application cakephp conference ajax mysql zendframework code package releases PHP5 database PEAR release example

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework