Condition Coverage

blib/lib/Catalyst/Plugin/Charsets/Japanese.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

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'

or 2 conditions

line l !l condition
64 0 0 $self->config->{'charsets'} || 'UTF-8'