Branch Coverage

blib/lib/Math/ModInt/ChineseRemainder.pm
Criterion Covered Total %
branch 20 20 100.0


line true false branch
64 19 1 if ($cache_size) { }
66 6 13 if (exists $param_cache{$key}) { }
71 1 12 if (@param_fifo >= $cache_size)
88 1 34 if $arg->is_undefined
91 1 13 unless @these
97 4 16 if ($gcd != 1 and $this->residue % $gcd != $that->residue % $gcd)
109 1 15 if $this->is_undefined
110 1 14 if (0 != $this->modulus % $desired_modulus)
115 5 9 if (not ref $desired_modulus and ref $residue)
139 2 5 if ($cache_size < @param_fifo)