| blib/lib/Net/SIP/Registrar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 24 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 36 | 0 | 0 | 0 | $domains and not ref $domains | 
| line | l | !l | condition | 
|---|---|---|---|
| 40 | 0 | 0 | $self->{'max_expires'} ||= 300 | 
| 41 | 0 | 0 | $self->{'min_expires'} ||= 30 | 
| 165 | 0 | 0 | $self->{'store'}{$addr} || (return) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 35 | 0 | 0 | 0 | delete $args{'domains'} || delete $args{'domain'} | 
| 123 | 0 | 0 | 0 | not defined $expire or $expire > $self->{'max_expires'} | 
| 189 | 0 | 0 | 0 | not $next_exp or $expire < $next_exp | 
| 202 | 0 | 0 | 0 | not $$last_timer or $next_exp < $last_timer | 
| 0 | 0 | 0 | not $$last_timer or $next_exp < $last_timer or $$last_timer <= $now |