line |
!l |
l&&!r |
l&&r |
condition |
122
|
0 |
0 |
0 |
-f $file and mtime($file) == get_table_status($table, 'Update_time') |
140
|
0 |
0 |
0 |
$incremental{$table} and mtime($file) >= get_table_status($table, 'Create_time') |
213
|
0 |
0 |
0 |
@{$desc;} and $desc->[0][1] =~ /\A\w*int\b/msx |
|
0 |
0 |
0 |
@{$desc;} and $desc->[0][1] =~ /\A\w*int\b/msx and $desc->[0][3] eq 'PRI' |
|
0 |
0 |
0 |
@{$desc;} and $desc->[0][1] =~ /\A\w*int\b/msx and $desc->[0][3] eq 'PRI' and $desc->[0][5] eq 'auto_increment' |
|
0 |
0 |
0 |
@{$desc;} and $desc->[0][1] =~ /\A\w*int\b/msx and $desc->[0][3] eq 'PRI' and $desc->[0][5] eq 'auto_increment' and 1 == grep({$_->[3] eq 'PRI';} @{$desc;}) |