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 1     1   687 $Task::MusicBundle::AUTHORITY = 'cpan:GENE';
5             }
6              
7             # ABSTRACT: MIDI and music creation modules
8              
9 1     1   6 use strict;
  1         2  
  1         19  
10 1     1   5 use warnings;
  1         2  
  1         48  
11              
12             our $VERSION = '0.1912';
13              
14             1;
15              
16             __END__