blib/lib/Data/Password/Meter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 24 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 1 | 0 | 1 | $_[0] && $_[0] =~ /^\d+$/ |
53 | 0 | 2 | 4 | $self->[2] == 4 and $self->[3] == 5 |
54 | 0 | 0 | 2 | $self->[2] == 4 and $self->[3] == 6 |
55 | 0 | 0 | 0 | $self->[2] == 5 and $self->[3] == 6 |
113 | 0 | 9 | 0 | $pwd_l > 4 and $pwd_l < 8 |
0 | 2 | 7 | $pwd_l > 7 and $pwd_l < 16 |
line | l | !l | condition |
---|---|---|---|
64 | 10 | 0 | $ERR[$_[1]] // '' |
10 | 2 | $ERR[$_[0]->err] // '' | |
87 | 15 | 0 | $self->threshold // 25 |