On Tue, Jul 13, 2004 at 07:48:17AM -0700, Hill, Ronald ([EMAIL PROTECTED]) wrote: > Hi All, > > Has anyone seen this: > http://pjcj.sytes.net/cpancover/
That report is created by Devel::Cover. It measures how much of your code is executed by the test suite. If a line of code (or subroutine) doesn't get executed when the test suite runs, then it can't have been tested, right? > What is it? and more importantly, what do the > columns mean? Is this something the we (the developers) > need to worry about? Depends on what you mean by "worry". There is a project called Phalanx that exists to improve the test suites of key Perl modules. See http://qa.perl.org/phalanx/ for details. Some of the Date::* modules are in our sights to be improved. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
