| line | l | !l&&r | !l&&!r | condition | 
 
| 487 | 16 | 12 | 34 | not $id_name or $id_name =~ /\./ | 
 
|  | 28 | 22 | 12 | not $id_name or $id_name =~ /\./ or not defined $self->rs | 
 
| 712 | 0 | 0 | 428 | &blessed($val) or not &PerlSafeInt()->check($val) | 
 
| 719 | 2 | 0 | 1748 | &blessed($val) or not &PerlSafeInt()->check($val) | 
 
| 727 | 0 | 4 | 3206 | &blessed($val) or not &PerlSafeInt()->check($val) | 
 
| 970 | 0 | 29 | 0 | $self->progress_bar || 'Term::ProgressBar'->new({'name', 'Calculating ranges' . ($column_name ? " for $column_name" : ''), 'count', 2, 'ETA', 'linear', 'silent', !(-t *STDERR && -t *STDIN)}) | 
 
| 1097 | 0 | 31 | 0 | $self->progress_bar || 'Term::ProgressBar'->new({'name', $self->progress_name, 'count', $count || 1, 'ETA', 'linear', 'silent', !(-t *STDERR && -t *STDIN)}) | 
 
| 1124 | 605 | 0 | 30 | $ls->prev_end < $self->max_id or $ls->start | 
 
| 1326 | 6 | 0 | 0 | defined $self->rsc or $self->max_stmt | 
 
| 1355 | 0 | 0 | 6 | not $new_max_id or $new_max_id eq "0E0" | 
 
| 1404 | 314 | 115 | 176 | $self->min_chunk_percent <= 0 or not defined $ls->chunk_count | 
 
| 1447 | 17 | 8 | 0 | not defined $lr->{'max'} or $ls->multiplier_range < $lr->{'max'} | 
 
| 1448 | 6 | 0 | 19 | $lr->{'min'} || $ls->multiplier_range - $ls->multiplier_step | 
 
| 1480 | 54 | 21 | 0 | not defined $lr->{'min'} or $ls->multiplier_range > $lr->{'min'} | 
 
| 1510 | 61 | 49 | 0 | $ls->chunk_count || $ls->chunk_size | 
 
| 1653 | 0 | 0 | 14 | $ls->start > 1000000000 or $ls->end > 1000000000 |