| blib/lib/CGI/Lazy/Authn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $username and $passwd |
| 63 | 0 | 0 | 0 | not $session->expired and $session->data->authn |
| 0 | 0 | 0 | not $session->expired and $session->data->authn and $session->data->authn->{'username'} | |
| 0 | 0 | 0 | not $session->expired and $session->data->authn and $session->data->authn->{'username'} and $session->data->authn->{'authenticated'} |
| line | l | !l | condition |
|---|---|---|---|
| 103 | 0 | 0 | $q->plugin->authn->{'userField'} || 'username' |
| 104 | 0 | 0 | $q->plugin->authn->{'passwdField'} || $q->plugin->authn->{'passwordField'} || 'password' |
| 105 | 0 | 0 | $q->plugin->authn->{'activeField'} || 'active' |