blib/lib/Crypt/OpenPGP/Certificate.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
273 | 0 | 8 | 0 | $cert->{'is_secret'} and $cert->{'is_protected'} |
line | l | !l | condition |
---|---|---|---|
41 | 4 | 0 | $param{'Version'} || 4 |
44 | 0 | 4 | $param{'Subkey'} || 0 |
48 | 0 | 2 | $param{'Validity'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 0 | 2 | 0 | $param{'Cipher'} || &DEFAULT_CIPHER() |
173 | 32 | 0 | 0 | $cert->{'cipher'} == 255 or $cert->{'cipher'} == 254 |
328 | 0 | 0 | 2 | not $cert->{'is_secret'} or $cert->{'is_protected'} |