File Coverage

blib/lib/Encode/ISOIRSingle.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             #-*- perl -*-
2             #-*- coding: us-ascii -*-
3              
4             package Encode::ISOIRSingle;
5              
6 1     1   6 use strict;
  1         3  
  1         50  
7 1     1   6 use warnings;
  1         1  
  1         55  
8             our $VERSION = '0.01';
9              
10 1     1   6 use XSLoader;
  1         2  
  1         47  
11             XSLoader::load(__PACKAGE__, $VERSION);
12              
13             1;
14             __END__