blib/lib/Perl/Critic/Policy/Documentation/RequireEndBeforeLastPod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
42 | 5 | 9 | if ($elem->isa('PPI::Statement::End') or $elem->isa('PPI::Statement::Data')) |
51 | 2 | 15 | if ($elem->significant) |
55 | 6 | 9 | if ($elem->isa('PPI::Token::Pod')) |
64 | 2 | 4 | unless ($elem->sprevious_sibling) |