File Coverage

blib/lib/Data/Stag/Base.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Data::Stag::Base;
2 20     20   115 use base qw(Data::Stag::BaseHandler);
  20         37  
  20         14587  
3              
4 20     20   373 use vars qw($VERSION);
  20         42  
  20         1355  
5             $VERSION="0.14";
6              
7             # DEPRECATED MODULE - synonym for BaseHandler
8              
9             1;