Branch Coverage

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


line true false branch
30 326 3 if $elem->content ne "grep"
31 3 0 unless is_function_call($elem)
32 0 0 unless is_in_void_context($elem)