Branch Coverage

blib/lib/Speechd.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
104 0 0 unless $$self{'socket'} = 'IO::Socket::INET'->new('PeerAddr', $$self{'ip'}, 'PeerPort', $$self{'port'}, 'Proto', 'tcp', 'Type', 1, 'Blocking', 0)
145 0 0 if ($port)
166 0 0 if ($ip)
189 0 0 if ($voice)
212 0 0 if ($rate)
235 0 0 if ($volume)
258 0 0 if ($pitch)
281 0 0 if ($lang)
388 0 0 if ($$self{'socket'}->connected) { }