Condition Coverage

blib/lib/HTML/Make.pm
Criterion Covered Total %
condition 24 30 80.0


and 3 conditions

line !l l&&!r l&&r condition
89 1 0 1 $type ne "a" and $type ne "link"
98 0 0 0 $type ne "img" and $type ne "image"
196 15 5 1 $ptype eq "tr" and not $is_table_el
200 13 5 2 $is_table_el and $ptype ne "tr"
205 8 9 1 lc $el eq "li" and not $is_list_parent
260 7 2 2 $type eq "script" and $k eq 'async' || $k eq 'defer'
322 1 1 36 $type ne $blanktype and not $noCloseTags{$type}

or 3 conditions

line l !l&&r !l&&!r condition
228 0 0 2 not defined $contents or ref $contents ne "ARRAY"
260 1 1 2 $k eq 'async' || $k eq 'defer'
314 16 3 18 $isBlock{$type} or $type eq "tr"