| blib/lib/Crypt/OpenPGP/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 11 | 90.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 63 | 0 | 1 | not $msg->{'_data'} and my $file = $param{'Filename'} |
| 41 | 27 | 35 | 2 | not $msg->{'is_packet_stream'} and $data =~ /-----BEGIN PGP SIGNED MESSAGE/ |
| 58 | 27 | 28 | 9 | not $msg->{'is_packet_stream'} and $data =~ /^-----BEGIN PGP/m |
| line | l | !l | condition |
|---|---|---|---|
| 23 | 63 | 1 | $param{'Data'} || '' |