| blib/lib/POE/Component/Server/HTTPServer/BasicAuthenHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 4 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 0 | if (defined $cred and $cred =~ /^Basic\s+(.*)$/) |
| 20 | 0 | 0 | if (my($username, $password) = $unscrambled =~ /^(.*?):(.*)/) |