| blib/lib/Gnuplot/Builder/Process.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 9 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 217 | 0 | 5 | defined $ENV{$name} and $ENV{$name} ne '' |
| 112 | 0 | 0 | 0 | $MAX_PROCESSES > 0 and $processes->size >= $MAX_PROCESSES |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 187 | 0 | 0 | 0 | $result == $self->{'pid'} or $result == -1 |