blib/lib/Apache/Session/Store/LDAP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 42 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | if $self->ldap->unbind |
34 | 0 | 0 | if $msg->code |
53 | 0 | 0 | if $self->ldap->unbind |
54 | 0 | 0 | if $msg->code |
74 | 0 | 0 | if $self->ldap->unbind |
75 | 0 | 0 | if $msg->code |
82 | 0 | 0 | if (not defined $session->{'serialized'}) |
99 | 0 | 0 | if $self->ldap->unbind |
104 | 0 | 0 | if $self->{'ldap'} |
111 | 0 | 0 | if ($server =~ m[^ldap\+tls://([^/]+)/?\??(.*)$]) { } |
137 | 0 | 0 | $caFile ? : |
0 | 0 | $caPath ? : | |
0 | 0 | $self->{'args'}{'ldapPort'} ? : | |
0 | 0 | unless my $ldap = 'Net::LDAP'->new(\@servers, 'onerror', undef, 'verify', $self->{'args'}{'ldapVerify'} || 'require', $caFile ? ('cafile', $caFile) : (), $caPath ? ('capath', $caPath) : (), $self->{'args'}{'ldapPort'} ? ('port', $self->{'args'}{'ldapPort'}) : ()) | |
142 | 0 | 0 | if ($Net::LDAP::VERSION < '0.64') |
148 | 0 | 0 | if ($ldap->socket->isa('IO::Socket::SSL') and $ldap->socket->errstr < 0) |
156 | 0 | 0 | if ($useTls) |
159 | 0 | 0 | if $caFile |
160 | 0 | 0 | if $caPath |
162 | 0 | 0 | if ($start_tls->code) |
171 | 0 | 0 | if ($bind->code) |