| lib/Net/LDAP/SPNEGO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 174 | 0 | 0 | if ($resp->code == 14) |
| 175 | 0 | 0 | if (my $serverSaslCreds = $resp->{'serverSaslCreds'}) |
| 176 | 0 | 0 | if (my $data = $self->_ber_encoder->decode($serverSaslCreds)) |
| 177 | 0 | 0 | if (my $token = $data->{'value'}[0]{'value'}[2]{'value'}) |
| 178 | 0 | 0 | if ($token =~ /^NTLMSSP/) |
| 225 | 0 | 0 | if ($resp->code == 0) |
| 263 | 0 | 0 | unless $user |
| 298 | 0 | 0 | unless ($self->{'baseDN'}) |
| 320 | 0 | 0 | unless ref $user |
| 380 | 0 | 0 | if $self->{'_ber_encoder'} |
| 466 | 0 | 0 | if ($flags & $NTLMSSP_NEGOTIATE_UNICODE) |