| blib/lib/Parse/Daemontools/Service.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 23 | 60.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 80 | 1 | 4 | 0 | $pid and not $normallyup |
| 81 | 4 | 0 | 1 | not $pid and $normallyup |
| 82 | 1 | 4 | 0 | $pid and $paused |
| 83 | 4 | 1 | 0 | not $pid and $want eq 'u' |
| 84 | 1 | 4 | 0 | $pid and $want eq 'd' |
| 116 | 0 | 0 | 5 | ref $start_at and $start_at->can('numify') |
| 117 | 0 | 0 | 5 | ref $elapse and $elapse->can('numify') |
| line | l | !l | condition |
|---|---|---|---|
| 14 | 5 | 1 | $args ||= {} |