| blib/lib/Encode/InCharset/8859_15.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::8859_15; | ||||||
| 3 | our $VERSION = do {my @r = (q$Revision: 0.1 $ =~ /\d+/g); sprintf "%d."."%02d"x$#r, @r}; | ||||||
| 4 | sub InISO_8859_15{ | ||||||
| 5 | 0 | 0 | 0 | return <<'END'; | |||
| 6 | 0 A3 | ||||||
| 7 | A5 | ||||||
| 8 | A7 | ||||||
| 9 | A9 B3 | ||||||
| 10 | B5 B7 | ||||||
| 11 | B9 BB | ||||||
| 12 | BF FF | ||||||
| 13 | 152 153 | ||||||
| 14 | 160 161 | ||||||
| 15 | 178 | ||||||
| 16 | 17D 17E | ||||||
| 17 | 20AC | ||||||
| 18 | END | ||||||
| 19 | } | ||||||
| 20 | 1; | ||||||
| 21 | __END__ |