Branch Coverage

blib/lib/Perl/Critic/Policy/InputOutput/RequireCheckedSyscalls.pm
Criterion Covered Total %
branch 6 14 42.8


line true false branch
75 0 200 if ($function eq ':defaults') { }
0 200 elsif ($function eq ':builtins') { }
102 0 332 if ($self->{'_functions'}{':all'}) { }
329 3 elsif (not $self->{'_functions'}{$elem->content}) { }
103 0 0 if is_perl_bareword($elem)
104 0 0 if $self->{'_exclude_functions'}{$elem->content}
110 0 3 unless is_unchecked_call($elem, [keys %{$$self{"_autodie_modules"};}])