blib/lib/Perl/Critic/Policy/BuiltinFunctions/RequireBlockGrep.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
34 | 344 | 14 | if $elem->content ne "grep" |
35 | 5 | 9 | unless is_function_call($elem) |
38 | 3 | 6 | unless $arg |
39 | 4 | 2 | if $arg->isa("PPI::Structure::Block") |