| blib/lib/CGI/Lazy/Authn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 0 | 0 | unless $username and $passwd |
| 48 | 0 | 0 | if ($$result[0]) { } |
| 63 | 0 | 0 | if (not $session->expired and $session->data->authn and $session->data->authn->{'username'} and $session->data->authn->{'authenticated'}) { } |
| 66 | 0 | 0 | if ($self->authenticate) { } |
| 109 | 0 | 0 | unless $self->q->session |