File Coverage

lib/SQL/Admin/Driver/DB2.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1              
2             package SQL::Admin::Driver::DB2;
3 1     1   1052 use base qw( SQL::Admin::Driver::Base );
  1         2  
  1         144  
4              
5             our $VERSION = v0.5.0;
6              
7             package SQL::Admin::Driver::DB2;
8              
9             1;
10