Branch Coverage

blib/lib/Math/Polynomial/ModInt.pm
Criterion Covered Total %
branch 16 16 100.0


line true false branch
71 480 481 if ref $this
72 1 480 if @_
107 122 2 if (defined $modulus) { }
1 1 elsif (ref $this) { }
123 112 11 @coeff ? :
128 2 1 unless (defined $modulus)
129 1 1 unless (ref $this)
147 2 4 unless (defined $index)