| blib/lib/Pod/SAX.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 27 | 37.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 449 | 0 | 0 | 0 | not $page =~ /^[\w.-]+(::[\w.-]+)*$/ and $section eq '' |
| 575 | 0 | 18 | 0 | $page and $page =~ / / |
| 18 | 0 | 0 | $page and $page =~ / / and not defined $section | |
| 589 | 0 | 1 | 5 | $page and not $section |
| 1 | 0 | 0 | not $page and $section | |
| 0 | 0 | 1 | $page and $section | |
| 621 | 0 | 18 | 0 | $name && $name =~ /\(\S*\)/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 209 | 0 | 0 | 56 | $command eq 'begin' or $command eq 'for' |
| 620 | 12 | 6 | 0 | $text || _infer_text($name, $section) |