Branch Coverage

blib/lib/Apache/Session/Store/LDAP.pm
Criterion Covered Total %
branch 0 34 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://([^/]+)/?\??(.*)$]) { }
123 0 0 $$self{'args'}{'ldapPort'} ? :
0 0 unless my $ldap = 'Net::LDAP'->new(\@servers, 'onerror', undef, $$self{'args'}{'ldapPort'} ? ('port', $$self{'args'}{'ldapPort'}) : ())
134 0 0 if ($useTls)
136 0 0 if $$self{'args'}{'caFile'}
137 0 0 if $$self{'args'}{'caPath'}
139 0 0 if ($start_tls->code)
148 0 0 if ($bind->code)