Condition Coverage

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


and 3 conditions

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