blib/lib/HTTP/Server/Simple/Authen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 6 | 0.0 |
line | true | false | branch |
---|---|---|---|
11 | 0 | 0 | if (($ENV{'HTTP_AUTHORIZATION'} || '') =~ /^Basic (.*?)$/) |
13 | 0 | 0 | if ($self->authen_handler->authenticate($user, $pass)) |
31 | 0 | 0 | unless (defined $user) |