blib/lib/DBIx/Class/Relationship/BelongsTo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 2087 | 0 | 4690 | defined $cond and length $cond |
76 | 774 | 4713 | 4420 | ref $cond eq 'HASH' && keys %$cond == 1 && (keys %$cond)[0] =~ /^foreign\./ && $class->result_source->has_column($rel) |
87 | 4420 | 1045 | 5487 | $acc_type eq 'single' && ref $cond eq 'HASH' |