blib/lib/Perl/Lint/Policy/BuiltinFunctions/RequireBlockGrep.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 13 | 100 | if ($token_type == 70 and $token_data eq 'grep') |
23 | 4 | 9 | if ($token_type == 107) { } |
7 | 2 | elsif ($token_type != 109) { } |