bin/sh2p.pl | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 0 | 0 | 0 | -f $outfile and not $g_clobber |
169 | 0 | 0 | 0 | $delim ne q['] and $delim ne '"' |
259 | 0 | 0 | 0 | $g_display and not $line =~ /^\s*#/ |
303 | 0 | 0 | 0 | exists $g_block_commands{$tok} and $delimiter eq ';' |
339 | 0 | 0 | 0 | defined $tokens[$i + 1] and $tokens[$i + 1] eq '<<' |
0 | 0 | 0 | defined $tokens[$i + 1] and $tokens[$i + 1] eq '<' || $tokens[$i + 1] eq '>' || $tokens[$i + 1] eq '>>' | |
396 | 0 | 0 | 0 | defined $statement and $delimiter eq ';' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
339 | 0 | 0 | 0 | $tokens[$i + 1] eq '<' || $tokens[$i + 1] eq '>' || $tokens[$i + 1] eq '>>' |