Condition Coverage

blib/lib/Mail/POP3/Security/Connection.pm
Criterion Covered Total %
condition 1 21 4.7


and 3 conditions

line !l l&&!r l&&r condition
92 0 0 0 $action =~ /deny/i and $peer =~ /all/i
95 0 0 0 $action =~ /deny/i and not $peer =~ /all/i
109 0 0 0 $deny_all == 1 and $allowed == 0

or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 $client_ip =~ /^$_/ or $fqdn =~ /^$_$/
70 1 0 0 $lookup_ok or $self->{'CONFIG'}{'allow_non_fqdn'}
0 0 0 $lookup_ok or $self->{'CONFIG'}{'allow_non_fqdn'} or $secure
92 0 0 0 $client_ip =~ /^$peer/ or $fqdn =~ /^$peer$/i