| line |
l |
!l&&r |
!l&&!r |
condition |
|
53
|
0 |
0 |
0 |
$params{'connection'} // $self->connection
|
|
89
|
0 |
6 |
0 |
$cache->{'by_table_alias'}{$link->other_table}{$alias} //= $link
|
|
100
|
0 |
0 |
14 |
$params{'key'} //= $columns ? column_key(@$columns) : undef
|
|
103
|
0 |
0 |
0 |
$out //= $cache->{'by_table_alias'}{$table}{$alias}
|
|
104
|
0 |
0 |
0 |
$out //= $cache->{'by_table_alias'}{$table}{$spec}
|
|
105
|
0 |
0 |
0 |
$out //= $cache->{'by_table_alias'}{$spec}{$alias}
|
|
107
|
0 |
0 |
0 |
$out //= $cache->{'by_table_key'}{$table}{$key}
|
|
108
|
0 |
0 |
0 |
$out //= $cache->{'by_table_key'}{$spec}{$key}
|
|
109
|
0 |
0 |
0 |
$out //= $cache->{'by_table_key'}{$table}{$spec}
|
|
111
|
0 |
0 |
0 |
$out //= $cache->{'by_alias'}{$alias}
|
|
112
|
0 |
10 |
2 |
$out //= $cache->{'by_alias'}{$spec}
|
|
114
|
0 |
2 |
0 |
$out //= $cache->{'by_table'}{$table}
|
|
115
|
10 |
2 |
0 |
$out //= $cache->{'by_table'}{$spec}
|