Condition Coverage

blib/lib/Lim/RPC/Transport/HTTP.pm
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 2 blessed($args{'uri'}) and $args{'uri'}->isa('URI')
73 2 0 0 $self->isa('Lim::RPC::Transport::HTTPS') and not defined 'Lim::RPC::TLS'->instance->tls_ctx
187 0 0 2 defined $$client{'request'} and length $$client{'content'} == $$client{'request'}->header('Content-Length')
201 0 0 2 defined $self and defined $client
209 0 0 2 defined $self and defined $client
217 0 0 2 blessed $response and $response->isa('HTTP::Response')
225 2 0 0 $response->code != 200 and not length $response->content