blib/lib/Text/Password/CoreCrypt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 18 | 66.6 |
line | true | false | branch |
---|---|---|---|
84 | 0 | 105 | unless $data =~ /^[ !-~]{13}$/ |
101 | 2 | 7802 | unless $length =~ /^\d+$/ and $length >= 4 |
124 | 0 | 5 | if length $input < $min |
125 | 0 | 5 | if length $input > 8 |
126 | 0 | 5 | if $input =~ /[^ -~]/ |
147 | 0 | 12 | unless $length =~ /^\d+$/ |
148 | 0 | 12 | unless wantarray |
149 | 1 | 11 | if $length < $min |
154 | 1 | 7461 | unless $self->readability |