File Coverage

blib/lib/Task/MusicBundle.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1             package Task::MusicBundle;
2              
3             BEGIN {
4 2     2   784512 $Task::MusicBundle::AUTHORITY = 'cpan:GENE';
5             }
6              
7             # ABSTRACT: MIDI and music creation modules
8              
9 2     2   14 use strict;
  2         4  
  2         45  
10 2     2   7 use warnings;
  2         7  
  2         165  
11              
12             our $VERSION = '0.1915';
13              
14             1;
15              
16             __END__