blib/lib/HTML/TokeParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 17 | 82.3 |
line | l | !l | condition |
---|---|---|---|
41 | 0 | 10 | delete $cnf{'textify'} || {'img', 'alt', 'applet', 'alt'} |
43 | 9 | 1 | $class->SUPER::new(%ARGS, %cnf) || (return undef) |
55 | 115 | 2 | $self->get_token || (return undef) |
77 | 1 | 0 | $alt or "alt" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 36 | 21 | 58 | $type eq "S" or $type eq "E" |
104 | 3 | 2 | 3 | not @_ or grep(($_ eq $tag), @_) |
109 | 0 | 1 | 2 | $tag eq "br" or not $HTML::Tagset::isPhraseMarkup{$token->[1]} |