Condition Coverage

blib/lib/OAuth/Lite/Util.pm
Criterion Covered Total %
condition 6 13 46.1


and 3 conditions

line !l l&&!r l&&r condition
160 20 0 0 ref $uri and ref $uri eq 'URI'
165 0 0 20 $port && ($port == 80 || $port == 443)

or 2 conditions

line l !l condition
92 2 13 shift() || 10
275 0 2 $realm || ''

or 3 conditions

line l !l&&r !l&&!r condition
161 20 0 0 lc $uri->scheme eq 'http' or lc $uri->scheme eq 'https'