| blib/lib/Schedule/Load.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 114 | 60 | 0 | 0 | not $ref and $@ |
| 171 | 0 | 20 | 0 | $fh and $fh->connected |
| 176 | 0 | 0 | 20 | $fh && $fh->connected |
| 20 | 0 | 0 | $! and $! != 11 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 3 | 0 | 1 | shift() || $$ |
| 176 | 0 | 0 | 20 | not $fh && $fh->connected or $! and $! != 11 |