Condition Coverage

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


and 3 conditions

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

or 2 conditions

line l !l condition
30 4 1 $auth->{'principal'} // ""
31 4 1 $auth->{'credentials'} // ""
73 2 2 +(shift())->{'response'}->message // ""
75 1 1 scalar +(shift())->{'response'}->header("Date") // ""
80 6 6 scalar $response->header("Content-Type") // ""
4 8 scalar $response->header("Location") // ""
10 2 $response->code // ""
86 6 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.42.0/B/Deparse.pm line 5762.