blib/lib/Crypt/Bcrypt/Easy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
24 | 1 | 9 | if $params{'reset_seed'} |
30 | 4 | 1 | &blessed($self) ? : |
35 | 0 | 9 | unless (defined $params{'text'} and defined $params{'crypt'}) |
45 | 4 | 2 | if (@_ == 1) { } |
2 | 0 | elsif (@_ > 1) { } | |
50 | 0 | 2 | unless defined $params{'text'} |