| blib/lib/Crypt/OpenPGP/Signature.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 45 | 0 | 8 | my $obj = $param{'Data'} and my $cert = $param{'Key'} |
| 138 | 154 | 0 | 0 | $len >= 192 and $len < 255 |
| 198 | 0 | 0 | 28 | $$sig{"subpackets_$h"} and @sp = @{$$sig{"subpackets_$h"};} |
| line | l | !l | condition |
|---|---|---|---|
| 55 | 2 | 6 | $param{'Version'} || 4 |
| 56 | 3 | 5 | $param{'Type'} || 0 |