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