blib/lib/Net/SIP/Dispatcher/Eventloop.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 23 | 32 | 71.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 0 | 0 | 160 | $fd && fileno $fd |
161 | 0 | 8437 | 12204 | @$timer and $do_timer |
166 | 0 | 12204 | 55 | @$timer and not $timer->[0]{'expire'} |
169 | 0 | 12204 | 3804 | @$timer and $timer->[0]{'expire'} <= $looptime |
174 | 12 | 0 | 3792 | $t->{'expire'} and $t->{'repeat'} |
211 | 8314 | 1 | 33778 | $nfound > 0 and $i < @$fds |
line | l | !l | condition |
---|---|---|---|
62 | 48 | 118 | $name || '' |
172 | 3804 | 0 | $t->{'expire'} || ' |
3804 | 0 | $t->{'repeat'} || ' |
|
286 | 7596 | 0 | $self->{'name'} || 'NONAME' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
154 | 2624 | 5813 | 26 | not $to or $to > 0 |
186 | 2624 | 5788 | 25 | not defined $to or $to > $next_timer |