| blib/lib/MIDI/Segment.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 17 | 88.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 34 | 18 | 0 | 15 | $event->[0] eq "note_on" and $event->[4] > 0 | 
| 18 | 5 | 10 | $event->[0] eq "note_on" and $event->[4] > 0 and $when > $onsets[-1] | |
| 45 | 1 | 4 | 1 | $last->[1] == 0 and $last->[0] eq "note_on" | 
| 5 | 0 | 1 | $last->[1] == 0 and $last->[0] eq "note_on" and $last->[4] > 0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 131 | 4 | 1 | $links->[$tidx]{$window} // die("no onset at $window track $tidx") | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 103 | 1 | 1 | 2 | $self->{'vague'} or $self->{'ragged'} |