Branch Coverage

blib/lib/MIDI.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
393 1 149 if (not length $_) { }
121 28 elsif ($_ eq '0' or /^-?(?:[1-9]\d*)$/s) { }
0 28 elsif (s/([^\x20\x21\x23\x27-\x3F\x41-\x5B\x5D-\x7E])/'\\x' . unpack('H2', $1);/eg) { }