| Clean.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 15 | 20.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 162 | 0 | 0 | 0 | $#stack != 0 and $stack[0] ne $element |
| 0 | 0 | 0 | not @tmp_stack and ($#stack != 0 and $stack[0] ne $element) | |
| 210 | 1 | 2 | 0 | $version and $$options{'force_root'} |
| 3 | 0 | 0 | $version and $$options{'force_root'} and not $text =~ /<${root}[^<>]*>/s |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 156 | 0 | 0 | 0 | $end eq $element or $#tmp_stack == -1 |