blib/lib/DBIx/Class/Helper/ResultSet/AutoRemoveColumns.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
25 | 132 | 96 | unless (defined $info->{'remove_column'}) |
26 | 88 | 44 | if (defined $info->{'data_type'} and $dont_fetch{lc $info->{'data_type'}}) { } |
40 | 57 | 54 | unless ($self->_fetchable_columns) |