File Coverage

lib/SQL/Admin/Driver/DB2/Decompose.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              
2             package SQL::Admin::Driver::DB2::Decompose;
3 1     1   7487 use base qw( SQL::Admin::Driver::Base::Decompose );
  1         3  
  1         125  
4              
5 1     1   5 use strict;
  1         3  
  1         28  
6 1     1   4 use warnings;
  1         2  
  1         59  
7              
8             our $VERSION = v0.5.0;
9              
10             ######################################################################
11              
12             package SQL::Admin::Driver::DB2::Decompose;
13              
14             1;