Condition Coverage

lib/Web/Authenticate/User/Storage/Handler/SQL.pm
Criterion Covered Total %
condition 1 8 12.5


and 3 conditions

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)

or 2 conditions

line l !l condition
132 0 1 $user_values //= {}