| blib/lib/HTTP/State.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 48 | 29.1 |
| line | l | !l | condition |
|---|---|---|---|
| 796 | 0 | 0 | $index++ and next |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 738 | 0 | 0 | 4 | $scheme and $host |
| 796 | 0 | 7 | 0 | $_->[14] and $rhost ne $_->[5] |
| 7 | 0 | 0 | $_->[7] and $scheme ne "https" | |
| 7 | 0 | 0 | $_->[8] and not $flags & 2 | |
| 802 | 7 | 0 | 0 | not $flags & 1 and $_->[9] != 3 |
| 807 | 0 | 0 | 0 | $flags & 2 && ($_->[9] == 1 || $_->[9] == 4) |
| 812 | 0 | 0 | 0 | $f &&= $flags & 4 || $_lax_allowing_unsafe && $_->[9] == 4 && $time - $_->[11] < $_lax_allowing_unsafe_timeout |
| 817 | 0 | 0 | 0 | $f &&= $flags & 4 |
| line | l | !l | condition |
|---|---|---|---|
| 101 | 7 | 0 | $path ||= "/" |
| 745 | 3 | 1 | $_sld_cache{$host} //= scalar reverse(&$_second_level_domain_sub($host)) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 702 | 0 | 4 | 0 | $flags //= $_default_flags |
| 755 | 3 | 1 | 0 | $partition_key && $_partitions{$partition_key} || () |
| 796 | 0 | 0 | 7 | not _path_match($path, $_) or $_->[14] and $rhost ne $_->[5] |
| 0 | 0 | 7 | not _path_match($path, $_) or $_->[14] and $rhost ne $_->[5] or $_->[7] and $scheme ne "https" | |
| 0 | 0 | 7 | not _path_match($path, $_) or $_->[14] and $rhost ne $_->[5] or $_->[7] and $scheme ne "https" or $_->[8] and not $flags & 2 | |
| 812 | 0 | 0 | 0 | $flags & 4 || $_lax_allowing_unsafe && $_->[9] == 4 && $time - $_->[11] < $_lax_allowing_unsafe_timeout |