Condition Coverage

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


and 3 conditions

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

or 2 conditions

line l !l condition
18 0 0 $self->{'args'}{'ldapObjectClass'} ||= 'applicationProcess'
19 0 0 $self->{'args'}{'ldapAttributeId'} ||= 'cn'
20 0 0 $self->{'args'}{'ldapAttributeContent'} ||= 'description'
41 0 0 $self->{'args'}{'ldapObjectClass'} ||= 'applicationProcess'
42 0 0 $self->{'args'}{'ldapAttributeId'} ||= 'cn'
43 0 0 $self->{'args'}{'ldapAttributeContent'} ||= 'description'
61 0 0 $self->{'args'}{'ldapObjectClass'} ||= 'applicationProcess'
62 0 0 $self->{'args'}{'ldapAttributeId'} ||= 'cn'
63 0 0 $self->{'args'}{'ldapAttributeContent'} ||= 'description'
91 0 0 $self->{'args'}{'ldapObjectClass'} ||= 'applicationProcess'
92 0 0 $self->{'args'}{'ldapAttributeId'} ||= 'cn'
93 0 0 $self->{'args'}{'ldapAttributeContent'} ||= 'description'
114 0 0 $2 || ''
137 0 0 $self->{'args'}{'ldapVerify'} || 'require'
158 0 0 $self->{'args'}{'ldapVerify'} || 'require'

or 3 conditions

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