| blib/lib/Perl/Critic/Pulp/PodParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 11 | 54.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 128 | 0 | 0 | 182 | $violation->policy eq 'Perl::Critic::Pulp::PodParser' and defined $violation->{'_policy'} | 
| 0 | 0 | 182 | $violation->policy eq 'Perl::Critic::Pulp::PodParser' and defined $violation->{'_policy'} and $violation->{'_policy'} eq 'Perl::Critic::Pulp::PodParser' | |
| 183 | 0 | 24 | 179 | defined $text and not $command_non_text{$command} | 
| line | l | !l | condition | 
|---|---|---|---|
| 72 | 319 | 3 | ($elem->can('find') ? $elem->find('PPI::Token::Pod') : [$elem]) || (return) |