blib/lib/App/BitBucketCli/Command/Repository.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
36 | 0 | 0 | unless $self->core->get_branches($self->opt->{'project'}, $self->opt->{'repository'}) |
37 | 0 | 0 | unless $self->core->get_pull_requests($self->opt->{'project'}, $self->opt->{'repository'}) |
38 | 0 | 0 | unless $self->core->get_pull_requests($self->opt->{'project'}, $self->opt->{'repository'}, 'merged') |
39 | 0 | 0 | unless $self->core->get_pull_requests($self->opt->{'project'}, $self->opt->{'repository'}, 'declined') |
42 | 0 | 0 | if $details->{'description'} |