Branch Coverage

blib/lib/WWW/Liquidweb/Lite.pm
Criterion Covered Total %
branch 3 28 10.7


line true false branch
53 0 1 ref $_[0] ? :
56 0 1 unless ($$params{'username'} and $$params{'password'})
84 1 0 unless ($res->is_success)
104 0 0 if $key eq 'DESTROY'
108 0 0 ref $_[0] ? :
110 0 0 if (want('OBJECT') or want('VOID'))
119 0 0 if $code =~ /help/i
121 0 0 if ($help) { }
129 0 0 unless (defined &{"WWW::Liquidweb::Lite::${package}::$code";})
190 0 0 if ($code == 200)
195 0 0 if ($content =~ /timeout/i) { }
0 0 elsif ($code == 401 or $code == 403) { }
0 0 elsif ($code == 500) { }
254 0 0 unless ($method and $namespace and $$self{'__json'}{$namespace}{'__methods'}{$method})