Branch Coverage

blib/lib/Data/Tabular/Group.pm
Criterion Covered Total %
branch 15 22 68.1


line true false branch
31 7 2 if ($$self{'groups'}) { }
34 1 6 if $$group{'column'}
37 1 5 unless $$group{'column'}
41 0 2 if $$self{'columns'}
79 0 91 if ($level < 0)
82 35 56 if ($level > $self->max_level)
93 0 94 unless $$self{'groups'}[$x]{'column'}
94 23 71 if ($self->compare($first, $row, $$self{'groups'}[$x]{'column'}))
108 0 91 unless scalar(@{$$self{'groups'};}) - 1 >= 0
128 0 1 unless $$self{'row_count'}
150 0 0 unless ($$self{'grouped'} and $self->data eq $data)