File Coverage

blib/lib/Encode/InCharset/koi8_u.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::koi8_u;
3             our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r};
4             sub InKOI8_U{
5 0     0 0   return <<'END';
6             0 7F
7             A0
8             A9
9             B0
10             B2
11             B7
12             F7
13             401
14             404
15             406 407
16             410 44F
17             451
18             454
19             456 457
20             490 491
21             2022
22             221A
23             2248
24             2264 2265
25             2320 2321
26             2500
27             2502
28             250C
29             2510
30             2514
31             2518
32             251C
33             2524
34             252C
35             2534
36             253C
37             2550 2552
38             2554
39             2557 255B
40             255D 2561
41             2563
42             2566 256A
43             256C
44             2580
45             2584
46             2588
47             258C
48             2590 2593
49             25A0
50             END
51             }
52             1;
53             __END__