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