| blib/lib/DBIx/Class/InflateColumn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 21 | 47.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 6251 | 0 | 1 | defined $colinfo->{'_filter_info'} and $self->isa('DBIx::Class::FilterColumn') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 107 | 5 | 0 | 314 | not defined $value or &is_literal_value($value) |
| 120 | 314 | 0 | 0 | $info->{'_inflate_info'}{'inflate'} || $self->throw_exception("No inflator found for '${col}'") |
| 128 | 1 | 0 | 129 | not length ref $value or &is_literal_value($value) |
| 141 | 129 | 0 | 0 | $info->{'_inflate_info'}{'deflate'} || $self->throw_exception("No deflator found for '${col}'") |
| 184 | 3 | 0 | 15 | not length ref $value or &is_literal_value($value) |
| 211 | 0 | 0 | 0 | not length ref $value or &is_literal_value($value) |