Branch Coverage

blib/lib/Net/OSCAR/Connection/Server.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
29 0 0 unless exists $$self{'socket'}
41 0 0 if ($error)
46 0 0 if ($write and $$self{'outbuff'})
51 0 0 if ($read and not $$self{'connected'}) { }
0 0 elsif ($write and $$self{'oscar_state'} eq 'new') { }
0 0 elsif ($read) { }
77 0 0 unless my $flap = $self->flap_get($no_reread)
78 0 0 if length $flap == 4
79 0 0 unless my $snac = $self->snac_decode($flap)