| blib/lib/OAuth/Lite2/ParamMethod/URIQueryParameter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | l | !l | condition |
|---|---|---|---|
| 103 | 7 | 0 | $args{'oauth_params'} || {} |
| 106 | 5 | 2 | $args{'params'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 6 | 0 | 6 | exists $req->query_parameters->{'oauth_token'} || exists $req->query_parameters->{'access_token'} |
| 119 | 4 | 0 | 3 | $method eq 'GET' or $method eq 'DELETE' |
| 134 | 1 | 0 | 0 | $args{'content'} || build_content($params) |