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