line |
true |
false |
branch |
56
|
2 |
13 |
if (@flowcontrol) |
69
|
42 |
430 |
if ($token_type == 106 or $token_type == 109 or $token_type == 110) |
74
|
29 |
187 |
if ($is_postfix and $control_statement_tokens{$token_type}) |
75
|
7 |
22 |
if (&any(sub {
$_ eq $token_data;
}
, @allow)) |
89
|
12 |
305 |
if ($token_type == 70 or $token_type == 122 or $token_type == 125 or $like_flow_control_function_tokens{$token_type}) |
95
|
41 |
53 |
if ($token_type == 125 or $like_flow_control_function_tokens{$token_type} or $flow_control_statements{$token_data}) |
102
|
43 |
27 |
if ($token_type == 106 or $token_type == 109 or $control_statement_tokens{$token_type}) |