Branch Coverage

blib/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitVoidGrep.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
30 356 27 if $elem->content ne "grep"
31 5 22 unless is_function_call($elem)
32 13 9 unless is_in_void_context($elem)