| blib/lib/CGI/FileManager/Auth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 6 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 0 | 1 | if (not $args or ref $args ne 'HASH' or not defined $$args{'PASSWD_FILE'}) |
| 86 | 0 | 2 | unless $pw->user($username) |
| 89 | 1 | 1 | crypt($password, substr($saved_pw, 0, 2)) eq $saved_pw ? : |