Branch Coverage

blib/lib/Crypt/OpenPGP/Key/Public/RSA.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
34 1 1 unless $pub and $sec
47 0 0 unless my $c = $prim->core_encrypt("Key", $key->{'key_data'}, "Plaintext", $M)
59 0 2 unless my $m = $prim->core_verify("Key", $key->{'key_data'}, "Signature", $c)