| blib/lib/Math/ModInt/BigInt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 22 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 11 | 14 | if $i->is_nan |
| 64 | 12 | 59 | if ($this->is_zero) |
| 66 | 4 | 8 | if 0 > $exp |
| 67 | 2 | 6 | if 0 == $exp |
| 71 | 2 | 57 | if $p->is_nan |
| 78 | 3 | 4 | if $i->is_nan |
| 85 | 289 | 12 | if ($class) { } |
| 92 | 90 | 512 | unless (ref $arg and $arg->isa('Math::BigInt')) |
| 102 | 1 | 1 | if ($class) { } |
| 109 | 1 | 3 | unless (ref $arg and $arg->isa('Math::BigInt')) |
| 114 | 1 | 1 | if ($int->is_neg) { } |