| blib/lib/Ado/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 0 | 0 | 0 | $app->config->{'commands'} && $app->config->{'commands'}{$name} |
| 63 | 0 | 0 | 0 | $action and $self->can($action) |
| line | l | !l | condition |
|---|---|---|---|
| 12 | 0 | 0 | $self->config->{'actions'} ||= [$self->name] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 11 | 0 | 0 | 0 | $self->args->{'do'} ||= $self->name |