Branch Coverage

blib/lib/Data/Password/zxcvbn/MatchList.pm
Criterion Covered Total %
branch 20 24 83.3


line true false branch
24 0 1492 $opts->{'modules'} ? :
123 15161 9970 if ($length > 1)
132 24841 290 unless $exclude_additive
140 3124 15500 if $competing_length > $length
142 0 15500 unless defined $competing_g
143 12622 2878 if $competing_g <= $guesses
178 24372 9442 if $last_match->isa("Data::Password::zxcvbn::Match::BruteForce")
196 1853 415 if (not defined $guesses or $candidate_guesses < $guesses)
214 4556 1773 if ($match->i > 0) { }
231 0 1509 if ($n == 0) { }
263 0 996 if ($matches_count == 0)
267 98 898 if ($self->score > $max_score_for_feedback)