blib/lib/DBIx/Class/Relationship/BelongsTo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 2623 | 0 | 5896 | defined $cond and length $cond |
76 | 975 | 5921 | 5559 | ref $cond eq 'HASH' && keys %$cond == 1 && (keys %$cond)[0] =~ /^foreign\./ && $class->has_column($rel) |
87 | 5559 | 1313 | 6896 | $acc_type eq 'single' && ref $cond eq 'HASH' |