line |
!l |
l&&!r |
l&&r |
condition |
181
|
0 |
0 |
0 |
$opts and ref $opts eq 'ARRAY' |
217
|
0 |
0 |
0 |
$row && exists $row->{$data} |
259
|
0 |
0 |
0 |
$type eq 'INSERT' || $type eq 'UPDATE' and !$data || ref $data ne 'HASH' |
265
|
0 |
0 |
0 |
$type =~ /^ (SELECT|UPDATE|DELETE|COUNT) $/x and not $where |
318
|
2 |
2 |
2 |
$type eq 'SELECT' && $data |
380
|
6 |
0 |
0 |
exists $opts->{'order_by'} and defined $opts->{'order_by'} |
386
|
6 |
0 |
0 |
exists $opts->{'limit'} and defined $opts->{'limit'} |
|
2 |
4 |
0 |
$type eq 'SELECT' and not wantarray |
403
|
6 |
0 |
0 |
exists $opts->{'offset'} and defined $opts->{'offset'} |
419
|
0 |
2 |
1 |
$where and not ref $where |
515
|
2 |
1 |
0 |
$order ne 'ASC' and $order ne 'DESC' |