Branch Coverage

blib/lib/OpenStack/Client/Response.pm
Criterion Covered Total %
branch 6 6 100.0


line true false branch
22 3 47 if ($self->code =~ /^[45]\d{2}$/)
28 38 9 if (defined $content and length $content)
29 37 1 if (lc($type) =~ qr"^application/json"i)