| lib/Web/Authenticate/User/Storage/Handler/SQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 1 | 8 | 12.5 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 84 | 0 | 0 | 0 | $user->{$id_field} and $user->{$password_field} | 
| 0 | 0 | 0 | $user->{$id_field} and $user->{$password_field} and $self->digest->validate($user->{$password_field}, $password) | 
| line | l | !l | condition | 
|---|---|---|---|
| 132 | 0 | 1 | $user_values //= {} |