blib/lib/Crypt/Bcrypt/Easy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 16 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 0 | 0 | 9 | defined $params{'text'} and defined $params{'crypt'} |
line | l | !l | condition |
---|---|---|---|
23 | 2 | 8 | $params{'cost'} || '08' |
58 | 0 | 6 | $params{'type'} || 'bcrypt' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 10 | 0 | &blessed($cls) || $cls |
58 | 2 | 4 | 0 | $params{'cost'} || $self->cost |
0 | 6 | 0 | $params{'strong'} || () |