Condition Coverage

blib/lib/Mail/Transport.pm
Criterion Covered Total %
condition 0 16 0.0


or 2 conditions

line l !l condition
51 0 0 $args{'via'} // ""
62 0 0 $args->{'hostname'} // "localhost"
66 0 0 $args->{'interval'} || 30
67 0 0 $args->{'retry'} || -1
68 0 0 $args->{'timeout'} || 120

or 3 conditions

line l !l&&r !l&&!r condition
45 0 0 0 $class eq __PACKAGE__ or $class eq "Mail::Transport::Send"
71 0 0 0 $args->{'executable'} || $args->{'proxy'}