Branch Coverage

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


line true false branch
58 19 1 if ($cache_size) { }
60 6 13 if (exists $param_cache{$key}) { }
65 1 12 if (@param_fifo >= $cache_size)
82 1 34 if $arg->is_undefined
85 1 13 unless @these
91 4 16 if ($gcd != 1 and $this->residue % $gcd != $that->residue % $gcd)
103 1 15 if $this->is_undefined
104 1 14 if (0 != $this->modulus % $desired_modulus)
109 5 9 if (not ref $desired_modulus and ref $residue)
133 2 5 if ($cache_size < @param_fifo)