File Coverage

blib/lib/Encode/InCharset/hp_roman8.pm
Criterion Covered Total %
statement 0 1 0.0
branch n/a
condition n/a
subroutine 0 1 0.0
pod 0 1 0.0
total 0 3 0.0


line stmt bran cond sub pod time code
1             # This is auto-generated. Do not edit by hand!
2             package Encode::InCharset::hp_roman8;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InHp_Roman8{
5 0     0 0   return <<'END';
6             0 A5
7             A7 A8
8             AA AB
9             AF B1
10             B4 B7
11             BA D6
12             D8 F6
13             F8 FF
14             160 161
15             178
16             192
17             2C6
18             2CB
19             2DC
20             2014
21             20A4
22             25A0
23             END
24             }
25             1;
26             __END__