Branch Coverage

blib/lib/Data/Password/zxcvbn/Match/Sequence.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
18 179 475 if ($first_char =~ /[aAzZ019]/) { }
180 295 elsif ($first_char =~ /[0-9]/) { }
30 303 351 unless $self->ascending
66 451 1055 if $length <= 1
73 5645 733 unless $j - $i > 1 or $abs_delta == 1
74 43 690 if $abs_delta == 0
75 28 662 if $abs_delta > $MAX_DELTA
89 1055 5556 unless defined $last_delta
90 1288 5323 if $delta == $last_delta