Branch Coverage

blib/lib/Data/Password/zxcvbn/Match/UserInput.pm
Criterion Covered Total %
branch 4 10 40.0


line true false branch
38 18 0 if (my(@words) = grep({length $_;} split(/$re/, $value, 0)))
51 1492 9 unless $user_input and %{$user_input;}
57 0 9 unless my $value = $user_input->{$field}
79 0 0 if ($is_sole_match and not $self->l33t and not $self->reversed) { }
0 0 elsif ($self->guesses_log10 <= 4) { }