blib/lib/Data/Password/Filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
206 | 0 | 0 | 0 | defined $self->{'result'}{$_} and $self->{'result'}{$_} |
235 | 0 | 21 | 0 | defined $self->{'result'}{$_} and $self->{'result'}{$_} |
241 | 0 | 3 | 0 | $score > 50 and $score <= 70 |
0 | 3 | 0 | $score > 70 and $score <= 90 | |
312 | 0 | 10 | 0 | defined $self->{'result'}{'check_dictionary'} and $self->{'result'}{'check_dictionary'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
178 | 1 | 1 | 1 | defined $password or defined $self->{'score'} |