Branch Coverage

blib/lib/App/cdif/Command.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
17 0 0 if (@_) { }
27 0 0 if @_
33 0 0 if (@_) { }
52 0 0 ref $command eq 'ARRAY' ? :
55 0 0 if ($pid == 0)
56 0 0 if (my $stdin = $obj->{'STDIN'})
57 0 0 unless open STDIN, "<&=", $stdin->fileno
70 0 0 if (@_) { }
83 0 0 @_ ? :
95 0 0 unless my $fh = "IO::File"->new_tmpfile
96 0 0 unless $fh->fcntl(2, 0)
100 0 0 unless $stdin->seek(0, 0)
101 0 0 unless $stdin->truncate(0)
103 0 0 unless $stdin->seek(0, 0)