Branch Coverage

blib/lib/Net/Jabber/Component.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
225 0 0 if (not defined $handshake or $#{$handshake;} == -1 or ref $$handshake[0] ne 'XML::Stream::Node' or $$handshake[0]->get_tag ne 'handshake')
254 0 0 if exists $args{'port'}
255 0 0 if exists $args{'connectiontype'}
256 0 0 if exists $args{'connecttimeout'}
257 0 0 if exists $args{'tls'}