Branch Coverage

blib/lib/OAuth/Lite/Util.pm
Criterion Covered Total %
branch 12 22 54.5


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 ? :