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 15191 9970 if ($length > 1)
132 24869 292 unless $exclude_additive
140 3206 15470 if $competing_length > $length
142 0 15470 unless defined $competing_g
143 12814 2656 if $competing_g <= $guesses
178 24372 9464 if $last_match->isa("Data::Password::zxcvbn::Match::BruteForce")
196 1866 406 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)