| blib/lib/OAuth/Lite2/ParamMethod/URIQueryParameter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 12 | 91.6 | 
| line | true | false | branch | 
|---|---|---|---|
| 68 | 6 | 6 | if ($$params{'oauth_token'}) | 
| 109 | 1 | 6 | if (defined $headers) { } | 
| 110 | 1 | 0 | if (ref $headers eq 'ARRAY') { } | 
| 119 | 4 | 3 | if ($method eq 'GET' or $method eq 'DELETE') { } | 
| 127 | 2 | 1 | unless ($headers->header('Content-Type')) | 
| 132 | 2 | 1 | $content_type eq 'application/x-www-form-urlencoded' ? : |