| blib/lib/Net/SinaWeibo/OAuth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 34 | 5.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 1 | 0 | 0 | $$tokens{'request_token'} and $$tokens{'request_token_secret'} |
| 45 | 1 | 0 | 0 | $$tokens{'access_token'} and $$tokens{'access_token_secret'} |
| line | l | !l | condition |
|---|---|---|---|
| 177 | 0 | 0 | $args{'params'} || {} |
| 178 | 0 | 0 | $args{'realm'} || $$self{'realm'} || $self->find_realm_from_last_response || '' |
| 182 | 0 | 0 | $args{'multi_parts'} || {} |
| 189 | 0 | 0 | $hash{$key} ||= [] |
| 194 | 0 | 0 | $args{'headers'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $res->decoded_content || $res->content |
| 141 | 0 | 0 | 0 | $res->decoded_content || $res->content |
| 143 | 0 | 0 | 0 | $res->decoded_content || $res->content |
| 153 | 0 | 0 | 0 | $args{'token'} || $self->request_token |
| 158 | 0 | 0 | 0 | $args{'url'} || $self->authorization_url |
| 173 | 0 | 0 | 0 | $args{'method'} || $$self{'http_method'} |