Branch Coverage

blib/lib/Net/Amazon/MechanicalTurk/PagedResultsIterator.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
30 0 0 if (defined $self->params and $self->params->{'PageSize'})
50 0 0 unless defined $array
56 0 0 if ($self->currentResultsPosition > $#{$array;})
68 0 0 unless defined $array
70 0 0 if ($self->currentResultsPosition > $#{$array;})
90 0 0 unless (UNIVERSAL::isa($result, 'HASH'))
98 0 0 unless (exists $META_RESULT_FIELDS{$k})
99 0 0 if (UNIVERSAL::isa($v, 'ARRAY')) { }