| blib/lib/cPanel/TaskQueue/Ctrl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 19 | 36.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 149 | 2 | 0 | 3 | defined $$args{$arg} and length $$args{$arg} |
| 175 | 1 | 0 | 14 | $cmd and exists $commands{$cmd} |
| 183 | 1 | 0 | 14 | $cmd and exists $commands{$cmd} |
| 390 | 0 | 0 | 0 | defined $verbosity and $verbosity eq 'verbose' |
| line | l | !l | condition |
|---|---|---|---|
| 159 | 1 | 0 | $$self{'out'} ||= \*STDOUT |
| 533 | 0 | 0 | $task->pid || 'None' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 158 | 0 | 0 | 0 | $$self{'sdir'} ||= $$self{'qdir'} |