| blib/lib/CGI/Application/Plugin/Authentication/Display/Basic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 1 | 5 | if $self->_cgiapp->authen->is_authenticated |
| 47 | 3 | 2 | if (my $attempts = $self->_cgiapp->authen->login_attempts) { } |
| 55 | 3 | 2 | if ($options{'REMEMBERUSER_OPTION'}) |
| 65 | 2 | 3 | if ($options{'REGISTER_URL'}) |
| 69 | 2 | 3 | if ($options{'FORGOTPASSWORD_URL'}) |