Branch Coverage

blib/lib/Makefile/AST/Rule.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
20 0 0 if (@{$self->order_prereqs;})
43 0 0 if ($tokens[0]->class eq 'MDOM::Token::Whitespace')
47 0 0 unless $tokens[0]->class eq 'MDOM::Token::Modifier'
49 0 0 if ($modifier eq '+') { }
0 0 elsif ($modifier eq '-') { }
0 0 elsif ($modifier eq '@') { }
66 0 0 if $cmd =~ /^(\\\n)*\\?$/s
71 0 0 if ($cmd =~ /(?
90 0 0 if ($cmd =~ s/^\s*\+//) { }
0 0 elsif ($cmd =~ s/^\s*-//) { }
0 0 elsif ($cmd =~ s/^\s*\@//) { }
102 0 0 if $cmd =~ /^(\\\n)*\\?$/s
144 0 0 if (not $Makefile::AST::Evaluator::Quiet and !$ast_cmd->silent || $Makefile::AST::Evaluator::JustPrint)
148 0 0 if (not $Makefile::AST::Evaluator::JustPrint)
150 0 0 if ($? != 0)
153 0 0 if (not $Makefile::AST::Evaluator::IgnoreErrors and !$ast_cmd->tolerant || $ast_cmd->critical) { }