| blib/lib/WWW/Mailgun.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 6 | 30 | 20.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 71 | 0 | 1 | 0 | 200 <= $rc and $rc <= 299 | 
| 134 | 0 | 0 | 0 | $OPTION__MAXIMUM->{$option} and $option__count->{$option} > $OPTION__MAXIMUM->{$option} | 
| line | l | !l | condition | 
|---|---|---|---|
| 32 | 1 | 0 | $param->{'key'} // die('You must specify an API Key') | 
| 33 | 1 | 0 | $param->{'domain'} // die('You need to specify a domain (IE: samples.mailgun.org)') | 
| 34 | 0 | 1 | $param->{'url'} // 'https://api.mailgun.net/v2' | 
| 35 | 0 | 1 | $param->{'from'} // '' | 
| 96 | 0 | 0 | $msg->{'subject'} // '' | 
| 97 | 0 | 0 | $msg->{'text'} // '' | 
| 163 | 1 | 0 | $method // 'get' | 
| 172 | 0 | 0 | $method // 'get' | 
| 181 | 0 | 0 | $method // 'get' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 89 | 0 | 0 | 0 | $msg->{'from'} || $self->{'from'} | 
| 129 | 0 | 0 | 0 | $ALIAS__OPTION->{$option} || $option |