Condition Coverage

blib/lib/HTML/Content/ContentExtractor.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
130 0 0 0 $S[$i] eq $WordMarker and $S[$j] eq $WordMarker
134 0 0 0 $i == 0 || $S[$i] ne $S[$i - 1] and $j == $#N || $S[$j] ne $S[$j + 1]
169 0 0 0 $key >= $i and $key <= $j

or 3 conditions

line l !l&&r !l&&!r condition
83 0 0 0 ref $invocant || $invocant
134 0 0 0 $i == 0 || $S[$i] ne $S[$i - 1]
0 0 0 $j == $#N || $S[$j] ne $S[$j + 1]