Branch Coverage

lib/Crypt/Perl/ECDSA/EncodedPoint.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
19 548 164 if (&try(sub { $input->isa('Crypt::Perl::BigInt'); } )) { }
33 201 511 if ($first_octet == 6 or $first_octet == 7) { }
307 204 elsif ($first_octet == 4) { }
204 0 elsif ($first_octet == 2 or $first_octet == 3) { }
62 0 902 unless $curve_hr
65 0 112 unless $self->{'_compressed_bin'}