Branch Coverage

blib/lib/HTTP/Response/JSON.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
44 1 4 unless $self->content_type =~ m[^ application/json ]x
45 0 4 if (not $self->decoded_content =~ /\S/) { }