| lib/Schedule/Chronic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 13 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 193 | 0 | 0 | 0 | $last_ran > 0 and $only_once == 1 |
| 242 | 0 | 0 | 0 | $wait != 0 and $wait > $task_wait->get |
| 369 | 0 | 0 | 0 | exists $$task{'_previous_run'} and $$task{'only_once'} == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 0 | $self{'safe_sleep'} ||= 1 |
| 21 | 0 | 0 | $self{'var'} ||= '/var/run' |