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