| blib/lib/MIDI/Score.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 288 | 0 | 0 | 84 | ref $event and @$event |
| 376 | 28 | 42 | 0 | $$_[0] eq 'note_on' and $$_[4] == 0 |
| 382 | 0 | 0 | 42 | exists $note{pack 'CC', @{$_;}[2, 3]} and @{$note{pack 'CC', @{$_;}[2, 3]};} |
| 488 | 0 | 5 | 20 | $qd and $$n_event_r[0] eq 'note' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 376 | 42 | 0 | 70 | $$_[0] eq 'note_off' or $$_[0] eq 'note_on' and $$_[4] == 0 |