Branch Coverage

File:blib/lib/OpenSRF/Transport/SlimJabber/XMPPReader.pm
Coverage:0.0%

line%coveragebranch
670TFif $msg
820TFif $parser
880TFif $socket
940TFif $stream_state
1000TFif $xml_state
1060TFif $message
1210TFunless ($$self{'stream_state'} == 2)
1290TFunless ($self->connected)
1390TFunless $self->socket
1400TFif ($self->tcp_connected)
1950TFif $self->peek_msg
1980TFif $timeout < 0
2060TFunless select $infile, undef, undef, $timeout
2130TFif $buf
2140TFif ($n < $read_size or $self->peek_msg)
2150TFif $nonblock
2180TFunless $nonblock
2330TFunless defined $timeout
2350TFif ($timeout < 0) { }
2370TFif $xml = $self->wait($timeout)
2430TFif $xml = $self->wait($timeout)
2610TFif ($name eq 'message') { }
0TFelsif ($name eq 'body') { }
0TFelsif ($name eq 'thread') { }
0TFelsif ($name eq 'stream:stream') { }
0TFelsif ($name eq 'iq') { }
0TFelsif ($name eq 'status') { }
0TFelsif ($name eq 'stream:error') { }
0TFelsif ($name eq 'error') { }
2650TFif $attrs{'router_from'}
2660TFunless $$msg{'from'}
2800TFif ($attrs{'type'} and $attrs{'type'} eq 'result')
3010TFif ($state == 2) { }
0TFelsif ($state == 3) { }
0TFelsif ($state == 4) { }
3170TFif ($name eq 'message') { }
0TFelsif ($name eq 'stream:stream') { }
3310TFunless $self->connected