| blib/lib/Win32/ShellQuote.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 144 | 0 | 0 | not $force and $text ne '' |
| 144 | 0 | 0 | not $force and $text ne '' and not $text =~ /[ \t\n\x0b"]/ | |
| 116 | 70 | 54 | 20 | not $quote_mode and /\G\s+\z?/cg |
| 128 | 71 | 42 | 14 | $quote_mode and /\G"/cg |