Condition Coverage

blib/lib/Math/BigInt/Random.pm
Criterion Covered Total %
condition 26 31 83.8


and 3 conditions

line !l l&&!r l&&r condition
20 5 1 0 $length_hex and $length_bin
47 4 0 2 $interval < 1048575 && !$use_internet
57 3 2 1 $required_length and $length_hex
5 1 0 $required_length and $length_hex and $num_length_16 != $required_length
61 3 2 1 $required_length and $length_bin
5 1 0 $required_length and $length_bin and $num_length_2 != $required_length
65 3 1 2 $required_length and not $length_hex
4 1 1 $required_length and not $length_hex and not $length_bin
2 1 0 $required_length and not $length_hex and not $length_bin and $num_length_10 != $required_length

or 2 conditions

line l !l condition
15 3 3 $args{'max'} || 0
40 2 4 $args{'min'} || 0