Branch Coverage

blib/lib/Net/Amazon/MechanicalTurk/Response.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
34 0 0 if ($#_ >= 0)
45 0 0 unless (exists $CLIENT_ERRORS{$type})
49 0 0 if (defined $message) { }
59 0 0 unless ($self->type)
83 0 0 if ($@)
95 0 0 if (not defined $error and defined $key and $key eq 'Error')
99 0 0 if (defined $error) { }
102 0 0 if (not $self->errorCode) { }
0 0 elsif (not $self->errorMessage) { }
112 0 0 if (not defined $result and $key ne 'OperationRequest')
113 0 0 if (UNIVERSAL::isa($value, 'ARRAY'))
114 0 0 if ($#{$value;} == 0) { }
124 0 0 unless (defined $result)
136 0 0 if ($self->errorCode)
140 0 0 if (defined $self->fullResult)