Condition Coverage

blib/lib/Fsdb/Filter/html_table_to_db.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
220 0 0 0 $tag eq 'tr' and not $inside{'table'}
225 0 0 0 $inside{'table'} and $inside{'tr'}
242 0 0 0 defined $colspan and $colspan > 1
280 0 0 0 $inside{'table'} and $inside{'tr'}

or 3 conditions

line l !l&&r !l&&!r condition
221 0 0 0 $tag eq 'th' or $tag eq 'td'
223 0 0 0 $inside{'th'} or $inside{'td'}
234 0 0 0 $tag eq 'th' or $tag eq 'td'
279 0 0 0 $inside{'script'} or $inside{'style'}
281 0 0 0 $inside{'td'} or $inside{'th'}