Branch Coverage

blib/lib/Csound.pm
Criterion Covered Total %
branch 22 24 91.6


line true false branch
54 0 7 unless $possible_note
56 4 3 if $possible_note =~ /^[a-g][\x{266f}\x{266d}]?[12]?\d$/
72 0 22 unless $note =~ /^([a-g])([\x{266f}\x{266d}]?)([12]?\d)$/
81 4 18 if $letter eq 'c'
82 3 19 if $letter eq 'd'
83 3 19 if $letter eq 'e'
84 3 19 if $letter eq 'f'
85 3 19 if $letter eq 'g'
86 3 19 if $letter eq 'a'
87 3 19 if $letter eq 'b'
93 7 15 if $sign eq "\x{266d}"
94 7 15 if $sign eq "\x{266f}"