Branch Coverage

blib/lib/HTTP/WebTest/Request.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
96 390 1246 if (@_)
104 61 39 if (@{$self->params;} and $self->method and $self->method eq 'GET')
123 187 12 unless defined $self->method and $self->method eq 'POST'
129 4 8 if ($has_filepart) { }
141 24 0 if (defined $header) { }