| line |
true |
false |
branch |
|
39
|
0 |
0 |
unless $self->has_column($col) |
|
47
|
0 |
0 |
unless ($f_class->isa('DBIx::Class::Row') or $f_class->isa('Class::DBI::Row')) |
|
52
|
0 |
0 |
if ($args{'inflate'} or $args{'deflate'}) { } |
|
53
|
0 |
0 |
unless (ref $args{'inflate'}) |
|
57
|
0 |
0 |
unless (ref $args{'deflate'}) |
|
93
|
0 |
0 |
if (ref $f_class eq 'ARRAY') |
|
97
|
0 |
0 |
if (ref $f_key eq 'HASH' and not $args) |
|
101
|
0 |
0 |
if (delete $args->{'no_cascade_delete'} or $cascade eq 'None') { } |
|
|
0 |
0 |
elsif ($cascade eq 'Delete') { } |
|
|
0 |
0 |
elsif (length $cascade) { } |
|
111
|
0 |
0 |
unless ($f_key or @f_method) |
|
130
|
0 |
0 |
if (@f_method) |
|
151
|
0 |
0 |
if (ref $columns[0] or not defined $columns[0]) { } |
|
191
|
0 |
0 |
unless $type |
|
194
|
0 |
0 |
unless $rel |
|
202
|
0 |
0 |
if (@_ > 1 and ref $_[-1] eq 'HASH') |
|
205
|
0 |
0 |
ref $_[0] eq 'HASH' ? : |
|
|
0 |
0 |
@_ == 1 ? : |
|
|
0 |
0 |
@_ ? : |
|
208
|
0 |
0 |
if (ref $where eq 'HASH') |
|
213
|
0 |
0 |
if defined &blessed($where->{$key}) and $where->{$key}->isa('DBIx::Class') |
|
221
|
0 |
0 |
unless length ref $_[0] |