| blib/lib/DBIx/Class/FilterColumn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 18 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 5 | 0 | 1 | defined $colinfo->{'_inflate_info'} and $self->isa('DBIx::Class::InflateColumn') |
| 81 | 61 | 0 | 4 | not exists $self->{'_column_data'}{$col} and exists $self->{'_filtered_column'}{$col} |
| 112 | 2 | 10 | 1 | $self->{'_dirty_columns'}{$_} and not exists $self->{'_column_data'}{$_} |
| 12 | 1 | 0 | $self->{'_dirty_columns'}{$_} and not exists $self->{'_column_data'}{$_} and $self->{'_column_data'}{$_} = $self->_column_to_storage($_, $self->{'_filtered_column'}{$_}) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 3 | 1 | 1 | $attrs->{'filter_from_storage'} or $attrs->{'filter_to_storage'} |
| 138 | 9 | 1 | 12 | not $self->in_storage or $self->is_column_changed($col) |