Condition Coverage

blib/lib/Apache/Session/Browseable/Store/LDAP.pm
Criterion Covered Total %
condition 0 56 0.0


and 3 conditions

line !l l&&!r l&&r condition
186 0 0 0 $ldap->socket->isa("IO::Socket::SSL") and $ldap->socket->errstr < 0

or 2 conditions

line l !l condition
17 0 0 $self->{'args'}{'ldapObjectClass'} ||= "applicationProcess"
18 0 0 $self->{'args'}{'ldapAttributeId'} ||= "cn"
19 0 0 $self->{'args'}{'ldapAttributeContent'} ||= "description"
20 0 0 $self->{'args'}{'ldapAttributeIndex'} ||= "ou"
56 0 0 $self->{'args'}{'ldapObjectClass'} ||= "applicationProcess"
57 0 0 $self->{'args'}{'ldapAttributeId'} ||= "cn"
58 0 0 $self->{'args'}{'ldapAttributeContent'} ||= "description"
59 0 0 $self->{'args'}{'ldapAttributeIndex'} ||= "ou"
94 0 0 $self->{'args'}{'ldapObjectClass'} ||= "applicationProcess"
95 0 0 $self->{'args'}{'ldapAttributeId'} ||= "cn"
96 0 0 $self->{'args'}{'ldapAttributeContent'} ||= "description"
97 0 0 $self->{'args'}{'ldapAttributeIndex'} ||= "ou"
125 0 0 $self->{'args'}{'ldapObjectClass'} ||= "applicationProcess"
126 0 0 $self->{'args'}{'ldapAttributeId'} ||= "cn"
127 0 0 $self->{'args'}{'ldapAttributeContent'} ||= "description"
128 0 0 $self->{'args'}{'ldapAttributeIndex'} ||= "ou"
149 0 0 $2 || ''
175 0 0 $self->{'args'}{'ldapVerify'} || 'require'
196 0 0 $self->{'args'}{'ldapVerify'} || 'require'

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 $self->{'args'}{'ldapCAFile'} || $self->{'args'}{'caFile'}
159 0 0 0 $self->{'args'}{'ldapCAPath'} || $self->{'args'}{'caPath'}
196 0 0 0 $h{'verify'} ||= $self->{'args'}{'ldapVerify'} || 'require'
197 0 0 0 $h{'cafile'} ||= $caFile
198 0 0 0 $h{'capath'} ||= $caPath