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