File Coverage

blib/lib/Encode/InCharset/cp1255.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::cp1255;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InCP1255{
5 0     0 0   return <<'END';
6             0 7F
7             A0 A3
8             A5 A9
9             AB B9
10             BB BF
11             D7
12             F7
13             192
14             2C6
15             2DC
16             5B0 5B9
17             5BB 5C3
18             5D0 5EA
19             5F0 5F4
20             200E 200F
21             2013 2014
22             2018 201A
23             201C 201E
24             2020 2022
25             2026
26             2030
27             2039 203A
28             20AA
29             20AC
30             2122
31             END
32             }
33             1;
34             __END__