| line | !l | l&&!r | l&&r | condition | 
 
| 148 | 0 | 0 | 0 | $bus->send_type eq 'loop' and $bus->send_id =~ /^\w+_(in|out)$/u | 
 
|  | 0 | 0 | 0 | $bus->send_type eq 'track' and $Audio::Nama::tn{$bus->send_id}->rec_status =~ /REC|MON/u | 
 
|  | 0 | 0 | 0 | $bus->send_type eq 'track' and $bus->send_id eq 'Master' | 
 
|  | 0 | 0 | 0 | $bus->send_type eq 'track' and $bus->send_id eq 'Master' and $Audio::Nama::tn{'Mixdown'}->rec_status eq 'REC' | 
 
| 177 | 0 | 0 | 0 | $_->rec_status eq 'REC' and not $Audio::Nama::mode->preview | 
 
|  | 0 | 0 | 0 | $_->rec_status eq 'REC' and not $Audio::Nama::mode->preview and not $Audio::Nama::mode->doodle | 
 
| 321 | 0 | 0 | 0 | $bn{$name} and not ref($bn{$name}) =~ /SendBus/u |