blib/lib/Crypt/OpenPGP/Message.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 11 | 72.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 57 | 0 | 0 | not $msg->{'_data'} and my $file = $param{'Filename'} |
38 | 25 | 31 | 1 | not $msg->{'is_packet_stream'} and $data =~ /-----BEGIN PGP SIGNED MESSAGE/ |
55 | 25 | 27 | 5 | not $msg->{'is_packet_stream'} and $data =~ /^-----BEGIN PGP/m |
line | l | !l | condition |
---|---|---|---|
20 | 57 | 0 | $param{'Data'} || '' |