File Coverage

blib/lib/Mus.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 13 13 100.0


line stmt bran cond sub pod time code
1             package Mus;
2              
3 2     2   149804 use 5.008_005;
  2         18  
4             our $VERSION = '0.02';
5              
6 2     2   9 use strictures 2;
  2         15  
  2         74  
7 2     2   771 use Import::Into;
  2         2391  
  2         135  
8              
9             sub import {
10 2     2   24 $_->import::into( 1 ) for qw/ Mu MooX::StrictConstructor /;
11             }
12              
13             1;
14             __END__