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