Condition Coverage

lib/Crypt/Perl/ECDSA/EC/Point.pm
Criterion Covered Total %
condition 10 17 58.8


or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
26 275791 5 0 $bi1 ||= 'Crypt::Perl::BigInt'->new(1)
27 275791 5 0 $bi2 ||= 'Crypt::Perl::BigInt'->new(2)
28 275791 5 0 $bi3 ||= 'Crypt::Perl::BigInt'->new(3)
30 274655 1141 0 $z || $bi1->copy
44 343331 0 0 defined $self->{'x'} or defined $self->{'y'}