blib/lib/HTTP/Engine/Role/RequestBuilder/HTTPBody.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
47 | 2 | 17 | if (my $upload_tmp = $$req{'builder_options'}{'upload_tmp'}) { } |
4 | 13 | elsif ($self->upload_tmp) { } | |
48 | 1 | 1 | ref $upload_tmp eq 'CODE' ? : |
69 | 47 | 28 | unless $$req{'builder_options'}{'disable_raw_body'} |
80 | 2 | 8 | ref $files eq 'ARRAY' ? : |
95 | 2 | 8 | @uploads > 1 ? : |
99 | 2 | 8 | @filenames > 1 ? : |