blib/lib/HTML/AsText/Fix.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 13 | 30.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
72 | 156 | 0 | 0 | $skip_dels and $tag eq 'del' |
line | l | !l | condition |
---|---|---|---|
39 | 0 | 3 | $options{'skip_dels'} || 0 |
80 | 0 | 0 | $options{'extra_chars'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 0 | 0 | 156 | $tag eq 'style' or $tag eq 'script' |
0 | 0 | 156 | $tag eq 'style' or $tag eq 'script' or $skip_dels and $tag eq 'del' |