blib/lib/Data/Password.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
106 | 0 | 29 | 0 | $Data::Password::MINLEN and $len < $Data::Password::MINLEN |
107 | 2 | 25 | 2 | $Data::Password::MAXLEN and $len > $Data::Password::MAXLEN |
114 | 0 | 2 | 0 | $Data::Password::MAXLEN and $Data::Password::MINLEN |