| blib/lib/DBIx/Class/Helper/Row/Types.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 14 | 71.4 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 4 | 4 | unless XXX |
| 32 | 1 | 3 | if $column_info->$DBIx::Class::Helper::Row::Types::_isa("Type::Tiny") |
| 35 | 0 | 4 | unless my $type = $column_info->{'isa'} |
| 52 | 4 | 0 | if (my $info = $self->result_source->column_info($column)) |
| 54 | 4 | 0 | if (my $type_info = $info->{'extra'}{'type'}) |
| 58 | 1 | 3 | if ($type_info->{'coerce'} and $type->$DBIx::Class::Helper::Row::Types::_can("coerce")) |
| 63 | 4 | 0 | if $type_info->{'strict'} |