Branch Coverage

blib/lib/Data/Transpose/Iterator/Base.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
44 2 61 if (@args == 1) { }
103 163 0 if ($index <= $self->count)
136 1 2 if (ref $args[0] eq 'ARRAY') { }
172 1 1 if ($unique) { }
176 1 2 if $record->{$sort} eq $sort_value
191 125 0 if (ref $records eq 'ARRAY') { }