blib/lib/Dancer2/Plugin/Auth/Extensible/Provider/ActiveDirectory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | defined $username and defined $password |
line | l | !l | condition |
---|---|---|---|
122 | 0 | 0 | $ad->authenticate($username, $password) || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
196 | 0 | 0 | 0 | 'Auth::ActiveDirectory'->new('host', $self->host, 'port', $self->port, 'timeout', $self->timeout, 'domain', $self->domain, 'principal', $self->principal) || croak('ActiveDirectory connect failed for: ' . $self->host) |