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   8020327 use strict;
  61         696  
  61         1794  
3 61     61   326 use warnings;
  61         135  
  61         1448  
4 61     61   1504 use 5.010001;
  61         231  
5 61     61   23157 use version; our $VERSION = version->declare("v3.1.21");
  61         100210  
  61         419  
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__