blib/lib/Math/ModInt/ChineseRemainder.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
91 | 9 | 7 | 4 | $gcd != 1 and $this->residue % $gcd != $that->residue % $gcd |
109 | 1 | 8 | 5 | not ref $desired_modulus and ref $residue |