Branch Coverage

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


line true false branch
27 0 0 if $msg->code
40 0 0 if $msg->code
56 0 0 if $msg->code
62 0 0 if (not defined $$session{'serialized'})
78 0 0 if $$self{'ldap'}
85 0 0 if ($server =~ m[^ldap\+tls://([^/]+)/?\??(.*)$]) { }
97 0 0 $$self{'args'}{'ldapPort'} ? :
0 0 unless my $ldap = 'Net::LDAP'->new(\@servers, 'onerror', undef, $$self{'args'}{'ldapPort'} ? ('port', $$self{'args'}{'ldapPort'}) : ())
108 0 0 if ($useTls)
110 0 0 if $$self{'args'}{'caFile'}
111 0 0 if $$self{'args'}{'caPath'}
113 0 0 if ($start_tls->code)
122 0 0 if ($bind->code)