Condition Coverage

blib/lib/SHARYANTO/Number/Util.pm
Criterion Covered Total %
condition 16 38 42.1


and 3 conditions

line !l l&&!r l&&r condition
31 3 2 2 $rank == 0 and abs $num >= 1
32 1 0 1 $im && $base0 == 10
33 0 0 0 $im && $base0 == 10
34 0 1 0 $im && $base0 == 10
35 0 0 0 $im && $base0 == 10
36 0 0 0 $im && $base0 == 10
37 0 0 0 $im && $base0 == 10
38 0 0 0 $im && $base0 == 10
39 0 0 0 $im && $base0 == 10
51 3 2 2 $rank <= 0 && abs $num < 1

or 2 conditions

line l !l condition
17 7 0 $opts //= {}
18 5 2 $$opts{'base'} //= 2
20 1 6 $$opts{'i_mark'} // 1
50 2 5 $$opts{'precision'} // 1