blib/lib/DBIx/Class/Helper/ResultSet/AutoRemoveColumns.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 44 | 88 | defined $info->{'data_type'} and $dont_fetch{lc $info->{'data_type'}} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 4 | 111 | 0 | $_[0]{'attrs'}{'remove_columns'} || $_[0]->fetchable_columns |