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 | 159 | $fd && fileno $fd |
161 | 0 | 7408 | 11172 | @$timer and $do_timer |
166 | 0 | 11172 | 55 | @$timer and not $timer->[0]{'expire'} |
169 | 0 | 11172 | 3809 | @$timer and $timer->[0]{'expire'} <= $looptime |
174 | 12 | 0 | 3797 | $t->{'expire'} and $t->{'repeat'} |
211 | 7285 | 1 | 30802 | $nfound > 0 and $i < @$fds |
line | l | !l | condition |
---|---|---|---|
62 | 48 | 117 | $name || '' |
172 | 3809 | 0 | $t->{'expire'} || ' |
3809 | 0 | $t->{'repeat'} || ' |
|
286 | 7606 | 0 | $self->{'name'} || 'NONAME' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
154 | 2451 | 4957 | 26 | not $to or $to > 0 |
186 | 2451 | 4930 | 27 | not defined $to or $to > $next_timer |