Branch Coverage

blib/lib/Crypt/Perl/Ed25519/Parse.pm
Criterion Covered Total %
branch 5 8 62.5


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 0 2 if ($substruct->{'algorithm'} ne $class->OID_Ed25519)