Branch Coverage

blib/lib/App/PerlNitpick/Rule/DedupeIncludeStatements.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
9 0 4 unless $document->find("PPI::Statement::Include")
10 0 9 unless $el->type and $el->type eq "use"
13 4 5 if ($used{$code}) { }
31 0 1 unless $next->isa("PPI::Token::Whitespace")
33 1 0 if $next eq "\n"