Condition Coverage

blib/lib/Crypt/Passphrase/Bcrypt.pm
Criterion Covered Total %
condition 9 14 64.2


and 3 conditions

line !l l&&!r l&&r condition
27 1 1 0 length $args{'hash'} and not $supported_prehash{$args{'hash'}}
44 1 0 2 not $self->{'hash'} and $self->{'checker'} != \&Crypt::Passphrase::Bcrypt::ignore

or 2 conditions

line l !l condition
24 0 2 $args{'subtype'} // "2b"
26 1 1 $args{'hash'} // ""
29 0 2 $args{'length_check'} // "die"
34 2 0 $args{'cost'} // 14