blib/lib/Class/DBI/ColumnGrouper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 11 | 4 | 4 | $group eq 'All' || $group eq 'Essential' and not $self->group_cols('Primary') |
107 | 12 | 7 | 0 | $group eq 'All' and not $self->essential |
179 | 24 | 0 | 0 | not wantarray and @cols > 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 9 | 27 | 0 | $$self{'_allcol'}{$col->name_lc} ||= $col |
104 | 7 | 1 | 11 | $group eq 'All' || $group eq 'Essential' |