blib/lib/Perl/Lint/Policy/Modules/RequireBarewordIncludes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 4 | 89 | 0 | $next_token_type and $token_type == 93 || $token_type == 71 || $token_type == 70 && $token_data eq 'no' |
69 | 20 | 0 | $next_token_type and $token_type == 93 || $token_type == 71 || $token_type == 70 && $token_data eq 'no' and $next_token_type == 172 || $next_token_type == 173 || $next_token_type == 145 || $next_token_type == 146 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 16 | 0 | 73 | $token_type == 93 || $token_type == 71 || $token_type == 70 && $token_data eq 'no' |
8 | 2 | 8 | $next_token_type == 172 || $next_token_type == 173 || $next_token_type == 145 || $next_token_type == 146 |