blib/lib/Perl/Metric/Basic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
12 | 2 | 1 | unless blessed $document and $document->isa('PPI::Document') |
22 | 1 | 13 | if ($node->isa('PPI::Statement::Package')) { } |
23 | 0 | 1 | if (@contents) |
49 | 11 | 2 | unless $node->isa('PPI::Statement::Sub') |
60 | 1 | 1 | if $all_comments |
66 | 31 | 45 | if ($node->isa('PPI::Token::Whitespace')) |
68 | 9 | 22 | if ($has_newline) { } |
69 | 1 | 8 | if $last_node_was_newline |
121 | 1 | 7 | unless $nodes |