| blib/lib/AnyEvent/HTTP/Message.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 8 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 10 | 0 | 6 | &Scalar::Util::blessed($_[0]) and $_[0]->isa('HTTP::Message') |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 34 | 0 | $_[0]{'headers'} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 1 | 9 | 0 | ref $self || $self |