blib/lib/App/Music/PlayTab/Note.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
32 | 699 | 0 | unless ref $self |
39 | 0 | 699 | if $note eq '*' |
44 | 65 | 634 | if ($note =~ /^([a-g])(is|\#)$/i) { } |
107 | 527 | elsif ($note =~ /^([a-g])(e?s|b)$/i) { } | |
527 | 0 | elsif ($note =~ /^([a-g])$/i) { } | |
58 | 0 | 699 | unless (defined $res) |
69 | 6 | 269 | unless $xp |
88 | 37 | 224 | if ($res =~ /(.)b/) { } |
25 | 199 | elsif ($res =~ /(.)#/) { } |