line |
true |
false |
branch |
160
|
20 |
0 |
unless ref $uri and ref $uri eq 'URI' |
161
|
0 |
20 |
unless (lc $uri->scheme eq 'http' or lc $uri->scheme eq 'https') |
165
|
20 |
0 |
$port && ($port == 80 || $port == 443) ? : |
183
|
26 |
1 |
$OAuth::Lite::USE_DEPRECATED_NORMALIZER ? : |
192
|
10 |
0 |
if (not ref $params->{$k}) { } |
|
0 |
0 |
elsif (ref $params->{$k} eq 'ARRAY') { } |
200
|
10 |
0 |
if (not ref $encoded_params{$k}) { } |
|
0 |
0 |
elsif (ref $encoded_params{$k} eq 'ARRAY') { } |
216
|
167 |
12 |
if (not ref $params->{$k}) { } |
|
11 |
1 |
elsif (ref $params->{$k} eq 'ARRAY') { } |
260
|
1 |
0 |
wantarray ? : |