File Coverage

blib/lib/Text/Tags.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 Text::Tags;
2              
3             our $VERSION = '0.04';
4              
5 1     1   55208 use warnings;
  1         3  
  1         129  
6 1     1   6 use strict;
  1         3  
  1         318  
7              
8             1; # Magic true value required at end of module
9             __END__