blib/lib/App/PerlNitpick/Rule/DedupeIncludeStatements.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 6 | 66.6 |
line | true | false | branch |
---|---|---|---|
9 | 0 | 3 | unless $document->find("PPI::Statement::Include") |
10 | 0 | 6 | unless $el->type and $el->type eq "use" |
13 | 2 | 4 | if ($used{$code}) { } |