Condition Coverage

lib/Crypt/Perl/ECDSA/KeyBase.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
219 0 0 251 $r->is_positive and $s->is_positive
237 0 0 251 $r->blt($n) and $s->blt($n)
293 440 4 13 $params{'seed'} and $curve_hr->{'seed'}

or 3 conditions

line l !l&&r !l&&!r condition
338 748 296 0 $self->{'_curve_obj'} ||= 'Crypt::Perl::ECDSA::EC::Curve'->new(@{$self->_curve;}{'p', 'a', 'b'})