File Coverage

blib/lib/Encoding/FixLatin/XS.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Encoding::FixLatin::XS;
2             {
3             $Encoding::FixLatin::XS::VERSION = '1.01';
4             }
5              
6 3     3   175578 use 5.010000;
  3         12  
  3         123  
7 3     3   19 use strict;
  3         6  
  3         130  
8 3     3   18 use warnings;
  3         24  
  3         245  
9              
10             our @ISA = qw();
11              
12             require XSLoader;
13             XSLoader::load('Encoding::FixLatin::XS', $Encoding::FixLatin::XS::VERSION);
14              
15             # Preloaded methods go here.
16              
17             1;
18             __END__