File Coverage

blib/lib/Rose/HTML/Form/Constants.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              
2             use strict;
3 35     35   212  
  35         57  
  35         2831  
4             our $VERSION = '0.606';
5              
6             require Exporter;
7             our @ISA = qw(Exporter);
8              
9             our @EXPORT_OK = qw(FF_SEPARATOR);
10              
11             our %EXPORT_TAGS = (all => \@EXPORT_OK);
12              
13             use constant FF_SEPARATOR => '.';
14 35     35   182  
  35         74  
  35         2372  
15             1;