Condition Coverage

blib/lib/Crypt/Perl/ECDSA/EC/Point.pm
Criterion Covered Total %
condition 11 17 64.7


or 2 conditions

line l !l condition
57 0 1111179 $self->{'z'}->is_zero && !$self->{'y'}->to_bigint->is_zero || 0

or 3 conditions

line l !l&&r !l&&!r condition
31 743370 7 0 $bi1 ||= "Crypt::Perl::BigInt"->new(1)
32 743370 7 0 $bi2 ||= "Crypt::Perl::BigInt"->new(2)
33 743370 7 0 $bi3 ||= "Crypt::Perl::BigInt"->new(3)
35 740154 3223 0 $z || $bi1->copy
55 1111179 0 1431 defined $self->{'x'} or defined $self->{'y'}