Condition Coverage

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


or 2 conditions

line l !l condition
38 0 0 $args->{'lock_type'} ||= 'NONE'
39 0 0 $args->{'body_type'} ||= 'Mail::Message::Body::Lines'
40 0 0 $args->{'trusted'} ||= 0
57 0 0 $f || '/'

or 3 conditions

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