Condition Coverage

blib/lib/Audio/Nama/Bus.pm
Criterion Covered Total %
condition 0 32 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
64 0 0 $track->last || 0

or 3 conditions

line l !l&&r !l&&!r condition
148 0 0 0 $bus->send_type eq 'track' and $Audio::Nama::tn{$bus->send_id}->rec_status =~ /REC|MON/u or $bus->send_type eq 'track' and $bus->send_id eq 'Master' and $Audio::Nama::tn{'Mixdown'}->rec_status eq 'REC'
267 0 0 0 shift() || ($this_track ||= $tn{'Master'})
307 0 0 0 $tn{$name} // add_track($name, 'width', 2)