line |
true |
false |
branch |
144
|
0 |
0 |
unless defined $$self{'timeout'} |
148
|
0 |
0 |
unless defined $$self{'on'} |
153
|
0 |
0 |
if (ref $$self{'callback'} eq 'ARRAY' and ref $$self{'on'} eq 'ARRAY') |
155
|
0 |
0 |
unless @{$$self{'callback'};} == @{$$self{'on'};} |
160
|
0 |
0 |
if (ref $$self{'callback'} eq 'ARRAY' and ref $$self{'on'} ne 'ARRAY') |
168
|
0 |
0 |
if (ref $$self{'on'} eq 'ARRAY' and ref $$self{'callback'} ne 'ARRAY') |
176
|
0 |
0 |
if (ref $$self{'on'} ne 'ARRAY') |
180
|
0 |
0 |
if (ref $$self{'callback'} ne 'ARRAY') |
202
|
0 |
0 |
unless defined $$self{$name} |
213
|
0 |
0 |
unless defined $event |
214
|
0 |
0 |
unless defined $$self{'on'} and defined $$self{'on'}{$W} |
219
|
0 |
0 |
if ($$self{'Pending'} == 0) |
230
|
0 |
0 |
if (@events) |
237
|
0 |
0 |
if ($dt > $timeout / 1000) { } |