Condition Coverage

blib/lib/Perl/Critic/Policy/CodeLayout/ProhibitParensWithBuiltins.pm
Criterion Covered Total %
condition 14 21 66.6


and 3 conditions

line !l l&&!r l&&r condition
92 17 1 12 _is_named_unary($elem) and $elem_after_parens
95 2 0 10 defined $precedence and $precedence < $PRECEDENCE_OF_LIST
119 6 2 9 defined $precedence and $precedence <= $PRECEDENCE_OF_COMMA
148 0 0 2 $first_arg and $first_arg->isa("PPI::Statement::Expression")
151 0 0 2 $first_arg and $first_arg->isa("PPI::Token::Word")
153 0 0 2 $next_arg and $next_arg->isa("PPI::Structure::List")
167 17 13 5 _is_named_unary($elem) && _contains_operators($parens)