| blib/lib/Perl/Critic/Policy/Documentation/ProhibitParagraphEndComma.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 78 | 4 | 1 | 1 | $command eq 'begin' and $text =~ /^\s*:/ |
| 85 | 3 | 0 | 0 | $command eq 'item' and $self->{'last_command'} eq 'item' |
| 116 | 19 | 0 | 0 | $self->{'in_begin'} and not $self->{'in_begin'} =~ /^:/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 78 | 0 | 8 | 6 | $command eq 'for' or $command eq 'pod' |
| 8 | 1 | 5 | $command eq 'for' or $command eq 'pod' or $command eq 'begin' and $text =~ /^\s*:/ | |
| 1 | 2 | 3 | $command eq 'for' or $command eq 'pod' or $command eq 'begin' and $text =~ /^\s*:/ or $command eq 'end' |