| blib/lib/Math/ModInt/BigInt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 56 | 11 | 14 | if $i->is_nan |
| 62 | 12 | 59 | if ($this->is_zero) |
| 64 | 4 | 8 | if 0 > $exp |
| 65 | 2 | 6 | if 0 == $exp |
| 69 | 2 | 57 | if $p->is_nan |
| 76 | 3 | 4 | if $i->is_nan |
| 83 | 289 | 12 | if ($class) { } |
| 90 | 90 | 512 | unless (ref $arg and $arg->isa('Math::BigInt')) |
| 100 | 2 | 1 | if ($class) { } |
| 107 | 2 | 4 | unless (ref $arg and $arg->isa('Math::BigInt')) |