blib/lib/Acme/Indigest/Crypt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 14 | 64.2 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 17 | unless $rounds =~ /^\d*$/ |
20 | 10 | 7 | unless defined $salt_string |
23 | 17 | 0 | if $rounds |
35 | 10 | 7 | if ($salt_string eq '') { } |
0 | 7 | elsif ($salt_string eq '$') { } | |
48 | 0 | 6 | if /^\s*#/ |
49 | 0 | 6 | unless /\S/ |