On Jun 1, 2005, at 12:49 AM, Paul Johnson wrote:

On Tue, May 31, 2005 at 04:00:12PM -0700, Kevin Scaldeferri wrote:

I'm looking at a bit of output from Devel::Cover that I imagine has to
be a bug.  I'll try my best to reproduce the HTML output:

You might find it slightly easier with the textual report (cover -report
text), or does the problem only show up under the html report?


In text, it shows up as 0 subroutine coverage on that line:

118 *** 221862 100 100 0 1737338 next if ($line =~ /^\s*[#!]/ || $line =~ /^\s*$/);
      ***      0                           0
      ***      0                           0
      ***      0                           0


Uncovered Subroutines
---------------------

Subroutine  Count Location
---------- ------ -----------------------------------------
BEGIN             XXX.pm:118


And warning messages like:

Use of uninitialized value in concatenation (.) or string at /home/kevin/lib/perl5/site_perl/5.8.0/i686-linux-64int/Devel/Cover/ Report/Text.pm line 235. Use of uninitialized value in concatenation (.) or string at /home/kevin/lib/perl5/site_perl/5.8.0/i686-linux-64int/Devel/Cover/ Report/Text.pm line 235. Use of uninitialized value in concatenation (.) or string at /home/kevin/lib/perl5/site_perl/5.8.0/i686-linux-64int/Devel/Cover/ Report/Text.pm line 235. Use of uninitialized value in concatenation (.) or string at /home/kevin/lib/perl5/site_perl/5.8.0/i686-linux-64int/Devel/Cover/ Report/Text.pm line 235.


-kevin

Reply via email to