| lib/Schedule/Chronic/Constraint/DiskIO.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 0 | unless $self |
| 33 | 0 | 0 | if $schedule |
| 34 | 0 | 0 | if $task |
| 35 | 0 | 0 | if $active |
| 36 | 0 | 0 | if $bi_threshold |
| 37 | 0 | 0 | if $bo_threshold |
| 54 | 0 | 0 | if ($bo <= $$self{'bo_threshold'} and $bi <= $$self{'bi_threshold'}) |
| 56 | 0 | 0 | unless $$self{'timer'}->running |
| 59 | 0 | 0 | if ($$self{'timer'}->get <= 0) { } |