blib/lib/AMF/Connection/Message.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 0 | 0 | ref $stream and $stream->isa('AMF::Connection::OutputStream') |
75 | 0 | 0 | 0 | $sent_encoding != 0 && $sent_encoding != 3 |
113 | 0 | 0 | 0 | ref $body and $body->isa('AMF::Connection::MessageBody') |
122 | 0 | 0 | 0 | ref $header and $header->isa('AMF::Connection::MessageHeader') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 0 | 0 | 0 | ref $proto || $proto |
143 | 0 | 0 | 0 | $encoding == 0 or $encoding == 3 |