Condition Coverage

blib/lib/Dancer2/Plugin/Auth/Extensible/Provider/ActiveDirectory.pm
Criterion Covered Total %
condition 0 8 0.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 defined $username and defined $password

or 2 conditions

line l !l condition
122 0 0 $ad->authenticate($username, $password) || (return)

or 3 conditions

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)