| blib/lib/Tak/CommandService.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 0 | 0 | unless my $pid = open3(my $in, my $out, $err, @$command) |
| 37 | 0 | 0 | if (sysread($out, $outbuf, 1024, length $outbuf) > 0) { } |
| 40 | 0 | 0 | if $outbuf |
| 41 | 0 | 0 | if $errbuf |
| 49 | 0 | 0 | if (sysread($err, $errbuf, 1024, length $errbuf) > 0) |