| blib/lib/Win32/ShellQuote.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 0 | 0 | if (_has_shell_metachars($args)) |
| 45 | 0 | 0 | if (@_ > 1) { } |
| 57 | 0 | 0 | unless (_has_shell_metachars($args)) |
| 67 | 0 | 0 | if ($string =~ /[\r\n\0]/) |
| 79 | 0 | 0 | if (not $force and $text ne '' and not $text =~ /[ \t\n\x0b"]/) { } |
| 95 | 0 | 0 | if $string =~ /%/ |