Condition Coverage

blib/lib/Protocol/Sys/Virt/Remote.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
2982 0 0 0 0 < $proc and $proc <= $#args_encoders
2992 0 0 0 0 < $proc and $proc <= $#ret_encoders
3005 0 0 0 0 < $proc and $proc <= $#ret_encoders

or 2 conditions

line l !l condition
2798 0 0 $args{'role'} // "client"

or 3 conditions

line l !l&&r !l&&!r condition
2816 0 0 0 $args{$cb} // sub { }
2853 0 0 0 defined $args{'data'} && length $args{'data'} == 0 || $args{'header'}{'status'} == $transport->ERROR
2952 0 0 0 $args{'on_complete'} // sub { }