File Coverage

blib/lib/Encode/InCharset/8859_16.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::8859_16;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InISO_8859_16{
5 0     0 0   return <<'END';
6             0 A0
7             A7
8             A9
9             AB
10             AD
11             B0 B1
12             B6 B7
13             BB
14             C0 C2
15             C4
16             C6 CF
17             D2 D4
18             D6
19             D9 DC
20             DF E2
21             E4
22             E6 EF
23             F2 F4
24             F6
25             F9 FC
26             FF
27             102 107
28             10C 10D
29             110 111
30             118 119
31             141 144
32             150 153
33             15A 15B
34             160 161
35             170 171
36             178 17E
37             218 21B
38             201D 201E
39             20AC
40             END
41             }
42             1;
43             __END__