blib/lib/Class/DBI/Frozen/301/ColumnGrouper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
102 | 20 | 10 | 2 | $group eq 'All' || $group eq 'Essential' and not $self->group_cols('Primary') |
105 | 24 | 8 | 0 | $group eq 'All' and not $self->essential |
177 | 29 | 0 | 0 | not wantarray and @cols > 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
83 | 9 | 50 | 0 | $$self{'_allcol'}{lc $name} ||= 'Class::DBI::Column'->new($name) |
102 | 8 | 4 | 20 | $group eq 'All' || $group eq 'Essential' |