File Coverage

blib/lib/MIDI/Stream.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1 13     13   176 use v5.26;
  13         96  
2 13     13   74 use warnings;
  13         25  
  13         806  
3 13     13   67 use Feature::Compat::Class 0.08;
  13         243  
  13         66  
4              
5             # ABSTRACT: MIDI bytestream decoding and encoding
6              
7             package MIDI::Stream;
8             class MIDI::Stream;
9              
10             our $VERSION = '0.005';
11              
12             1;
13              
14             __END__