blib/lib/Net/Peep/Mail.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | l | !l | condition |
---|---|---|---|
115 | 0 | 0 | $Net::Peep::Mail::LOGGER->log('Error instantiating Net::SMTP object. ' . "The SMTP server [$smtp_server] may not be accepting mail relay requests.") and next |
129 | 0 | 0 | $Net::Peep::Mail::LOGGER->debug(7, 'E-mail successfully sent.') and last |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
119 | 0 | 0 | 0 | $smtp->mail($from) and $smtp->to($self->to) |
0 | 0 | 0 | $smtp->mail($from) and $smtp->to($self->to) and $smtp->data | |
0 | 0 | 0 | $smtp->mail($from) and $smtp->to($self->to) and $smtp->data and $smtp->datasend($data) | |
0 | 0 | 0 | $smtp->mail($from) and $smtp->to($self->to) and $smtp->data and $smtp->datasend($data) and $smtp->dataend |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | ref $self || $self |