Branch Coverage

blib/lib/Net/Ewtoo/Bot.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
159 0 0 unless $socket = 'IO::Socket::INET'->new('PeerAddr', $host, 'PeerPort', $port, 'Proto', 'tcp', 'Timeout', 10)
164 0 0 if (defined $$self{'_login_subs'} and scalar @{$$self{'_login_subs'};} > 0)
174 0 0 if (defined $$self{'_logout_subs'} and scalar @{$$self{'_logout_subs'};} > 0)
179 0 0 if ($message ne '') { }
190 0 0 if ($mode =~ /^(fixed|range)$/i) { }
223 0 0 if (${$$self{'_timers'};}[$timer_no]) { }
248 0 0 if $print == 1
249 0 0 if $$self{'_listen'} != 1
251 0 0 if (my(@matches) = /$pattern/i)
303 0 0 if ($$self{'_mode'} eq 'fixed') { }
0 0 elsif ($$self{'_mode'} eq 'range') { }