Branch Coverage

blib/lib/Test/Smoke/Mailer/Sendmail.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
29 0 0 if exists $self->{'from'} and $self->{'from'}
30 0 0 if $cc
31 0 0 if $self->{'bcc'}
34 0 0 if $self->{'v'} > 1
35 0 0 if $self->{'v'}
37 0 0 if (open MAILER, "| $self->{'sendmailbin'} -i -t ") { }
40 0 0 unless close MAILER
44 0 0 $self->{'error'} ? :
0 0 if $self->{'v'}