| blib/lib/Gnuplot/Builder/Process.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 15 | 13.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 223 | 0 | 5 | defined $ENV{$name} and $ENV{$name} ne "" |
| 118 | 0 | 0 | 0 | defined $on_exit and ref $on_exit ne "CODE" |
| 121 | 0 | 0 | 0 | $MAX_PROCESSES > 0 and $processes->size >= $MAX_PROCESSES |
| 201 | 0 | 0 | 0 | $result == $self->{'pid'} and defined $self->{'on_exit'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 198 | 0 | 0 | 0 | $result == $self->{'pid'} or $result == -1 |