| blib/lib/Math/Polynomial/ModInt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 27 | 27 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 88 | 1 | 13 | 11 | @{$vec;} and not $vec->[-1] |
| 142 | 1 | 1 | 8 | $this->modulus == $that->modulus && $i == $that->degree |
| 143 | 4 | 6 | 22 | $eq and 0 <= $i |
| 153 | 1 | 1 | 3 | $this->modulus == $that->modulus && $i == $that->degree |
| 154 | 4 | 1 | 10 | $eq and 0 <= $i |
| 164 | 1 | 13 | 41 | 0 <= $degree && $this->coeff($degree)->residue == 1 |
| 281 | 1 | 3 | 6 | 2 < $p && $p <= $n |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 486 | 12 | 1 | @_ or ref $this |
| 280 | 9 | 1 | 1 | $p <= 43 or log $p - 20 <= $n * 0.24 + 2.68 |