File Coverage

blib/lib/Audio/TinySoundFont/XS.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             package Audio::TinySoundFont::XS;
2              
3 8     8   120 use v5.14;
  8         31  
4 8     8   42 use warnings;
  8         20  
  8         551  
5             our $VERSION = '0.11';
6              
7             require XSLoader;
8             XSLoader::load( 'Audio::TinySoundFont', $VERSION );
9              
10 8     8   50 use parent qw/Exporter/;
  8         14  
  8         68  
11              
12             1;
13             __END__