Branch Coverage

blib/lib/Perl/Critic/Policy/BuiltinFunctions/RequireBlockGrep.pm
Criterion Covered Total %
branch 3 8 37.5


line true false branch
34 343 3 if $elem->content ne "grep"
35 3 0 unless is_function_call($elem)
38 0 0 unless $arg
39 0 0 if $arg->isa("PPI::Structure::Block")