| File: | lib/Time/DoAfter.pm |
| Coverage: | 50.0% |
| line | % | coverage | condition | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 19 | 100 |
| $set->{'label'} or '_label' | ||||||||||||
| 25 | 33 |
| !ref($thing) && defined $thing && !($thing =~ /^[\d\.]+$/) | ||||||||||||
| 33 |
| ref $thing eq 'ARRAY' || !ref($thing) && defined $thing && $thing =~ /^[\d\.]+$/ | |||||||||||||
| 59 | 33 |
| $input->{$label}{'wait'} //= $self->{$label}{'wait'} // 0 | ||||||||||||
| 60 | 67 |
| $input->{$label}{'do'} ||= $self->{$label}{'do'} || sub { } | ||||||||||||
| 65 | 0 |
| $self->{$label}{'wait'}[0] // 0 | ||||||||||||
| 66 | 0 |
| $self->{$label}{'wait'}[1] // 0 |