blib/lib/Test/Command/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 14 | 50.0 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 3 | @_ && ref $_[0] eq 'HASH' ? : |
98 | 0 | 3 | unless (my $pid = open3($wtr, $rdr, $err, @cmd)) |
105 | 0 | 3 | if ($$opts{'stdin'}) |
120 | 5 | 0 | if (my(@ready) = $s->can_read) { } |
0 | 0 | elsif (my(@err) = $s->has_exception) { } | |
127 | 2 | 6 | if ($read and $map{$fileno}) { } |
213 | 1 | 0 | if (looks_like_number($_[0]) and 0 <= $_[0] and $_[0] <= 255 and int $_[0] == $_[0]) |