| blib/lib/MIDI/Score.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 287 | 0 | 0 | 146 | ref $event and @$event |
| 375 | 91 | 58 | 6 | $_->[0] eq "note_on" and $_->[4] == 0 |
| 381 | 0 | 0 | 58 | exists $note{pack "CC", @{$_;}[2, 3]} and @{$note{pack "CC", @{$_;}[2, 3]};} |
| 487 | 0 | 5 | 20 | $qd and $n_event_r->[0] eq "note" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 375 | 52 | 6 | 149 | $_->[0] eq "note_off" or $_->[0] eq "note_on" and $_->[4] == 0 |