blib/lib/HTTP/Response/Encoding.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 12 | 58.3 |
line | true | false | branch |
---|---|---|---|
8 | 4 | 5 | if exists $$self{'__charset'} |
9 | 5 | 0 | if ($self->can('content_charset')) |
19 | 0 | 0 | unless $content_type |
27 | 1 | 5 | if exists $$self{'__encoder'} |
28 | 0 | 5 | unless my $charset = $self->charset |
34 | 0 | 6 | unless my $enc = (shift())->encoder |