| blib/lib/Circle/CommandInvocation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| 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 | 0 | if ($self->[0] =~ /^"/) { } |
| 64 | 0 | 0 | if $self->[0] =~ s/^"(.*)"\s*// |
| 67 | 0 | 0 | if $self->[0] =~ s/^(\S+)\s*// |