blib/lib/Math/Polynomial/ModInt/Order.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 29 | 29 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 148 | 17 | 247 | not $result and $n >= 0 |
69 | 109 | 2 | 136 | not $result and --$n >= 0 |
82 | 9 | 73 | 37 | $i < $#coeff and $zero == $coeff[$i] |
85 | 21 | 61 | 48 | $i < $#coeff and $zero == ($coeff[$i] += $one) |
89 | 37 | 12 | 12 | $j and $one == $coeff[$i] |
121 | 84 | 2 | 234 | not $result and $n >= 0 |
line | l | !l | condition |
---|---|---|---|
63 | 108 | 3 | $a->proper_degree || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 62 | 18 | 85 | $a->modulus <=> $b->modulus || $n <=> $b->degree |
64 | 8 | 20 | 70 | $a->modulus <=> $b->modulus || $a->degree <=> $b->degree || $a->coeff($n)->residue <=> $b->coeff($n)->residue || $a->number_of_terms <=> $b->number_of_terms |
118 | 11 | 3 | 72 | $a->modulus <=> $b->modulus || $n <=> $b->degree |