27 July 2005 21:45
Code Coverage Support for PHP 5
by nhoizey (via)Code coverage is basically the idea that when I execute an application I want to know exactly which lines of code got executed. When you put that in the context of a test suite, it can tell you exactly how effective your test suite is at testing your code base.
1
(1 marks)