| bin/run-stop-run | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 51 | 19.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 52 | 7 | 0 | 0 | @pid and @ARGV |
| 56 | 7 | 0 | 0 | defined $run and 0 >= $run |
| 57 | 7 | 0 | 0 | defined $stop and 0 >= $stop |
| 58 | 7 | 0 | 0 | defined $limit and defined $run |
| 7 | 0 | 0 | defined $limit and defined $run and defined $stop | |
| 61 | 0 | 0 | 0 | $limit and 1 > $limit |
| 124 | 0 | 0 | 0 | @ARGV and $isfg |
| 212 | 0 | 0 | 0 | @ARGV and $isfg |
| 265 | 0 | 0 | 0 | 1 == $p->ppid and $p->pid != $p->pgrp |
| 278 | 0 | 0 | 0 | $group and not $nogroup |
| line | l | !l | condition |
|---|---|---|---|
| 65 | 0 | 7 | $limit ||= 50 |
| 66 | 0 | 7 | $run ||= 1 |
| 117 | 0 | 0 | $tty ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 0 | 7 | 0 | @pid or @ARGV |
| 53 | 0 | 0 | 0 | not /^-?\d+$/ or 1 >= abs $_ |
| 62 | 0 | 0 | 0 | 1 > $limit or 99 < $limit |
| 67 | 0 | 7 | 0 | $stop ||= 100 * $run / $limit - $run |
| 241 | 3 | 0 | 0 | $group or $children |