| blib/lib/Net/SIP/Dispatcher/Eventloop.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 32 | 68.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 155 | $fd && fileno $fd |
| 161 | 0 | 8062 | 11710 | @$timer and $do_timer |
| 166 | 0 | 11710 | 49 | @$timer and not $timer->[0]{'expire'} |
| 169 | 0 | 11710 | 3701 | @$timer and $timer->[0]{'expire'} <= $looptime |
| 174 | 12 | 0 | 3689 | $t->{'expire'} and $t->{'repeat'} |
| 211 | 7948 | 0 | 31019 | $nfound > 0 and $i < @$fds |
| line | l | !l | condition |
|---|---|---|---|
| 62 | 44 | 117 | $name || '' |
| 172 | 3701 | 0 | $t->{'expire'} || ' |
| 3701 | 0 | $t->{'repeat'} || ' |
|
| 286 | 7390 | 0 | $self->{'name'} || 'NONAME' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 154 | 2509 | 5553 | 24 | not $to or $to > 0 |
| 186 | 2509 | 5531 | 22 | not defined $to or $to > $next_timer |