Condition Coverage

blib/lib/WWW/Splunk/API.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
184 0 0 0 ref $method and ref $method eq "CODE"
252 0 0 0 eval { do { $content->isa("XML::LibXML::Document") } } and $content->documentElement->nodeName eq "response"

or 2 conditions

line l !l condition
59 0 0 $self->{'port'} ||= 8089
60 0 0 $self->{'host'} ||= "localhost"
62 0 0 $self->{'verbose'} ||= 0
63 0 0 $self->{'service_prefix'} ||= "/services"
64 0 0 $self->{'search'} ||= 1
206 0 0 $response->header("Content-Type") // ""

or 3 conditions

line l !l&&r !l&&!r condition
61 0 0 0 $self->{'url'} ||= 'https://' . $self->{'host'} . ':' . $self->{'port'}