blib/lib/Perl/Lint/Policy/BuiltinFunctions/ProhibitReverseSortBlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 18 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 240 | 9 | 30 | $token_type == 70 and $token_data eq 'sort' |
32 | 157 | 32 | 26 | $token_type == 166 and $token_data eq '$b' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
32 | 17 | 14 | 275 | $token_type == 33 or $token_type == 44 |
0 | 7 | 182 | $token_type == 53 or $token_type == 52 | |
7 | 0 | 182 | $token_type == 53 or $token_type == 52 or $token_type == 14 | |
7 | 0 | 182 | $token_type == 53 or $token_type == 52 or $token_type == 14 or $token_type == 16 |