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,v 451c3602d7b2 2015/11/25 06:13:53 gomor $
3             #
4             package Net::SinFP3::DB::Null;
5 1     1   975 use strict;
  1         19  
  1         40  
6 1     1   8 use warnings;
  1         2  
  1         44  
7              
8 1     1   8 use base qw(Net::SinFP3::DB);
  1         4  
  1         151  
9             __PACKAGE__->cgBuildIndices;
10              
11             1;
12              
13             __END__