| blib/lib/Backticks.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 11 | 54.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 166 | 0 | 0 | 10 | defined $source and not ref $source |
| 310 | 1 | 0 | 4 | eof P_STDOUT and eof P_STDERR |
| 355 | 4 | 0 | 1 | $self->autodie and not $self->success |
| line | l | !l | condition |
|---|---|---|---|
| 297 | 4 | 0 | open3(\*P_STDIN, \*P_STDOUT, \*P_STDERR, $self->command) || die($!) |