Condition Coverage

blib/lib/Mojar/Message/Smtp.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
60 0 0 0 exists $param{'Path'} and my $file = $param{'Path'}
109 0 0 0 $_ and $_->quit

or 2 conditions

line l !l condition
64 0 0 $self->{'attachments'} //= []
98 0 0 $agent->message // ''

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $self->agent // $self->host
61 0 0 0 -f $file or -l $file
118 0 0 0 $self->{'Sender'} //= $self->{'From'}
119 0 0 0 $self->{'X-Mailer'} //= "Mojar::Message::Smtp/$VERSION"