| blib/lib/EBook/Ishmael/CharDet/ShiftJIS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 77 | 0 | 4835 | if $self->{'Bad'} |
| 81 | 6723 | 70182 | if ($self->{'Left'}) { } |
| 6730 | 63452 | elsif ($b >= 129 and $b <= 159 or $b >= 224 and $b <= 239) { } | |
| 52 | 63400 | elsif ($b & 128) { } | |
| 103 | 4365 | 2358 | if (exists $SHIFTJIS_FREQS{$self->{'Code'}}) |
| 130 | 0 | 4 | if ($self->{'Bad'} or $self->{'MBs'} == 0) |