Branch Coverage

blib/lib/Catalyst/Plugin/Charsets/Japanese.pm
Criterion Covered Total %
branch 2 18 11.1


line true false branch
15 0 0 unless ($c->response->body and not ref $c->response->body)
18 0 0 unless ($c->response->content_type =~ /^text|xml$|javascript$/)
30 0 0 if ($c->charsets->in->name eq 'UTF-8' and utf8::is_utf8($body))
51 0 0 if (ref $value and ref $value ne 'ARRAY')
54 0 0 ref $value ? :
56 0 0 if $c->charsets->in->name eq 'UTF-8'
65 0 0 if (ref $setting eq 'HASH') { }
72 0 0 if ($self->debug)
132 20 52 if (lc $code eq lc $_)