| blib/lib/PerlX/bash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 15 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 6 | 65 | 36 | $_[0] and $_[0] =~ /^-/ || ref $_[0] |
| 88 | 50 | 0 | 3 | @_ == 1 and $_[0] |
| 0 | 2 | 1 | @_ == 1 and $_[0] and $_[0] =~ /\s/ | |
| 93 | 26 | 28 | 1 | $capture and $filter |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 59 | 14 | 33 | 54 | $_[0] =~ /^-/ || ref $_[0] |