Condition Coverage

blib/lib/Makefile/AST/Rule.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
144 0 0 0 not $Makefile::AST::Evaluator::Quiet and !$ast_cmd->silent || $Makefile::AST::Evaluator::JustPrint
153 0 0 0 not $Makefile::AST::Evaluator::IgnoreErrors and !$ast_cmd->tolerant || $ast_cmd->critical

or 3 conditions

line l !l&&r !l&&!r condition
144 0 0 0 !$ast_cmd->silent || $Makefile::AST::Evaluator::JustPrint
153 0 0 0 !$ast_cmd->tolerant || $ast_cmd->critical