Branch Coverage

blib/lib/WebService/ISBNDB/Iterator.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
87 0 0 unless $$args{'contents'} and ref $$args{'contents'} eq 'ARRAY'
90 0 0 unless $$args{'request_args'} and ref $$args{'request_args'} eq 'HASH'
98 0 0 if (ref $$args{'request_args'}{$_}) { }
108 0 0 unless $$args{'agent'}
162 0 0 if ($index and $index % $page_size == 0) { }
0 0 elsif ($index % $page_size <= $#$contents) { }
216 0 0 wantarray ? :
272 0 0 if $self->get_index + 1 == $self->get_total_results
277 0 0 if (ref(my $hook = $self->get_fetch_page_hook) eq 'CODE')
280 0 0 if $@