blib/lib/PPI/Token/Pod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 0 | 0 | 2 | @$pod and $pod->[0] =~ /^=pod\b/o |
74 | 0 | 1 | 1 | @$pod and $pod->[-1] =~ /^=cut\b/o |
79 | 0 | 2 | 2 | @$pod and $pod->[0] eq "" |
80 | 0 | 2 | 1 | @$pod and $pod->[-1] eq "" |