| blib/lib/HTML/Make.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 33 | 78.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 1 | 0 | 46 | not $options{'nocheck'} and $type ne $blanktype |
| 1 | 45 | 1 | not $options{'nocheck'} and $type ne $blanktype and not $tags{lc $type} | |
| 167 | 13 | 5 | 0 | $ptype eq 'tr' and not $is_table_el |
| 171 | 12 | 5 | 1 | $is_table_el and $ptype ne 'tr' |
| 176 | 8 | 9 | 0 | lc $el eq 'li' and not $is_list_parent |
| 231 | 6 | 2 | 2 | $type eq 'script' and $k eq 'async' || $k eq 'defer' |
| 289 | 0 | 1 | 35 | $type ne $blanktype and not $noCloseTags{$type} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 1 | 45 | 0 | $options{'nocheck'} || $HTML::Make::isHTML5{lc $type} |
| 199 | 0 | 0 | 2 | not defined $contents or ref $contents ne 'ARRAY' |
| 231 | 1 | 1 | 2 | $k eq 'async' || $k eq 'defer' |
| 281 | 15 | 3 | 18 | $isBlock{$type} or $type eq 'tr' |