| blib/lib/Parallel/Forker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 47 | 19.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 154 | 11 | 214 | 440 | $self->use_sig_child and not $self->{'_activity'} |
| 156 | 0 | 0 | 0 | $^W and not $_Warned_Use_Sig_Child |
| 170 | 193 | 32 | 0 | $self->{'max_proc'} and $nrunning >= $self->{'max_proc'} |
| 173 | 179 | 44 | 20 | $self->{'max_proc'} and $nrunning >= $self->{'max_proc'} |
| 307 | 0 | 0 | 0 | defined $v and $v < $rtn |
| 314 | 0 | 0 | 0 | defined $v and $v > $rtn |
| line | l | !l | condition |
|---|---|---|---|
| 192 | 0 | 0 | shift() || 9 |
| 200 | 0 | 0 | shift() || 9 |
| 222 | 0 | 0 | $did_print{$ra->{'name'}}{'level'} || 999 |
| 268 | 0 | 0 | $lines[$row][$col] ||= '<' |
| 269 | 0 | 0 | $lines[$row][$col] ||= '|' |
| 272 | 0 | 0 | $lines[$row][0] || ' ' |
| 273 | 0 | 0 | $lines[$row][$col] ||= '-' |
| 277 | 0 | 0 | $lines[$row][$col] ||= ' ' |
| 294 | 0 | 0 | $lines[$row][$col] || '' |
| 296 | 0 | 0 | $lines[$row][0] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 34 | 0 | 53 | 0 | ref $class || $class |
| 307 | 0 | 0 | 0 | not defined $rtn or defined $v and $v < $rtn |
| 314 | 0 | 0 | 0 | not defined $rtn or defined $v and $v > $rtn |