blib/lib/DBIx/Class/UTF8Columns.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
94 | 1 | 31 | if (@_) { } |
96 | 0 | 1 | unless $self->has_column($col) |
115 | 9 | 10 | if defined $value and $self->_is_utf8_column($column) and not utf8::is_utf8($value) |
132 | 1 | 2 | if exists $data{$col} and defined $data{$col} and $self->_is_utf8_column($col) and not utf8::is_utf8($data{$col}) |
149 | 4 | 5 | if (defined $value and $self->_is_utf8_column($column) and utf8::is_utf8($value)) |