Branch Coverage

blib/lib/Crypt/Perl/Ed25519/Parse.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
71 1 1 if ($struct_hr->{'d'})
72 0 1 unless (my $d = MIME::Base64::decode_base64url($struct_hr->{'d'}))
80 0 1 unless $x
89 1 3 if ($substruct->{'algorithm'} ne $class->OID_Ed25519)