Condition Coverage

blib/lib/Mail/Box/Net.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 defined $_ and s/%([0-9a-fA-F]{2})/hex $1;/eg

or 2 conditions

line l !l condition
36 0 0 $args->{'lock_type'} ||= "NONE"
37 0 0 $args->{'body_type'} ||= "Mail::Message::Body::Lines"
38 0 0 $args->{'trusted'} ||= 0
59 0 0 $f || '/'

or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 $args->{'folder'} ||= $f || '/'
63 0 0 0 $args->{'server_name'} || $s
64 0 0 0 $args->{'server_port'} || $port
65 0 0 0 $args->{'username'} || $u
66 0 0 0 $args->{'password'} || $pwd