| blib/lib/App/GitGot/Command/remove.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 8 | 87.5 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 1 | 2 | unless ($self->active_repos and @$args or $self->tags) |
| 39 | 2 | 5 | if (&any(sub { $number == $_->number; } , $self->active_repos)) |
| 42 | 2 | 0 | if ($self->opt->force or $self->prompt_yn("got rm: remove '${name}'?")) |
| 43 | 1 | 1 | if $self->verbose |