Branch Coverage

blib/lib/Csound/Score.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
86 0 0 if ($instr->plays_note)
89 0 0 unless defined $note
91 0 0 unless Csound::is_note($note)
94 0 0 unless $self->isa('Csound::Score')
96 0 0 unless $instr->isa('Csound::Instrument')
101 0 0 if ($instr->plays_note) { }
103 0 0 unless Csound::is_note($note)
111 0 0 unless $i->isa('Csound::ScoreStatement::i')
133 0 0 unless $self->isa('Csound::Score')
137 0 0 if (exists $self->{'f_stmts'}{$f_key})
150 0 0 unless $t->isa('Csound::ScoreStatement::t')
173 0 0 unless open my $sco_fh, '>', "$filename.sco"
178 0 0 if ($self->{'t'})