blib/lib/cPanel/TaskQueue/Processor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 15 | 7 | 61 | $defer_hash and keys %{$defer_hash;} |
107 | 1 | 0 | 4 | defined $$args{'cmd'} and length $$args{'cmd'} |
109 | 1 | 0 | 3 | defined $$args{'name'} and length $$args{'name'} |
148 | 1 | 2 | 50 | exists $$args_ref{'code'} and 'CODE' eq ref $$args_ref{'code'} |
line | l | !l | condition |
---|---|---|---|
111 | 0 | 3 | $$args{'args'} ||= [] |