File Coverage

blib/lib/Encode/InCharset/macGreek.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::macGreek;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InMacGreek{
5 0     0 0   return <<'END';
6             0 7E
7             A0
8             A3
9             A5 A9
10             AB AE
11             B0 B3
12             B7
13             B9
14             BB
15             BD
16             C4
17             C9
18             D6
19             DC
20             DF E0
21             E2
22             E4
23             E7 EB
24             EE EF
25             F4
26             F6 F7
27             F9
28             FB FC
29             153
30             384 386
31             388 38A
32             38C
33             38E 3A1
34             3A3 3CE
35             2013
36             2015
37             2018 2019
38             201C 201D
39             2020
40             2022
41             2026
42             2030
43             2122
44             2248
45             2260
46             2264 2265
47             F8A0
48             END
49             }
50             1;
51             __END__