| blib/lib/Shell/Run.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 22 | 40.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 14 | 0 | 0 | $self->{'debug'} and $input |
| 85 | 14 | 0 | 0 | $self->{'debug'} and %env |
| 128 | 22 | 0 | 0 | $self->{'debug'} and $bytes |
| 159 | 11 | 0 | 0 | $self->{'debug'} and $data |
| 172 | 10 | 0 | 0 | $self->{'debug'} and $bytes < $to_be_written |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 3 | 0 | $args{'name'} || 'sh' |
| 59 | 0 | 4 | $args{'encoding'} // 'UTF-8' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 31 | 1 | 2 | 0 | $args->{'as'} || $name |