Condition Coverage

blib/lib/API/Docker/Role/HTTP.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
114 0 0 0 $body and $body =~ /^\s*[\{\[]/
164 0 0 0 $headers{'transfer-encoding'} and $headers{'transfer-encoding'} eq "chunked"

or 2 conditions

line l !l condition
67 0 0 $opts{'content_type'} // "application/x-tar"
182 0 0 readline $sock // ""

or 3 conditions

line l !l&&r !l&&!r condition
117 0 0 0 $data->{'message'} // $body
123 0 0 0 $status_code == 204 or not defined $body
0 0 0 $status_code == 204 or not defined $body or $body eq ""