| line |
!l |
l&&!r |
l&&r |
condition |
|
118
|
0 |
0 |
0 |
$reuse_sth and $$reuse_sth |
|
191
|
0 |
0 |
0 |
$headerline->[$_] and $headerline->[$_] ne '' |
|
287
|
0 |
0 |
0 |
$$reuse_sth and not eval {
do {
$$reuse_sth->isa('DBI::st')
}
} |
|
341
|
0 |
0 |
0 |
$detected_type[$_] and $detected_type[$_] eq '_dt_' |
|
389
|
0 |
0 |
0 |
$detected_type[$_] and $detected_type[$_] eq '_dt_' |
|
392
|
0 |
0 |
0 |
$dt eq float() and $c_type ne double() |
|
393
|
0 |
0 |
0 |
$dt eq longlong() and not $c_type =~ /^(double|float)$/ |
|
394
|
0 |
0 |
0 |
$dt eq long() and not $c_type =~ /^(double|float|longlong)$/ |
|
395
|
0 |
0 |
0 |
$dt eq short() and not $c_type =~ /^(double|float|longlong|long)$/ |
|
396
|
0 |
0 |
0 |
$dt eq byte() and not $c_type =~ /^(double|float|longlong|long|short)$/ |