blib/lib/App/GitGot/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 26 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
284 | 2 | 0 | 0 | $self->quiet and not $status |
380 | 4 | 0 | 2 | $self->opt->show_branch and defined $entry->current_branch |
420 | 0 | 0 | 0 | $repo->repo && -d $repo->path |
533 | 6 | 0 | 0 | $self->quiet and not $status |
564 | 2 | 0 | 0 | $self->quiet and not $status |
line | l | !l | condition |
---|---|---|---|
454 | 29 | 8 | $config // [{}] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 4 | 15 | $self->tags || $self->skip_tags || @{$self->args;} |
2 | 15 | 4 | $self->all or not $self->tags || $self->skip_tags || @{$self->args;} | |
81 | 0 | 8 | 0 | $self->tags or @$list |