File Coverage

blib/lib/Gantry/Conf/Provider.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Gantry::Conf::Provider;
2              
3             #####################################################################
4             #
5             # Name : Gantry::Conf::Provider
6             # Author : Frank Wiles
7             #
8             # Description : Base class that all Gantry::Conf::Provider::*
9             # modules should inherit from.
10             #
11             #####################################################################
12              
13 1     1   6 use strict;
  1         2  
  1         30  
14 1     1   5 use warnings;
  1         2  
  1         28  
15              
16             1;
17              
18             __END__