blib/lib/App/GitGot/Command/remove.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 0 | 1 | 2 | $self->active_repos and @$args |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 2 | 0 | 1 | $self->active_repos and @$args or $self->tags |
42 | 2 | 0 | 0 | $self->opt->force or $self->prompt_yn("got rm: remove '${name}'?") |