Branch Coverage

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


line true false branch
32 1 1 unless $pub and $sec
45 0 3 unless my $c = $prim->core_encrypt('Key', $key->{'key_data'}, 'Plaintext', $M)
57 0 1 unless my $m = $prim->core_verify('Key', $key->{'key_data'}, 'Signature', $c)