| blib/lib/DBIx/Class/EncodedColumn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 15 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 19 | 2 | 1 | 9 | exists $info->{'encode_column'} and $info->{'encode_column'} == 1 |
| 21 | 0 | 0 | 9 | exists $info->{'encode_class'} and defined $info->{'encode_class'} |
| 36 | 2 | 7 | 0 | exists $info->{'encode_check_method'} and $info->{'encode_check_method'} |
| 49 | 1 | 0 | 8 | exists $$encs{$_[0]} and defined(my $encoder = $$encs{$_[0]}) |
| 59 | 0 | 0 | 12 | exists $attr->{$col} and defined $attr->{$col} |