File Coverage

blib/lib/Test/DBChanges/Pg.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 Test::DBChanges::Pg;
2 1     1   381064 use Moo;
  1         8  
  1         7  
3 1     1   799 use namespace::autoclean;
  1         11512  
  1         4  
4              
5             with 'Test::DBChanges::Role::DBI',
6             'Test::DBChanges::Role::Pg';
7              
8             our $VERSION = '1.0.2'; # VERSION
9             # ABSTRACT: track changes to PostgreSQL tables
10              
11              
12             1;
13              
14             __END__