blib/lib/Perl/Critic/Policy/InputOutput/RequireCheckedSyscalls.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 14 | 42.8 |
line | true | false | branch |
---|---|---|---|
75 | 0 | 196 | if ($function eq ':defaults') { } |
0 | 196 | elsif ($function eq ':builtins') { } | |
102 | 0 | 329 | if ($self->{'_functions'}{':all'}) { } |
327 | 2 | 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 | 2 | unless is_unchecked_call($elem, [keys %{$$self{"_autodie_modules"};}]) |