line |
!l |
l&&!r |
l&&r |
condition |
27
|
49 |
48 |
867 |
defined $pre && length $pre |
100
|
179 |
54 |
0 |
$args->{'hri_style'} and not $args->{'prune_null_branches'} |
184
|
0 |
223 |
155 |
$inf->{'attrs'}{'accessor'} && $inf->{'attrs'}{'accessor'} ne 'multi' |
191
|
1 |
0 |
377 |
ref $cond eq 'HASH' and keys %$cond |
|
1 |
0 |
377 |
ref $cond eq 'HASH' and keys %$cond and not defined &first(sub {
not $_ =~ /^foreign\./;
}
, keys %$cond) |
|
0 |
0 |
377 |
ref $cond eq 'HASH' and keys %$cond and not defined &first(sub {
not $_ =~ /^foreign\./;
}
, keys %$cond) and not defined &first(sub {
not $_ =~ /^self\./;
}
, values %$cond) |
249
|
97 |
17 |
446 |
not $$collapse_map{-'identifying_columns'} and $my_cols |
|
114 |
24 |
422 |
not $$collapse_map{-'identifying_columns'} and $my_cols and my $idset = $self->_identifying_column_set({map({$_, $my_cols->{$_}{'colinfo'};} keys %$my_cols)}) |
284
|
17 |
35 |
0 |
$relinfo->{$rel}{'is_single'} and $relinfo->{$rel}{'is_inner'} |
310
|
546 |
14 |
0 |
not $$collapse_map{-'identifying_columns'} || $args->{'premultiplied'} and $args->{'_is_top_level'} |
322
|
14 |
8 |
0 |
$relinfo->{$rel}{'is_single'} and $relinfo->{$rel}{'is_inner'} |
433
|
35 |
0 |
97 |
$relinfo->{$rel}{'is_single'} && $relinfo->{$rel}{'is_inner'} && @{$$collapse_map{-'identifying_columns'};} |