Branch Coverage

blib/lib/Apache/Session/Store/LDAP.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
28 0 0 if $self->ldap->unbind
29 0 0 if $msg->code
42 0 0 if $self->ldap->unbind
43 0 0 if $msg->code
59 0 0 if $self->ldap->unbind
60 0 0 if $msg->code
66 0 0 if (not defined $$session{'serialized'})
79 0 0 if $self->ldap->unbind
84 0 0 if $$self{'ldap'}
91 0 0 if ($server =~ m[^ldap\+tls://([^/]+)/?\??(.*)$]) { }
103 0 0 $$self{'args'}{'ldapPort'} ? :
0 0 unless my $ldap = 'Net::LDAP'->new(\@servers, 'onerror', undef, $$self{'args'}{'ldapPort'} ? ('port', $$self{'args'}{'ldapPort'}) : ())
114 0 0 if ($useTls)
116 0 0 if $$self{'args'}{'caFile'}
117 0 0 if $$self{'args'}{'caPath'}
119 0 0 if ($start_tls->code)
128 0 0 if ($bind->code)