Condition Coverage

blib/lib/Data/Password/Meter.pm
Criterion Covered Total %
condition 12 24 50.0


and 3 conditions

line !l l&&!r l&&r condition
38 1 0 1 $_[0] && $_[0] =~ /^\d+$/
52 0 2 4 $self->[2] == 4 and $self->[3] == 5
53 0 0 2 $self->[2] == 4 and $self->[3] == 6
54 0 0 0 $self->[2] == 5 and $self->[3] == 6
112 0 9 0 $pwd_l > 4 and $pwd_l < 8
0 2 7 $pwd_l > 7 and $pwd_l < 16

or 2 conditions

line l !l condition
63 10 0 $ERR[$_[1]] // ''
10 2 $ERR[$_[0]->err] // ''
86 15 0 $self->threshold // 25