Condition Coverage

blib/lib/Crypt/Passphrase/PBKDF2.pm
Criterion Covered Total %
condition 5 9 55.5


or 2 conditions

line l !l condition
22 1 0 $args{'type'} || 'sha256'
26 0 1 $args{'salt_size'} || 16
1 0 $args{'iterations'} || 100000

or 3 conditions

line l !l&&r !l&&!r condition
57 0 2 1 $type ne $self->{'type'} or $iterations != $self->{'iterations'}