| blib/lib/IO/Async/Timer/Absolute.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 14 | 71.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 91 | 5 | 2 | if (exists $params{'on_expire'}) | 
| 93 | 0 | 5 | unless ref $on_expire | 
| 99 | 6 | 1 | if (exists $params{'time'}) | 
| 102 | 1 | 5 | if $self->is_running | 
| 106 | 6 | 0 | unless $self->is_running | 
| 109 | 0 | 7 | unless ($self->can_event("on_expire")) | 
| 121 | 0 | 4 | unless my $self = shift() |