| blib/lib/Parse/CommandLine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 24 | 79.1 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 1 | 123 | if ($escaped) |
| 30 | 1 | 122 | if ($char eq '\\') |
| 31 | 0 | 1 | if ($single_quoted) { } |
| 40 | 12 | 110 | if ($char =~ /\s/) |
| 41 | 3 | 9 | if ($single_quoted or $double_quoted) { } |
| 45 | 8 | 1 | if defined $buf |
| 51 | 14 | 96 | if ($char eq '"') |
| 52 | 0 | 14 | if ($single_quoted) |
| 60 | 3 | 93 | if ($char eq q[']) |
| 61 | 3 | 0 | if ($double_quoted) |
| 71 | 8 | 0 | if defined $buf |
| 73 | 0 | 8 | if ($escaped or $single_quoted or $double_quoted) |