| blib/lib/Catalyst/Plugin/Charsets/Japanese.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 0 | 0 | 0 | $c->response->body and not ref $c->response->body |
| 30 | 0 | 0 | 0 | $c->charsets->in->name eq 'UTF-8' and utf8::is_utf8($body) |
| 51 | 0 | 0 | 0 | ref $value and ref $value ne 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 64 | 0 | 0 | $self->config->{'charsets'} || 'UTF-8' |