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