Condition Coverage

blib/lib/Combine/FromHTML.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
199 0 0 0 length $r == 61 and substr($r, 0, 1) eq 'M'
200 0 0 0 length $r == 72 and not $r =~ /\s/
252 0 0 0 defined $relTextPlugin and $relTextPlugin ne ''

or 2 conditions

line l !l condition
175 0 0 $xwi->url_get || (return undef)
429 0 0 $$link{'alt'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
201 0 0 0 $uu == 10 or $b64 == 10
228 0 0 0 $url =~ m[\..?html?$|/$]i or $html =~ /<\s*html\s*|<\s*head\s*|<\s*body\s*/i
341 0 0 0 $key =~ /^$/ or $val =~ /^$/
411 0 0 0 $$link{'tag'} eq 'frame' or $$link{'tag'} eq 'img'