Condition Coverage

blib/lib/Math/Polynomial/ModInt.pm
Criterion Covered Total %
condition 27 27 100.0


and 3 conditions

line !l l&&!r l&&r condition
93 1 13 11 @{$vec;} and not $vec->[-1]
150 1 1 8 $this->modulus == $that->modulus && $i == $that->degree
151 4 6 22 $eq and 0 <= $i
161 1 1 3 $this->modulus == $that->modulus && $i == $that->degree
162 4 1 10 $eq and 0 <= $i
172 1 13 41 0 <= $degree && $this->coeff($degree)->residue == 1
290 1 3 6 2 < $p && $p <= $n

or 3 conditions

line l !l&&r !l&&!r condition
128 487 12 1 @_ or ref $this
289 9 1 1 $p <= 43 or log $p - 20 <= $n * "0.24" + "2.68"