Branch Coverage

blib/lib/Math/Prime/Util/ECProjectivePoint.pm
Criterion Covered Total %
branch 12 22 54.5


line true false branch
12 0 1 unless (defined $Math::BigInt::VERSION)
21 0 7 unless ref $c eq "Math::BigInt"
22 1 6 unless ref $n eq "Math::BigInt"
23 0 7 unless ref $x eq "Math::BigInt"
24 0 7 unless ref $z eq "Math::BigInt"
26 0 7 unless $n >= 2
94 9 16 if ($k & 1 << $l) { }
104 21 26 if ($k & 1 << $l) { }
113 0 25 if ($k & 1) { }
126 0 0 unless ref $other eq "Math::Prime::Util::ECProjectivePoint"
130 0 0 unless $self->{'c'} == $other->{'c'} and $self->{'n'} == $other->{'n'}