Condition Coverage

lib/Neo4j/Driver/Net/HTTP/LWP.pm
Criterion Covered Total %
condition 24 24 100.0


and 3 conditions

line !l l&&!r l&&r condition
50 1 1 1 defined $driver->config('encrypted') && !$driver->config('encrypted')
101 4 6 3 !$header->{'success'} && $response->header('Client-Warning')

or 2 conditions

line l !l condition
30 6 1 $auth->{'principal'} // ""
31 6 1 $auth->{'credentials'} // ""
70 1 1 $self->{'response'}->protocol // "HTTP"
88 3 2 +(shift())->{'response'}->message // ""
90 1 1 scalar +(shift())->{'response'}->header("Date") // ""
95 7 6 scalar $response->header("Content-Type") // ""
4 9 scalar $response->header("Location") // ""
11 2 $response->code // ""
101 7 6 !$header->{'success'} && $response->header('Client-Warning') // Deparse error: Can't locate object method "object_2svref" via package "B::SPECIAL" at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5018.