Branch Coverage

blib/lib/Catalyst/Request/PartData.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
18 4 18 if (my $hdrs = $class->part_data_has_complex_headers($part_data)) { }
28 0 4 if ($hdrs->content_encoding)
40 4 0 if ($ct) { }
43 4 0 if ($charset) { }
46 0 0 if ($c and $c->encoding and not $c->config->{'skip_body_param_unicode_decoding'}) { }
61 18 0 if ($c and $c->encoding and not $c->config->{'skip_body_param_unicode_decoding'}) { }
68 0 0 unless $class->part_data_has_complex_headers($part_data)
87 4 18 $hdrs->header_field_names > 1 ? :