Branch Coverage

blib/lib/Perl/PrereqScanner/Scanner/DistBuild.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
18 3 18 unless $ppi_doc->find("PPI::Statement")
23 0 3 if @arguments > 1 and $arguments[-1]->isa("PPI::Token::Structure") and $arguments[-1]->content eq ";"
25 15 3 if (@arguments == 1)
26 12 3 if ($arguments[0]->isa("PPI::Structure::List"))
29 12 3 if ($arguments[0]->isa("PPI::Statement::Expression"))
38 9 9 if ($version_node) { }
39 3 6 if $version_node->can("simplify")