| blib/lib/Convert/Cyrillic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 14 | 14.2 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 0 | 0 | if $Src eq 'KOI' |
| 45 | 0 | 0 | if $Dst eq 'KOI' |
| 47 | 0 | 0 | if ($Src eq 'UTF8') |
| 54 | 0 | 0 | if ($Dst eq 'UTF8') { } |
| 62 | 0 | 0 | if ($Dst eq 'VOL') |
| 75 | 2 | 1 | if (exists $UCase{$Code} and exists $LCase{$Code}) |
| 85 | 0 | 0 | if (exists $UCase{$Code} and exists $LCase{$Code}) |