lib/Crypt/Perl/ECDSA/EncodedPoint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
19 | 547 | 164 | if (&try(sub { $input->isa('Crypt::Perl::BigInt'); } )) { } |
33 | 201 | 510 | if ($first_octet == 6 or $first_octet == 7) { } |
306 | 204 | elsif ($first_octet == 4) { } | |
204 | 0 | elsif ($first_octet == 2 or $first_octet == 3) { } | |
62 | 0 | 674 | unless $curve_hr |
65 | 0 | 112 | unless $self->{'_compressed_bin'} |