| blib/lib/App/Commando/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 22 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 133 | 1 | 8 | 0 | defined $$argv[0] and exists $self->commands->{$$argv[0]} |
| 191 | 8 | 0 | 0 | not @{$self->actions;} and defined $self->default_command |
| 212 | 9 | 3 | 0 | $self->parent && $self->parent->full_name |
| line | l | !l | condition |
|---|---|---|---|
| 178 | 0 | 0 | $self->name || '' |
| 0 | 0 | $self->version || '' | |
| 188 | 8 | 0 | $argv //= [] |
| 189 | 8 | 0 | $config //= {} |
| 226 | 3 | 0 | $self->description || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 2 | 4 | 0 | $$self{'_syntax'} || $self->name |