File Coverage

blib/lib/Net/SinFP3/DB/Null.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: Null.pm 2234 2014-04-08 13:05:14Z gomor $
3             #
4             package Net::SinFP3::DB::Null;
5 1     1   502 use strict;
  1         1  
  1         31  
6 1     1   4 use warnings;
  1         1  
  1         23  
7              
8 1     1   3 use base qw(Net::SinFP3::DB);
  1         1  
  1         71  
9             __PACKAGE__->cgBuildIndices;
10              
11             1;
12              
13             __END__