| blib/lib/MIDI/Stream/Tables.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 24 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 85 | 13 | 319 | if (length $status // 0) > 3 |
| 87 | 3 | 329 | unless $status |
| 89 | 0 | 329 | if $status < 128 |
| 90 | 225 | 104 | if $status < 192 |
| 91 | 30 | 74 | if $status < 224 |
| 92 | 46 | 28 | if $status < 240 |
| 94 | 8 | 20 | if $status == 240 |
| 95 | 0 | 20 | if $status == 241 |
| 96 | 15 | 5 | if $status == 242 |
| 97 | 0 | 5 | if $status == 243 |
| 99 | 5 | 0 | if $status > 245 |
| 106 | 15 | 164 | length $_[0] > 3 ? : |