| blib/lib/EBook/Ishmael/CharDet/ShiftJIS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 12 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 63401 | 136 | 6645 | $b >= 129 and $b <= 159 |
| 63446 | 6 | 85 | $b >= 224 and $b <= 239 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 81 | 6645 | 0 | 63537 | $b >= 129 and $b <= 159 or $b >= 224 and $b <= 239 |
| 130 | 0 | 0 | 4 | $self->{'Bad'} or $self->{'MBs'} == 0 |