| 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.86 2008/05/25 02:43:15 joshr Exp $ | ||||||
| 4 | |||||||
| 5 | require 5.006; | ||||||
| 6 | 2 | 2 | 11137 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 127 | ||||||
| 7 | our $VERSION = '1.03'; | ||||||
| 8 | our $SMAN_DATA_VERSION = "1.4"; # this is only relevant to Sman | ||||||
| 9 | # SMAN_DATA_VERSION 1.2 enables section "N" | ||||||
| 10 | # SMAN_DATA_VERSION 1.3 enables use of doclifter to convert pages | ||||||
| 11 | # SMAN_DATA_VERSION 1.4 re-disables use of doclifter to convert pages | ||||||
| 12 | |||||||
| 13 | 1; | ||||||
| 14 | __END__ |