line |
!l |
l&&!r |
l&&r |
condition |
39
|
0 |
0 |
0 |
$self->db_schema and $self->db_schema->[0] eq "%" |
235
|
0 |
0 |
0 |
$data_type eq "bit" and not exists $info->{'size'} |
|
0 |
0 |
0 |
$data_type =~ /^(?:enum|set)\z/ and $has_information_schema |
|
0 |
0 |
0 |
$data_type =~ /^(?:enum|set)\z/ and $has_information_schema and $column_type =~ /^(?:enum|set)\(/ |
239
|
0 |
0 |
0 |
defined $precision and defined $scale |
240
|
0 |
0 |
0 |
$precision == 10 and $scale == 0 |
257
|
0 |
0 |
0 |
defined $self->datetime_undef_if_invalid and $self->datetime_undef_if_invalid == 0 |
275
|
0 |
0 |
0 |
exists $info->{'default_value'} and $info->{'default_value'} eq "" |
304
|
0 |
0 |
0 |
not &blessed($dbi_info) and lc $dbi_info->{'COLUMN_DEF'} eq "current_timestamp" |
|
0 |
0 |
0 |
not &blessed($dbi_info) and lc $dbi_info->{'COLUMN_DEF'} eq "current_timestamp" and lc $dbi_info->{'mysql_type_name'} eq "timestamp" |