File Coverage

blib/lib/Encode/InCharset/cp852.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::cp852;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InCP852{
5 0     0 0   return <<'END';
6             0 7F
7             A0
8             A4
9             A7 A8
10             AB AD
11             B0
12             B4
13             B8
14             BB
15             C1 C2
16             C4
17             C7
18             C9
19             CB
20             CD CE
21             D3 D4
22             D6 D7
23             DA
24             DC DD
25             DF
26             E1 E2
27             E4
28             E7
29             E9
30             EB
31             ED EE
32             F3 F4
33             F6 F7
34             FA
35             FC FD
36             102 107
37             10C 111
38             118 11B
39             139 13A
40             13D 13E
41             141 144
42             147 148
43             150 151
44             154 155
45             158 15B
46             15E 165
47             16E 171
48             179 17E
49             2C7
50             2D8 2D9
51             2DB
52             2DD
53             2500
54             2502
55             250C
56             2510
57             2514
58             2518
59             251C
60             2524
61             252C
62             2534
63             253C
64             2550 2551
65             2554
66             2557
67             255A
68             255D
69             2560
70             2563
71             2566
72             2569
73             256C
74             2580
75             2584
76             2588
77             2591 2593
78             25A0
79             END
80             }
81             1;
82             __END__