| line | l | !l&&r | !l&&!r | condition | 
 
| 78 | 3 | 0 | 13 | $opts->{'die'} || $opts->{'dies'} | 
 
| 194 | 1 | 1 | 0 | $which eq "run" or $which eq "start" | 
 
| 196 | 0 | 0 | 10 | $opts->{'log'} or $opts->{'dry_run'} | 
 
| 240 | 0 | 0 | 3 | $opts->{'log'} or $opts->{'dry_run'} | 
 
| 268 | 0 | 0 | 1 | $opts->{'capture_merged'} or $opts->{'tee_stdout'} | 
 
|  | 0 | 0 | 1 | $opts->{'capture_merged'} or $opts->{'tee_stdout'} or $opts->{'tee_stderr'} | 
 
|  | 0 | 0 | 1 | $opts->{'capture_merged'} or $opts->{'tee_stdout'} or $opts->{'tee_stderr'} or $opts->{'tee_merged'} | 
 
| 305 | 0 | 0 | 2 | $opts->{'log'} or $opts->{'dry_run'} | 
 
| 422 | 0 | 2 | 1 | $opts->{'log'} or $opt_die |