| blib/lib/Text/Password/CoreCrypt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 18 | 66.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 86 | 0 | 5 | unless $data =~ /^[ !-~]{13}$/ | 
| 103 | 2 | 66163 | if not $length =~ /^\d+$/ or $length < 4 | 
| 125 | 0 | 4 | if length $input < 4 | 
| 126 | 0 | 4 | if length $input > 8 | 
| 127 | 0 | 4 | if $input =~ /[^ -~]/ | 
| 147 | 0 | 113 | unless $length =~ /^\d+$/ | 
| 148 | 1 | 112 | if $length < 4 | 
| 149 | 0 | 112 | unless wantarray | 
| 154 | 1 | 65742 | unless $self->readability |