blib/lib/HTML/HeadParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 14 | 64.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
165 | 5 | 0 | 2 | $self->utf8_mode and defined &utf8::decode |
200 | 13 | 0 | 7 | defined $key and length $key |
266 | 16 | 50 | 5 | not $tag and $text =~ /\S/ |
line | l | !l | condition |
---|---|---|---|
220 | 0 | 0 | $attr->{'prompt'} || '?' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
198 | 2 | 2 | 0 | $tag eq "head" or $tag eq "html" |