blib/lib/Perl/Critic/Policy/Documentation/RequirePodSections.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
266 | 0 | 0 | 62 | defined $source and defined $DEFAULT_LIB_SECTIONS{$source} |
271 | 0 | 62 | 0 | defined $language and defined $DEFAULT_LIB_SECTIONS{$source}{$language} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
326 | 9 | 6 | 0 | $pod_of_record ||= $pod |
340 | 43 | 1 | 0 | $pod_of_record || $pods_ref->[0] |