| lib/Neo4j/Driver/Net/HTTP/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 16 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 3 | 2 | 2 | defined $config->{'encrypted'} and not $config->{'encrypted'} |
| line | l | !l | condition |
|---|---|---|---|
| 42 | 4 | 1 | $config->{'auth'}{'principal'} // "" |
| 43 | 4 | 1 | $config->{'auth'}{'credentials'} // "" |
| 99 | 1 | 1 | $response->{'headers'}{'date'} // "" |
| 118 | 7 | 4 | $response->{'headers'}{'content-type'} // "" |
| 4 | 7 | $response->{'headers'}{'location'} // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 153 | 599 | 1 | 158 | $length ||= length $response->{'content'} |