| lib/Neo4j/Driver/Result/Text.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 12 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 30 | 1 | 10 | if (not $header->{'success'} || $header->{'status'}) { } | 
| 4 | 6 | elsif (not $header->{'success'}) { } | |
| 42 | 6 | 5 | if (lc $content_type eq 'text/plain') { } | 
| 3 | 2 | elsif ($content_type =~ m[^text/html\b|^application/xhtml\b]i) { } | |
| 1 | 1 | elsif ($content_type or $header->{'status'}) { } | |
| 50 | 2 | 1 | $title ? : |