File Coverage

lib/SQL/Admin/Driver/DB2/Evaluate.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              
2             package SQL::Admin::Driver::DB2::Evaluate;
3 1     1   1662 use base qw( SQL::Admin::Driver::Base::Evaluate );
  1         2  
  1         114  
4              
5 1     1   9 use strict;
  1         2  
  1         38  
6 1     1   6 use warnings;
  1         2  
  1         82  
7              
8             our $VERSION = v0.5.0;
9              
10             ######################################################################
11             ######################################################################
12 0     0 0   sub comment_on {
13             }
14              
15             ######################################################################
16             ######################################################################
17              
18             package SQL::Admin::Driver::DB2::Evaluate;
19              
20             1;
21