| blib/lib/Parallel/Forker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 47 | 19.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 147 | 11 | 209 | 435 | $self->use_sig_child and not $self->{'_activity'} |
| 149 | 0 | 0 | 0 | $^W and not $_Warned_Use_Sig_Child |
| 163 | 192 | 28 | 0 | $self->{'max_proc'} and $nrunning >= $self->{'max_proc'} |
| 166 | 179 | 44 | 16 | $self->{'max_proc'} and $nrunning >= $self->{'max_proc'} |
| 300 | 0 | 0 | 0 | defined $v and $v < $rtn |
| 307 | 0 | 0 | 0 | defined $v and $v > $rtn |
| line | l | !l | condition |
|---|---|---|---|
| 185 | 0 | 0 | shift() || 9 |
| 193 | 0 | 0 | shift() || 9 |
| 215 | 0 | 0 | $did_print{$ra->{'name'}}{'level'} || 999 |
| 261 | 0 | 0 | $lines[$row][$col] ||= '<' |
| 262 | 0 | 0 | $lines[$row][$col] ||= '|' |
| 265 | 0 | 0 | $lines[$row][0] || ' ' |
| 266 | 0 | 0 | $lines[$row][$col] ||= '-' |
| 270 | 0 | 0 | $lines[$row][$col] ||= ' ' |
| 287 | 0 | 0 | $lines[$row][$col] || '' |
| 289 | 0 | 0 | $lines[$row][0] || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 0 | 53 | 0 | ref $class || $class |
| 300 | 0 | 0 | 0 | not defined $rtn or defined $v and $v < $rtn |
| 307 | 0 | 0 | 0 | not defined $rtn or defined $v and $v > $rtn |