File Coverage

blib/lib/Minilla.pm
Criterion Covered Total %
statement 11 13 84.6
branch n/a
condition n/a
subroutine 4 6 66.6
pod 0 2 0.0
total 15 21 71.4


line stmt bran cond sub pod time code
1             package Minilla;
2 61     61   14706033 use strict;
  61         176  
  61         2692  
3 61     61   322 use warnings;
  61         119  
  61         3487  
4 61     61   1111 use 5.010001;
  61         267  
5 61     61   26775 use version; our $VERSION = version->declare("v3.1.29");
  61         128838  
  61         463  
6              
7             our $DEBUG;
8             our $AUTO_INSTALL;
9              
10 0     0 0   sub debug { $DEBUG }
11 0     0 0   sub auto_install { $AUTO_INSTALL }
12              
13             1;
14             __END__