blib/lib/Encode/InCharset/jis0201.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::jis0201; | ||||||
3 | our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r}; | ||||||
4 | sub InJIS0201{ | ||||||
5 | 0 | 0 | 0 | return <<'END'; | |||
6 | 0 7D | ||||||
7 | 7F 9F | ||||||
8 | 203E | ||||||
9 | FF61 FF9F | ||||||
10 | END | ||||||
11 | } | ||||||
12 | 1; | ||||||
13 | __END__ |