On Jun 1, 2005, at 2:35 PM, James E Keenan wrote:
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:
stmt branch cond sub time code
221862 100 100 _____ 1613639 next if
($line =~ /^\s*[#!]/ || $line =~ /^\s*$/);
If you look at the subroutine coverage page, it claims that there is
a BEGIN block uncovered at that line.
... nor have I seen an uncovered BEGIN block. But that may just be a
side effect of the sort of things I've been doing coverage analysis
on.
Well, there is no BEGIN block there at all, so that suggests something
funny is going on.
-kevin