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   8073338 use strict;
  61         703  
  61         1811  
3 61     61   373 use warnings;
  61         125  
  61         1484  
4 61     61   1462 use 5.010001;
  61         215  
5 61     61   22171 use version; our $VERSION = version->declare("v3.1.23");
  61         98496  
  61         398  
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__