File Coverage

blib/lib/Lingua/KO/MacKorean.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 Lingua::KO::MacKorean;
2              
3             require 5.006001;
4              
5 2     2   1676 use strict;
  2         3  
  2         220  
6              
7             require Exporter;
8             require DynaLoader;
9              
10             our $VERSION = '0.20';
11             our @ISA = qw(Exporter DynaLoader);
12             our @EXPORT = qw(decodeMacKorean encodeMacKorean);
13             our @EXPORT_OK = qw(decode encode);
14              
15             bootstrap Lingua::KO::MacKorean $VERSION;
16             1;
17             __END__