| lib/Test/Fake/HTTPD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 15 | 6.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 1 | 0 | 0 | $self->{'daemon_args'} && ref $self->{'daemon_args'} eq 'HASH' |
| 130 | 0 | 0 | 0 | $res->[0] and $res->[0] =~ /^\d{3}$/ |
| 139 | 0 | 0 | 0 | &blessed($res) and $res->isa('HTTP::Response') |
| 0 | 0 | 0 | &blessed($res) and $res->isa('Plack::Response') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 131 | 0 | 0 | 0 | ref $res->[1] eq 'ARRAY' or ref $res->[1] eq 'HASH' |