File Coverage

blib/lib/Sman.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Sman;
2              
3             #$Id: Sman.pm,v 1.89 2008/06/03 15:38:48 joshr Exp $
4              
5             require 5.006;
6 3     3   1143 use strict;
  3         7  
  3         158  
7              
8             #$VERSION and $SMAN_DATA_VERSION moved to Sman/Util.pm
9              
10             #our $VERSION = '1.03';
11             #our $SMAN_DATA_VERSION = "1.4"; # this is only relevant to Sman
12             # SMAN_DATA_VERSION 1.2 enables section "N"
13             # SMAN_DATA_VERSION 1.3 enables use of doclifter to convert pages
14             # SMAN_DATA_VERSION 1.4 re-disables use of doclifter to convert pages
15              
16             1;
17             __END__