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   111 use v5.14;
  8         33  
4 8     8   44 use warnings;
  8         18  
  8         529  
5             our $VERSION = '0.10';
6              
7             require XSLoader;
8             XSLoader::load( 'Audio::TinySoundFont', $VERSION );
9              
10 8     8   49 use parent qw/Exporter/;
  8         21  
  8         65  
11              
12             1;
13             __END__