Condition Coverage

blib/lib/Math/NumSeq/SqrtDigits.pm
Criterion Covered Total %
condition 5 18 27.7


and 3 conditions

line !l l&&!r l&&r condition
220 2 0 0 $radix == 10 and $sqrt >= 10
2 0 0 $radix == 10 and $sqrt >= 10 and $sqrt <= 99
0 0 0 $radix == 10 and $sqrt >= 10 and $sqrt <= 99 and $sqrt != 50
0 0 0 $radix == 10 and $sqrt >= 10 and $sqrt <= 99 and $sqrt != 50 and $sqrt != 75
0 0 0 $radix == 10 and $sqrt >= 10 and $sqrt <= 99 and $sqrt != 50 and $sqrt != 75 and not $perfect_square{$sqrt}

or 3 conditions

line l !l&&r !l&&!r condition
386 8 8 12 $radix == 2 or $radix == 16