| blib/lib/HTML/Display/Common.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 13 | 84.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 146 | 1 | 4 | 14 | not exists $args{'base'} and exists $args{'location'} |
| 173 | 61 | 11 | 3 | $token->is_start_tag('html') and not $has_head |
| 61 | 4 | 7 | $token->is_start_tag('head') and not $has_base |
| line | l | !l | condition |
|---|---|---|---|
| 159 | 15 | 0 | 'HTML::TokeParser::Simple'->new(\$args{'html'}) || die('could not create HTML::TokeParser::Simple object') |
| 171 | 15 | 0 | 'HTML::TokeParser::Simple'->new(\$args{'html'}) || die('could not create HTML::TokeParser::Simple object') |