| blib/lib/Schedule/SGE/Status.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 64 | 0 | 0 | 0 | $line =~ /^\S+/ and not $line =~ /^\#/ |
| 77 | 0 | 0 | 0 | $self->verbose and $states |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 63 | 0 | 0 | 0 | not $line or $line =~ /^\s*$/ |
| 64 | 0 | 0 | 0 | $line =~ /^\#/ or $line =~ /PENDING/ |
| 92 | 0 | 0 | 0 | $pend =~ /PENDING/ or $pend =~ /^\#/ |