blib/lib/Circle/Commandable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 24 | 8.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 202 | 65 | 0 | $arg{'eatall'} and $arg{'collect'} |
118 | 0 | 0 | 0 | keys %commands and $cmd ||= $cinv->pull_token |
162 | 0 | 0 | 0 | not $no_more_opts and $cinv->peek_remaining =~ /^-/ |
167 | 0 | 0 | 0 | $optspec and exists $optspec->{$optname} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
118 | 0 | 0 | 0 | $cmd ||= $cinv->pull_token |
184 | 0 | 0 | 0 | not @argspec or $argindex >= @argspec |
251 | 0 | 0 | 0 | ref $self || $self |
255 | 0 | 0 | 0 | $cmd ||= $cinv->pull_token |