File Coverage

blib/lib/Net/SenderBase.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             # $Id: SenderBase.pm,v 1.3 2003/07/21 16:13:00 matt Exp $
2              
3             package Net::SenderBase;
4 4     4   79189 use strict;
  4         10  
  4         154  
5              
6 4     4   2036 use Net::SenderBase::Query;
  4         47  
  4         137  
7              
8             # Nothing to do in base module except set the version number...
9              
10 4     4   38 use vars qw($VERSION);
  4         8  
  4         240  
11             $VERSION = '1.01';
12              
13             1;
14             __END__