| blib/lib/ShellQuote/Any.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 14 | 71.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 17 | 1 | 1 | if ($os) { } | 
| 19 | 1 | 0 | _is_win32($os) ? : | 
| 28 | 0 | 1 | if $Q | 
| 32 | 0 | 1 | if (_is_win32($^O)) { } | 
| 46 | 0 | 2 | if $K{$os} | 
| 48 | 1 | 1 | _is_win32($os) ? : | 
| 67 | 2 | 2 | $os =~ /^(?:MS)?Win(?:32)?$/i ? : |