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*$/);
0                                      0
0                                      0
0                                      0

        


That "_____" is actually a thin red line (but no text). If it helps, here's a slightly modified version of the html:

<tr><td class="h">118</td>
<td><div class="c3">221862</div><div class="c0">0</div><div class="c0">0</div><div class="c0">0</div></td> <td><div class="c3" title="T/F"><a href="XXX--branch.html#L118">100</a></div></td> <td><div class="c3"><a href="XXX--condition.html#L118">100</a></div></td>
<td><div class="c0"><a href="XXX--subroutine.html#L118"></a></div></td>
<td><div>1613639</div><div>0</div><div>0</div><div>0</div></td>
<td class="s">next if ($line =~ /^\s*[#!]/ || $line =~ /^\s*$/);</td></tr>

If you look at the subroutine coverage page, it claims that there is a BEGIN block uncovered at that line.


Any insights?



-kevin

Reply via email to