File Coverage

blib/lib/Pgtools/Conf.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Pgtools::Conf;
2 2     2   19582 use strict;
  2         2  
  2         40  
3 2     2   6 use warnings;
  2         1  
  2         42  
4              
5 2     2   763 use parent qw(Class::Accessor);
  2         441  
  2         9  
6             __PACKAGE__->mk_accessors(qw(version items));
7              
8             1;