File Coverage

blib/lib/PGObject/Util/DBChange/History.pm
Criterion Covered Total %
statement 3 4 75.0
branch n/a
condition n/a
subroutine 1 2 50.0
pod 0 1 0.0
total 4 7 57.1


line stmt bran cond sub pod time code
1             # just returns a list of values
2             package PGObject::Util::DBChange::History;
3 2     2   8 use PGObject::Util::DBChange;
  2         2  
  2         76  
4              
5              
6 0     0 0   sub get_changes { [] };
7              
8             1;