Condition Coverage

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


or 2 conditions

line l !l condition
27 1 0 $args{'type'} // "sha512"
28 1 0 $identifier_for{$type_name} // die("No such crypt type $type_name")
30 1 0 $args{'rounds'} // 656000

or 3 conditions

line l !l&&r !l&&!r condition
56 2 0 2 $type ne $self->{'type'} || $rounds != $self->{'rounds'} || length $salt != $self->{'salt_size'} * 4 / 3