| blib/lib/Circle/Commandable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 21 | 38.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 208 | 68 | 0 | $arg{'eatall'} and $arg{'collect'} |
| 118 | 5 | 7 | 0 | keys %commands and $cmd ||= $cinv->pull_token |
| 160 | 0 | 0 | 2 | $optspec and exists $$optspec{$optname} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 118 | 5 | 2 | 0 | $cmd ||= $cinv->pull_token |
| 177 | 0 | 0 | 6 | not @argspec or $argindex >= @argspec |
| 244 | 0 | 0 | 0 | ref $self || $self |
| 248 | 0 | 0 | 0 | $cmd ||= $cinv->pull_token |