| blib/lib/Circle/CommandInvocation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 12 | 16.6 |
| line | true | false | branch |
|---|---|---|---|
| 49 | 0 | 0 | if ($$self[0] =~ /^"/) { } |
| 50 | 0 | 0 | if $$self[0] =~ /^"(.*)"/ |
| 53 | 0 | 0 | if $$self[0] =~ /^(\S+)/ |
| 63 | 0 | 15 | if ($$self[0] =~ /^"/) { } |
| 64 | 0 | 0 | if $$self[0] =~ s/^"(.*)"\s*// |
| 67 | 15 | 0 | if $$self[0] =~ s/^(\S+)\s*// |