blib/lib/LWP/ConnCache.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 20 | 5.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 1 | 0 | 0 | %cnf and $^W |
38 | 0 | 0 | 0 | $c->[1] eq $type and $c->[2] eq $key |
156 | 0 | 0 | 0 | $type and $type eq $_->[1] |
line | l | !l | condition |
---|---|---|---|
119 | 0 | 0 | $reason ||= 'drop' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
110 | 0 | 0 | 0 | $reason ||= "older than $age_limit" |
115 | 0 | 0 | 0 | $reason ||= "drop $type" |
156 | 0 | 0 | 0 | not $type or $type and $type eq $_->[1] |