| blib/lib/Math/ModInt/ChineseRemainder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 62 | 19 | 1 | if ($cache_size) { } |
| 64 | 6 | 13 | if (exists $param_cache{$key}) { } |
| 69 | 1 | 12 | if (@param_fifo >= $cache_size) |
| 86 | 1 | 34 | if $arg->is_undefined |
| 89 | 1 | 13 | unless @these |
| 95 | 4 | 16 | if ($gcd != 1 and $this->residue % $gcd != $that->residue % $gcd) |
| 107 | 1 | 15 | if $this->is_undefined |
| 108 | 1 | 14 | if (0 != $this->modulus % $desired_modulus) |
| 113 | 5 | 9 | if (not ref $desired_modulus and ref $residue) |
| 137 | 2 | 5 | if ($cache_size < @param_fifo) |