blib/lib/DBIx/Class/Helper/ResultSet/RemoveColumns.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 146 | 307 | 54 | not $attrs->{'columns'} || $attrs->{'select'} and $attrs->{'remove_columns'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 136 | 10 | 361 | $attrs->{'columns'} || $attrs->{'select'} |