line |
!l |
l&&!r |
l&&r |
condition |
33
|
0 |
0 |
0 |
@{$self->db_schema;} == 1 and $self->db_schema->[0] ne "%" |
|
0 |
0 |
0 |
@{$self->db_schema;} == 1 and $self->db_schema->[0] ne "%" and lc $self->db_schema->[0] ne lc $current_schema |
237
|
0 |
0 |
0 |
$info->{'data_type'} =~ /timestamp/i and ref $info->{'size'} |
|
0 |
0 |
0 |
$info->{'data_type'} =~ /timestamp/i and ref $info->{'size'} and $info->{'size'}[0] == 0 |
|
0 |
0 |
0 |
$info->{'data_type'} =~ /^interval year to month\z/i and ref $info->{'size'} |
|
0 |
0 |
0 |
$info->{'data_type'} =~ /^interval day to second\z/i and ref $info->{'size'} |
|
0 |
0 |
0 |
lc $info->{'data_type'} eq "urowid" and $info->{'size'} == 4000 |
289
|
0 |
0 |
0 |
$day_precision == 2 and $second_precision == 6 |
307
|
0 |
0 |
0 |
$info->{'size'}[0] == 2 and $info->{'size'}[1] == 6 |