Branch Coverage

lib/Net/SSH/Perl/Key/Ed25519.xs
Criterion Covered Total %
branch 12 18 66.6


line true false branch
59 0 32 if (datalen % 8)
68 256 32 for (i=0; i
70 2048 32 for (i=0; i
73 256 32 for (i=0; i
96 0 1 if (secret_l != 32)
101 0 1 EXTEND (SP, 2);
117 0 1 if (private_key_l != 64)
135 0 1 if (public_key_l != 32)
138 1 0 RETVAL = ed25519_verify ((unsigned char *)signature_p, (unsigned char *)message_p, message_l, (unsigned char *)public_key_p);