File Coverage

blib/lib/Encode/InCharset/macHebrew.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::macHebrew;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InMacHebrew{
5 0     0 0   return <<'END';
6             0 1F
7             26
8             40 5A
9             5C
10             5E 7A
11             7E
12             C4
13             C7
14             C9
15             D1
16             D6
17             DC
18             E0 E5
19             E7 EF
20             F1 F6
21             F9 FC
22             5B0 5B9
23             5BB 5BC
24             5BF
25             5D0 5EA
26             20AA
27             F86A
28             F89B F89E
29             FB1F
30             FB2A FB2B
31             FB35
32             FB4B
33             END
34             }
35             1;
36             __END__