line |
!l |
l&&!r |
l&&r |
condition |
97
|
0 |
0 |
3 |
ref $connection eq 'HASH' && ref $connection->{'attr'} eq 'HASH' |
117
|
3 |
2 |
2 |
@_ == 0 && wantarray |
|
3 |
0 |
2 |
@_ == 0 && !wantarray |
|
1 |
1 |
1 |
@_ > 1 && wantarray |
|
1 |
0 |
1 |
@_ > 1 && !wantarray |
125
|
0 |
72 |
4 |
defined $cache_type && $cache_type == -1 |
340
|
0 |
4 |
0 |
ref $_[0] ne "HASH" and @_ % 2 |
376
|
6 |
0 |
9 |
not $DBIx::Query::_dq_parser_cache->{$sql} and $self->_param("dq")->_param("sql_parser")->parse($sql) |
574
|
0 |
0 |
5 |
defined $index and $index < @{$self->{'row'};} |
622
|
0 |
0 |
8 |
ref $structure eq "HASH" and $structure->{'column_invert_lookup'} |