blib/lib/DBIx/Class/Helper/ResultSet/AutoRemoveColumns.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
25 | 129 | 95 | unless (defined $info->{'remove_column'}) |
26 | 86 | 43 | if (defined $info->{'data_type'} and $dont_fetch{lc $info->{'data_type'}}) { } |
40 | 56 | 53 | unless ($self->_fetchable_columns) |