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