blib/lib/Proc/JobQueue/DependencyTask.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 13 | 30.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 7 | 0 | 0 | blessed $func and $func->isa('Callback') |
line | l | !l | condition |
---|---|---|---|
15 | 0 | 7 | $params{'args'} ||= [] |
20 | 0 | 7 | $params{'errors'} || sub { print STDERR @_; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 7 | 0 | 0 | $params{'desc'} || "no desc, called from ${file}:$line" |
51 | 0 | 0 | 0 | $code eq 'keep' or $code eq 'ignore' |