| blib/lib/Pod/ParseLink.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 24 | 79.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 3 | 14 | 4 | $page and $page =~ / / |
| 17 | 3 | 1 | $page and $page =~ / / and not defined $section | |
| 69 | 6 | 8 | 3 | $page and not $section |
| 8 | 0 | 6 | not $page and $section | |
| 0 | 0 | 8 | $page and $section | |
| 91 | 2 | 0 | 2 | defined $text and length $text > 0 |
| 99 | 17 | 0 | 6 | defined $text and length $text > 0 |
| 104 | 6 | 14 | 3 | $name && $name =~ /\(\S*\)/ |