blib/lib/Net/AWS/SES/Signature4.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $data{'access_key'} and $data{'secret_key'} |
163 | 0 | 0 | 0 | $from and $args{'Body'} || $args{'Body_html'} |
0 | 0 | 0 | $from and $args{'Body'} || $args{'Body_html'} and $args{'To'} | |
247 | 0 | 0 | 0 | $msg and ref $msg |
0 | 0 | 0 | $msg and ref $msg and $msg->isa('MIME::Entity') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | $args{'From'} || $self->{'from'} |
163 | 0 | 0 | 0 | $args{'Body'} || $args{'Body_html'} |