| blib/lib/Math/ModInt/BigInt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 11 | 14 | if $i->is_nan |
| 58 | 12 | 59 | if ($this->is_zero) |
| 60 | 4 | 8 | if 0 > $exp |
| 61 | 2 | 6 | if 0 == $exp |
| 65 | 2 | 57 | if $p->is_nan |
| 72 | 3 | 4 | if $i->is_nan |
| 79 | 289 | 12 | if ($class) { } |
| 86 | 90 | 512 | unless (ref $arg and $arg->isa('Math::BigInt')) |
| 96 | 2 | 1 | if ($class) { } |
| 103 | 2 | 4 | unless (ref $arg and $arg->isa('Math::BigInt')) |