File Coverage

blib/lib/Razor2/Preproc/deHTMLxs.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Razor2::Preproc::deHTMLxs;
2              
3 1     1   68305 use strict;
  1         2  
  1         29  
4              
5 1     1   5 use Exporter ();
  1         2  
  1         13  
6 1     1   4 use XSLoader ();
  1         2  
  1         11  
7 1     1   591 use AutoLoader ();
  1         1452  
  1         77  
8              
9             our @ISA = qw(Exporter);
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.86';
16              
17             XSLoader::load( '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__