| line | l | !l&&r | !l&&!r | condition | 
 
| 40 | 18 | 0 | 0 | shift() || Cwd::getcwd() | 
 
| 140 | 2 | 2 | 5 | $_[0] eq 'chomp' or $_[0] eq 'nochomp' | 
 
|  | 4 | 0 | 5 | $_[0] eq 'chomp' or $_[0] eq 'nochomp' or not defined $_[0] | 
 
| 176 | 1 | 1 | 1 | $lcopt eq 'rs' or $lcopt eq '$/' | 
 
|  | 2 | 1 | 0 | $lcopt eq 'rs' or $lcopt eq '$/' or $lcopt eq 'input_record_separator' | 
 
| 245 | 2 | 2 | 5 | $_[0] eq 'chomp' or $_[0] eq 'nochomp' | 
 
|  | 4 | 0 | 5 | $_[0] eq 'chomp' or $_[0] eq 'nochomp' or not defined $_[0] | 
 
| 281 | 1 | 1 | 1 | $lcopt eq 'rs' or $lcopt eq '$/' | 
 
|  | 2 | 1 | 0 | $lcopt eq 'rs' or $lcopt eq '$/' or $lcopt eq 'input_record_separator' |