Condition Coverage

blib/lib/JMX/Jmx4Perl/Agent.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
219 0 0 0 not wantarray and scalar @responses == 1
434 0 0 0 $content and $content ne $http_resp->status_line

or 3 conditions

line l !l&&r !l&&!r condition
247 0 0 0 $self->cfg('url') || croak('No URL provided')
332 0 0 0 $self->cfg('url') || croak('No base url given in configuration')
362 0 0 0 $req =~ /$INVALID_PATH_CHARS/ or $request->{'use_query'}