lib/PagSeguro/API/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | $response and $response->is_success |
40 | 0 | 0 | 0 | $response and $response->is_success |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 0 | $res->get($_[0]) || undef |
26 | 0 | 0 | $ua->get($url) || undef |
37 | 0 | 0 | $ua->post($url, $params) || undef |