| blib/lib/Perl/Lint/Policy/ValuesAndExpressions/ProhibitMixedBooleanOperators.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 18 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 0 | 16 | 6 | @context_for_each_depth and my $status = splice(@context_for_each_depth, $left_paren_num) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 4 | 6 | 115 | $token_type == 52 or $token_type == 53 |
| 10 | 6 | 109 | $token_type == 52 or $token_type == 53 or $token_type == 68 | |
| 5 | 8 | 96 | $token_type == 16 or $token_type == 14 | |
| 13 | 8 | 88 | $token_type == 16 or $token_type == 14 or $token_type == 69 | |
| 16 | 0 | 88 | $token_type == 16 or $token_type == 14 or $token_type == 69 or $token_type == 18 |