Condition Coverage

blib/lib/Authen/Passphrase/Crypt16.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
135 0 0 3 $value == int $value and $value >= 0
0 0 3 $value == int $value and $value >= 0 and $value < 4096
284 20 0 6 $$self{'first_half'}->match(substr($passphrase, 0, 8)) && $$self{'second_half'}->match(length $passphrase > 8 ? substr($passphrase, 8) : '')

or 3 conditions

line l !l&&r !l&&!r condition
152 0 0 1 defined $hash or defined $passphrase
158 0 0 5 defined $hash or defined $passphrase
167 0 0 3 defined $hash or defined $passphrase