blib/lib/Perl/Lint/Policy/Subroutines/ProhibitAmpersandSigils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 7 | 7 | 191 | $token_type == 122 or $token_type == 70 |
14 | 1 | 190 | $token_type == 122 or $token_type == 70 or $token_type == 85 | |
24 | 16 | 6 | 2 | $next_token_type == 122 or $next_token_type == 127 |
22 | 2 | 0 | $next_token_type == 122 or $next_token_type == 127 or $next_token_type == 126 | |
29 | 7 | 0 | 17 | $is_before_token_function or $is_in_ref |