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   8199393 use strict;
  61         678  
  61         1812  
3 61     61   369 use warnings;
  61         133  
  61         1431  
4 61     61   1531 use 5.010001;
  61         215  
5 61     61   23423 use version; our $VERSION = version->declare("v3.1.22");
  61         99992  
  61         422  
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__