blib/lib/Mojolicious/Plugin/BcryptSecure.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
12 | 11 | 5 | if (exists $config->{'cost'}) { } |
14 | 6 | 4 | unless defined $cost and $cost =~ /^\d{1,2}$/ and $cost > 0 |
19 | 2 | 7 | if %$config |