lib/App/gh/Command/Pullreq/Show.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
35 | 0 | 0 | if ($uri =~ m[(git|https?)://github.com/(.*?)/(.*?).git]) { } |
0 | 0 | elsif ($uri =~ m[git\@github.com:(.*?)/(.*?).git]) { } | |
53 | 0 | 0 | unless defined $number |
58 | 0 | 0 | unless $remote |
63 | 0 | 0 | unless ($gh_id and $gh_token) |
91 | 0 | 0 | if ($$d{'type'} eq 'IssueComment') |
94 | 0 | 0 | if ($$d{'type'} eq 'PullRequestReviewComment') |
111 | 0 | 0 | if ($res->is_success) { } |