blib/lib/Mojolicious/Plugin/Scrypt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 10 | 50.0 |
line | l | !l | condition |
---|---|---|---|
9 | 0 | 1 | $conf->{'salt_length'} || 32 |
10 | 0 | 1 | $conf->{'cost'} || 16384 |
11 | 0 | 1 | $conf->{'block_size'} || 8 |
12 | 0 | 1 | $conf->{'parallelism'} || 1 |
13 | 0 | 1 | $conf->{'derived_length'} || 32 |