File Coverage

blib/lib/Encode/InCharset/8859_3.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_3;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InISO_8859_3{
5 0     0 0   return <<'END';
6             0 A0
7             A3 A4
8             A7 A8
9             AD
10             B0
11             B2 B5
12             B7 B8
13             BD
14             C0 C2
15             C4
16             C7 CF
17             D1 D4
18             D6 D7
19             D9 DC
20             DF E2
21             E4
22             E7 EF
23             F1 F4
24             F6 F7
25             F9 FC
26             108 10B
27             11C 121
28             124 127
29             130 131
30             134 135
31             15C 15F
32             16C 16D
33             17B 17C
34             2D8 2D9
35             END
36             }
37             1;
38             __END__