Condition Coverage

blib/lib/Audio/Nama/EffectChain.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
409 0 0 0 $unique and @found > 1

or 2 conditions

line l !l condition
129 0 0 $vals{'inserts_data'} ||= []
130 0 0 $vals{'ops_list'} ||= []
131 0 0 $vals{'ops_data'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
140 0 0 0 scalar @{$vals{'ops_list'};} or scalar @{$vals{'inserts_data'};}
239 0 0 0 exists $self->{'attrib'}{$call} or $is_attribute{$call}
250 0 0 0 $track ||= $Audio::Nama::EffectChain::tn{$self->track_name}

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
134 0 0 0 0 $vals{'attrib'}{'global'} xor $vals{'attrib'}{'project'}