Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

Code Coverage Dashboard

Posted on : 03-04-2010 | By : admin | In : PHP Basics, php scripts

0

Almost a year ago I started to factor out all the code that deals with code coverage in PHPUnit and put it into a separate component. The name of this component is PHP_CodeCoverage . PHP_CodeCoverage is a library that provides collection, processing, and rendering functionality for PHP code coverage information.

See more here:
Code Coverage Dashboard

Write a comment