blib/lib/HTTP/WebTest/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 1536 | 0 | 100 | @{$self->params;} and $self->method |
1536 | 39 | 61 | @{$self->params;} and $self->method and $self->method eq 'GET' | |
123 | 0 | 187 | 12 | defined $self->method and $self->method eq 'POST' |