Condition Coverage

blib/lib/WWW/Liquidweb/Lite.pm
Criterion Covered Total %
condition 5 25 20.0


and 3 conditions

line !l l&&!r l&&r condition
56 0 0 1 $$params{'username'} and $$params{'password'}
254 0 0 0 $method and $namespace
0 0 0 $method and $namespace and $$self{'__json'}{$namespace}{'__methods'}{$method}

or 2 conditions

line l !l condition
66 0 1 $$params{'host'} ||= 'https://api.stormondemand.com'
67 0 1 $$params{'json'} ||= 'https://www.stormondemand.com/api/docs/v1/docs.json'
68 0 1 $$params{'timeout'} ||= 60
69 0 1 $$params{'version'} ||= 'v1'
169 0 0 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
110 0 0 0 want('OBJECT') or want('VOID')
195 0 0 0 $code == 401 or $code == 403