| line |
!l |
l&&!r |
l&&r |
condition |
|
92
|
0 |
0 |
0 |
@_ == 1 and ref $_[0] |
|
230
|
2 |
0 |
4 |
defined $value and $value ne '' |
|
275
|
0 |
0 |
1 |
defined $self->{'columns'}{$name} and defined $value |
|
|
0 |
1 |
0 |
defined $self->{'columns'}{$name} and defined $value and $self->{'columns'}{$name} eq $value |
|
|
3 |
1 |
0 |
exists $self->{'columns'}{$name} and (defined $self->{'columns'}{$name} and defined $value and $self->{'columns'}{$name} eq $value) |
|
290
|
0 |
0 |
0 |
defined $sub_value and ref $sub_value |
|
314
|
0 |
0 |
0 |
$self->meta->get_relationship($name)->is_multi and ref $related_value ne 'ARRAY' |
|
441
|
0 |
0 |
0 |
$rows and @$rows |
|
662
|
0 |
0 |
0 |
defined $hash_ref and ref $hash_ref eq 'HASH' |
|
665
|
0 |
0 |
0 |
defined $hash_ref->{$key} and $hash_ref->{$key} ne '' |