Branch Coverage

blib/lib/Perl/Critic/Policy/InputOutput/ProhibitOneArgSelect.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
30 352 6 if $elem->content ne "select"
31 1 5 unless is_function_call($elem)
34 4 1 if (1 == @arguments)