| blib/lib/Math/Polynomial/ModInt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 12 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 1 | 1 | 4 | $this->modulus == $that->modulus && $i == $that->degree |
| 80 | 4 | 2 | 16 | $eq and 0 <= $i |
| 90 | 1 | 1 | 3 | $this->modulus == $that->modulus && $i == $that->degree |
| 91 | 4 | 1 | 10 | $eq and 0 <= $i |