Branch Coverage

blib/lib/Data/Iter.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
49 0 0 if (ref $_[0] || $_[0]) eq 'Data::Iter'
57 0 0 if (not @_) { }
59 0 0 if (ref $ref_data eq 'HASH') { }
0 0 elsif (ref $ref_data eq 'ARRAY') { }
106 0 0 if (ref $_[0][0] || defined $_[0][0]) eq 'Data::Iter'
110 0 0 unless $this
132 0 0 if @_
145 0 0 if @_
171 0 0 unless $result
213 0 0 if ($this->COUNTER % 2 == 0)
234 0 0 if (COUNTER() % 2 == 0)
238 0 0 if (exists $$result{VALUE()}) { }