Condition Coverage

lib/Net/LDAP/SimpleServer/ProtocolHandler.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
84 0 0 0 not $request->{'name'} and exists $request->{'authentication'}{'simple'}
0 0 0 not $request->{'name'} and exists $request->{'authentication'}{'simple'} and $self->{'allow_anon'}

or 2 conditions

line l !l condition
32 0 0 shift() // ''
33 0 0 shift() // ''
123 0 0 $request->{'scope'} || 2

or 3 conditions

line l !l&&r !l&&!r condition
44 7 1 0 shift() || croak('Must pass parameters!')