blib/lib/Math/BigSimple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 20 | 26 | 76.9 |
line | true | false | branch |
---|---|---|---|
14 | 1 | 1 | if @_ % 2 == 0 |
15 | 1 | 1 | if (exists $param{'Length'}) { } |
25 | 0 | 2 | if (not $LENGTH or int $LENGTH != $LENGTH) |
29 | 1 | 1 | if not $CHECKS or int $CHECKS != $CHECKS |
30 | 2 | 0 | if not $RAND or ref $RAND != 'CODE' |
43 | 0 | 13 | if (int $p * 10 == 0) |
54 | 2 | 11 | if is_simple($p) == 1 |
60 | 0 | 64 | if not $number or int $number != $number |
61 | 64 | 0 | unless $CHECKS |
73 | 31 | 129 | if $number % 2 == 0 |
75 | 0 | 129 | if $x->is_zero |
79 | 21 | 108 | if $func != 1 and $func != $number - 1 |
83 | 12 | 52 | if ($simple == 1) { } |