File Coverage

blib/lib/Razor2/Preproc/deHTMLxs.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 Razor2::Preproc::deHTMLxs;
2              
3 1     1   66247 use strict;
  1         2  
  1         97  
4              
5             require Exporter;
6             require DynaLoader;
7             require AutoLoader;
8              
9             our @ISA = qw(Exporter DynaLoader);
10              
11             # Items to export into callers namespace by default. Note: do not export
12             # names by default without a very good reason. Use EXPORT_OK instead.
13             # Do not simply export all your public functions/methods/constants.
14             our @EXPORT = qw();
15             our $VERSION = '2.85';
16              
17             bootstrap Razor2::Preproc::deHTMLxs $VERSION;
18              
19             # Preloaded methods go here.
20              
21             # Autoload methods go after =cut, and are processed by the autosplit program.
22              
23             1;
24             __END__