lib/Net/LDAP/SimpleServer/ProtocolHandler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 15 | 13.3 |
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'} |
line | l | !l | condition |
---|---|---|---|
32 | 0 | 0 | shift() // '' |
33 | 0 | 0 | shift() // '' |
123 | 0 | 0 | $request->{'scope'} || 2 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
44 | 7 | 1 | 0 | shift() || croak('Must pass parameters!') |