Branch Coverage

blib/lib/Auth/Kokolores.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
27 0 0 if @_
29 0 0 unless (defined $server->{'config_file'})
46 0 0 if ($cmdline->{'help'})
50 0 0 if (defined $cmdline->{'config'} and $cmdline->{'config'} ne '')
63 0 0 if ($cmdline->{'foreground'})
68 0 0 if ($cmdline->{'loglevel'})
90 0 0 unless (defined $self->{'socket_mode'})
96 0 0 unless chmod $mode, $self->{'socket_path'}
121 0 0 if (not defined $ok) { }
0 0 elsif ($ok and $self->{'satisfy'} eq 'any') { }
0 0 elsif (not $ok and $self->{'satisfy'} ne 'any') { }
0 0 elsif ($ok) { }
138 0 0 if ($failed == 0)
149 0 0 if (defined $pre_response)
162 0 0 if (defined $post_response)
174 0 0 if (defined $pre_response)
183 0 0 if (defined $post_response)
216 0 0 if ($@)