Branch Coverage

blib/lib/Perl/Lint/Policy/InputOutput/ProhibitBacktickOperators.pm
Criterion Covered Total %
branch 22 24 91.6


line true false branch
28 8 296 if ($token_type == 70 or $token_type == 122)
33 17 279 if ($token_kind == 17)
38 17 135 if ($only_in_void_context and $is_in_call_context || $is_in_ctrl_context)
39 12 5 if ($token_type == 107)
43 0 33 if ($token_type == 107) { }
12 21 elsif ($token_type == 108) { }
47 12 0 if --$left_paren_num <= 0
56 20 242 if ($token_type == 65)
61 32 210 if ($token_type == 106)
66 39 171 if ($token_type == 174 or $token_type == 148)
67 10 29 if $only_in_void_context and $is_in_assign_context
71 10 19 if ($is_in_assign_context)