Branch Coverage

blib/lib/Data/Iterator/EasyObj.pm
Criterion Covered Total %
branch 12 20 60.0


line true false branch
12 0 2 if (lc ref $fields eq 'hash') { }
2 0 elsif (lc ref $fields eq 'array') { }
14 0 0 if (ref $$fields{$key}) { }
34 0 2 if $args{'offset'}
35 2 0 if $args{'limit'}
42 5 12 if $$self[2] < 0
45 4 13 if ($$self[2] >= $$self[3]) { }
1 12 elsif ($$self[2] >= $$self[6]) { }
60 0 1 if $$self[2] >= 0 and $$self[2] < $offset
99 0 7 unless exists $$self[1]{$field}