| blib/lib/Net/Peep/Mail.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 30 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 0 | unless exists $$self{'_TO'} |
| 35 | 0 | 0 | if (@_) |
| 36 | 0 | 0 | wantarray ? : |
| 43 | 0 | 0 | if (@_) |
| 51 | 0 | 0 | unless exists $$self{'_SMTP_SERVER'} |
| 52 | 0 | 0 | if (@_) |
| 53 | 0 | 0 | wantarray ? : |
| 60 | 0 | 0 | if (@_) |
| 68 | 0 | 0 | if (@_) |
| 76 | 0 | 0 | if (@_) |
| 107 | 0 | 0 | $self->timeout ? : |
| 115 | 0 | 0 | unless defined $smtp |
| 119 | 0 | 0 | if ($smtp->mail($from) and $smtp->to($self->to) and $smtp->data and $smtp->datasend($data) and $smtp->dataend) |
| 129 | 0 | 0 | if $delivered |
| 133 | 0 | 0 | unless ($delivered) |