File Coverage

blib/lib/PGObject/Util/DBChange/History.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 12 15 80.0


line stmt bran cond sub pod time code
1             # just returns a list of values
2             package PGObject::Util::DBChange::History;
3              
4 2     2   12 use warnings;
  2         4  
  2         56  
5 2     2   10 use strict;
  2         3  
  2         35  
6              
7 2     2   8 use PGObject::Util::DBChange;
  2         5  
  2         101  
8              
9              
10 0     0 0   sub get_changes { [] };
11              
12             1;