Branch Coverage

blib/lib/WWW/Domain/Registry/Joker/Response.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
78 0 0 unless defined $resp
81 0 0 if (index(ref $resp, '::') == -1 or not $resp->isa('HTTP::Response'))
93 0 0 if ($in_data)
99 0 0 if ($_ eq '') { }
0 0 elsif (not /^([\w-]+):\s+(.*)$/) { }
108 0 0 if (defined $self->{$var}) { }
115 0 0 if (defined $self->{'Status-Code'}) { }
120 0 0 if (defined $self->{'Status-Text'}) { }