| blib/lib/Circle/Commandable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 212 | 68 | 0 | $arg{'eatall'} and $arg{'collect'} |
| 120 | 5 | 0 | 7 | keys %commands and $cmd ||= $cinv->pull_token |
| 164 | 0 | 6 | 2 | not $no_more_opts and $cinv->peek_remaining =~ /^-/ |
| 169 | 0 | 0 | 2 | $optspec and exists $optspec->{$optname} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 120 | 5 | 2 | 0 | $cmd ||= $cinv->pull_token |
| 186 | 0 | 0 | 6 | not @argspec or $argindex >= @argspec |
| 253 | 0 | 0 | 0 | ref $self || $self |
| 257 | 0 | 0 | 0 | $cmd ||= $cinv->pull_token |