| blib/lib/WWW/TypePad.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 17 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 111 | 0 | 0 | 0 | $method eq 'GET' and $qs |
| 116 | 0 | 0 | 0 | $api->access_token and not $anon |
| 118 | 0 | 0 | 0 | $method eq 'POST' || $method eq 'PUT' and $qs |
| 204 | 0 | 0 | 0 | $res->code == 302 and $res->header('Location') |
| line | l | !l | condition |
|---|---|---|---|
| 162 | 0 | 0 | delete $$form{'asset'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 118 | 0 | 0 | 0 | $method eq 'POST' || $method eq 'PUT' |