Branch Coverage

blib/lib/Mail/Transport/Exim.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
33 0 0 unless $self->{'MTS_program'} = $args->{'proxy'} || (-x '/usr/sbin/exim4' ? '/usr/sbin/exim4' : undef) || $self->findBinary('exim', '/usr/exim/bin')
44 0 0 if builtin::blessed($from) and $from->isa("Mail::Address")
49 0 0 if (open($mailer, "|-") == 0)
56 0 0 unless $mailer->close