| blib/lib/Catalyst/Plugin/Authentication/CDBI/Basic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 63 | 0 | 0 | if $auth_header |
| 64 | 0 | 0 | if ($auth_header =~ /^Basic (.+)$/) |
| 70 | 0 | 0 | $c->can('session_login') && !$c->config->{'authentication'}{'basic'}{'no_session'} ? : |
| 0 | 0 | if $username and $password | |
| 76 | 0 | 0 | unless ($c->req->{'user'}) |
| 81 | 0 | 0 | if ($c->config->{'authentication'}{'basic'}{'error_msg'} or $c->config->{'authentication'}{'basic'}{'view'} & $c->config->{'authentication'}{'basic'}{'template'}) |
| 85 | 0 | 0 | if ($c->config->{'authentication'}{'basic'}{'error_msg'}) { } |