blib/lib/PerlX/bash.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
60 | 6 | 68 | 39 | $_[0] and $_[0] =~ /^-/ || ref $_[0] |
89 | 53 | 0 | 3 | @_ == 1 and $_[0] |
0 | 2 | 1 | @_ == 1 and $_[0] and $_[0] =~ /\s/ | |
94 | 26 | 31 | 1 | $capture and $filter |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 14 | 36 | 57 | $_[0] =~ /^-/ || ref $_[0] |