blib/lib/App/HTTP_Proxy_IMP/IMP/FakeResponse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 20 | 15.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
18 | 0 | 0 | 1 | -d $dir and -r _ |
0 | 0 | 1 | -d $dir and -r _ and -x _ | |
29 | 0 | 0 | 1 | -d $dir && -r _ && -x _ |
144 | 0 | 0 | 0 | $self->{'response'} && $self->{'response'}[0] |
line | l | !l | condition |
---|---|---|---|
46 | 0 | 0 | $proto ||= 'http' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
78 | 0 | 0 | 0 | -f $fname or glob "$fname-*" |
109 | 0 | 0 | 0 | $md ||= ($f->{'md5data'} = 'Digest::MD5'->new) |