Branch Coverage

blib/lib/WWW/FBX.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
37 0 0 if (defined $odebug and $odebug != $debug or $debug)
38 0 0 if ($debug) { }
76 0 0 if ($http_method eq 'PUT') { }
0 0 elsif ($http_method =~ /^(?:GET|DELETE)$/) { }
0 0 elsif ($http_method eq 'POST') { }
80 0 0 if keys %$args
84 0 0 if (not $content_type or $content_type eq 'application/json') { }
0 0 elsif ($content_type eq 'form-data') { }
88 0 0 ref $_ ? :
119 0 0 length $content ? :
122 0 0 if (ref $j_obj and &reftype($j_obj) eq 'HASH' and exists $j_obj->{'error_code'} || exists $j_obj->{'msg'})
127 0 0 if $res->is_success and defined $j_obj
131 0 0 if $res->filename and $res->is_success
135 0 0 if ref $j_obj