Condition Coverage

blib/lib/Protocol/Sys/Virt/Transport.pm
Criterion Covered Total %
condition 0 37 0.0


and 3 conditions

line !l l&&!r l&&r condition
86 0 0 0 $type == $msgs->STREAM and $self->{'role'} eq "server"
206 0 0 0 $status == $msgs->OK and $type == $msgs->CALL_WITH_FDS || $type == $msgs->REPLY_WITH_FDS
297 0 0 0 $type == $msgs->STREAM and $self->{'role'} eq "client"

or 2 conditions

line l !l condition
288 0 0 $args{'data'} // ""
322 0 0 $payload // ""

or 3 conditions

line l !l&&r !l&&!r condition
65 0 0 0 $type < 0 or $type > $#dispatch
98 0 0 0 $type == $msgs->REPLY or $type == $msgs->STREAM
0 0 0 $type == $msgs->REPLY or $type == $msgs->STREAM or $type == $msgs->STREAM_HOLE
0 0 0 $type == $msgs->REPLY or $type == $msgs->STREAM or $type == $msgs->STREAM_HOLE or $type == $msgs->REPLY_WITH_FDS
206 0 0 0 $type == $msgs->CALL_WITH_FDS || $type == $msgs->REPLY_WITH_FDS
257 0 0 0 $args{'status'} // $msgs->OK
258 0 0 0 $type == $msgs->CALL or $type == $msgs->CALL_WITH_FDS
283 0 0 0 $type == $msgs->CALL_WITH_FDS or $type == $msgs->REPLY_WITH_FDS