blib/lib/Circle/CommandInvocation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 12 | 33.3 |
line | true | false | branch |
---|---|---|---|
51 | 0 | 8 | if ($self->[0] =~ /^"/) { } |
52 | 0 | 0 | if $self->[0] =~ /^"(.*)"/ |
55 | 8 | 0 | if $self->[0] =~ /^(\S+)/ |
65 | 0 | 15 | if ($self->[0] =~ /^"/) { } |
66 | 0 | 0 | if $self->[0] =~ s/^"(.*)"\s*// |
69 | 15 | 0 | if $self->[0] =~ s/^(\S+)\s*// |