| blib/lib/ClearPress/authenticator/passwd.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 2 | 3 | unless ($ref and $ref->{'username'} and $ref->{'password'}) |
| 24 | 1 | 2 | unless ($name) |
| 28 | 1 | 1 | if (crypt($ref->{'password'}, $passwd) eq $passwd) |