Condition Coverage

blib/lib/Perl/Lint/Policy/InputOutput/ProhibitBacktickOperators.pm
Criterion Covered Total %
condition 13 15 86.6


and 3 conditions

line !l l&&!r l&&r condition
38 127 152 0 $only_in_void_context and $is_in_call_context || $is_in_ctrl_context
67 18 11 10 $only_in_void_context and $is_in_assign_context

or 3 conditions

line l !l&&r !l&&!r condition
28 8 0 296 $token_type == 70 or $token_type == 122
38 4 13 135 $is_in_call_context || $is_in_ctrl_context
66 21 18 171 $token_type == 174 or $token_type == 148