| blib/lib/SimpleMock/Model/LWP_UA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | l | !l | condition |
|---|---|---|---|
| 66 | 3 | 7 | $response_arg->{'code'} //= 200 |
| 68 | 9 | 1 | $response_arg->{'content'} //= "" |
| 69 | 1 | 9 | $response_arg->{'headers'} //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 46 | 11 | 1 | 2 | $lwp->{$url}{$method}{$args_sha} || $lwp->{$url}{$method}{'_default'} |
| 67 | 1 | 9 | 0 | $response_arg->{'message'} //= &status_message($response_arg->{'code'}) |