| blib/lib/Net/LDAP/Bind.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 16 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 24 | 0 | 0 | unless my $bind = $result->{'protocolOp'}{'bindResponse'} | 
| 31 | 0 | 0 | if ($bind->{'resultCode'} == 14 or $bind->{'resultCode'} == 0 and $bind->{'serverSaslCreds'}) | 
| 33 | 0 | 0 | unless $sasl | 
| 35 | 0 | 0 | unless ($resp) = $sasl->client_step($bind->{'serverSaslCreds'}) | 
| 41 | 0 | 0 | if ($sasl and $bind->{'resultCode'} == 0) | 
| 42 | 0 | 0 | unless $sasl->property('ssf') | 
| 44 | 0 | 0 | if $sasl->property('ssf') | 
| 48 | 0 | 0 | unless $bind->{'resultCode'} == 14 |