blib/lib/HTML/Scrubber.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 6 | 0 | 6 | defined $_[2] and ref $_[2] |
192 | 2 | 0 | 2 | ref $o and ref \$o ne 'GLOB' |
272 | 4 | 59 | 16 | $text ne '' and &any(sub { $t eq $_; } , @empty_tags) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
217 | 0 | 0 | 49 | ref $check or length $check > 1 |
250 | 162 | 0 | 130 | $e eq 'text' or $e eq 'default' |