| blib/lib/DBIx/Class/CDBICompat/Relationships.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 97 | 0 | 0 | 0 | ref $f_key eq 'HASH' and not $args |
| 202 | 0 | 0 | 0 | @_ > 1 and ref $_[-1] eq 'HASH' |
| 213 | 0 | 0 | 0 | defined &blessed($where->{$key}) and $where->{$key}->isa('DBIx::Class') |
| line | l | !l | condition |
|---|---|---|---|
| 48 | 0 | 0 | $args{'inflate'} ||= sub { $f_class->new(shift()); } |
| 49 | 0 | 0 | $args{'deflate'} ||= sub { (shift()) . ''; } |
| 99 | 0 | 0 | $args ||= {} |
| 100 | 0 | 0 | delete $args->{'cascade'} || '' |
| 177 | 0 | 0 | $class->__meta_info || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 0 | 0 | 0 | $f_class->isa('DBIx::Class::Row') or $f_class->isa('Class::DBI::Row') |
| 52 | 0 | 0 | 0 | $args{'inflate'} or $args{'deflate'} |
| 101 | 0 | 0 | 0 | delete $args->{'no_cascade_delete'} or $cascade eq 'None' |
| 111 | 0 | 0 | 0 | $f_key or @f_method |
| 151 | 0 | 0 | 0 | ref $columns[0] or not defined $columns[0] |