File Coverage

blib/lib/Net/SinFP3/Ext/DBI.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             # $Id: DBI.pm 22 2015-01-04 16:42:47Z gomor $
3             #
4             package Net::SinFP3::Ext::DBI;
5 1     1   5570 use strict;
  1         3  
  1         33  
6 1     1   4 use warnings;
  1         1  
  1         28  
7              
8 1     1   3 use base qw(Class::DBI);
  1         4  
  1         876  
9              
10             1;
11              
12             __END__