Condition Coverage

blib/lib/JMX/Jmx4Perl/Agent.pm
Criterion Covered Total %
condition 2 15 13.3


and 3 conditions

line !l l&&!r l&&r condition
219 0 0 0 not wantarray and scalar @responses == 1
436 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 4 0 0 $self->cfg('url') || croak('No base url given in configuration')
364 0 0 4 $req =~ /$INVALID_PATH_CHARS/ or $request->{'use_query'}