| blib/lib/DBIx/Class/InflateColumn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 21 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 93 | 8507 | 0 | 1 | defined $colinfo->{'_filter_info'} and $self->isa('DBIx::Class::FilterColumn') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 108 | 5 | 5 | 332 | not defined $value or &is_literal_value($value) |
| 122 | 332 | 0 | 0 | $info->{'_inflate_info'}{'inflate'} || $self->throw_exception("No inflator found for '${col}'") |
| 130 | 1 | 0 | 137 | not length ref $value or &is_literal_value($value) |
| 144 | 137 | 0 | 0 | $info->{'_inflate_info'}{'deflate'} || $self->throw_exception("No deflator found for '${col}'") |
| 187 | 3 | 5 | 21 | not length ref $value or &is_literal_value($value) |
| 214 | 0 | 1 | 1 | not length ref $value or &is_literal_value($value) |