File Coverage

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


line stmt bran cond sub pod time code
1             package Encoding::FixLatin::XS;
2             $Encoding::FixLatin::XS::VERSION = '1.02';
3 3     3   238103 use 5.010000;
  3         32  
4 3     3   15 use strict;
  3         5  
  3         63  
5 3     3   15 use warnings;
  3         6  
  3         240  
6              
7             our @ISA = qw();
8              
9             require XSLoader;
10             XSLoader::load('Encoding::FixLatin::XS', $Encoding::FixLatin::XS::VERSION);
11              
12             # Preloaded methods go here.
13              
14             1;
15             __END__