Condition Coverage

blib/lib/Crypt/OpenPGP/Message.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

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

or 2 conditions

line l !l condition
20 57 0 $param{'Data'} || ''