Branch Coverage

blib/lib/Net/AWS/SES/Signature4.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
49 0 0 unless ($date)
98 0 0 unless ($data{'access_key'} and $data{'secret_key'})
117 0 0 unless $key
124 0 0 unless $key
131 0 0 unless $key
138 0 0 unless ($action)
154 0 0 if @_ == 1
156 0 0 unless (ref $args{'To'})
160 0 0 unless ($from)
163 0 0 unless ($from and $args{'Body'} || $args{'Body_html'} and $args{'To'})
171 0 0 if ($args{'Body'})
175 0 0 if ($args{'Body_html'})
179 0 0 if ($args{'ReturnPath'})
192 0 0 unless ($email)
202 0 0 unless ($identity)
212 0 0 if ($args{'limit'})
215 0 0 if ($args{'offset'})
225 0 0 if ($args{'limit'})
228 0 0 if ($args{'offset'})
246 0 0 if @_ == 1
247 0 0 if ($msg and ref $msg and $msg->isa('MIME::Entity'))