blib/lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
179 | 0 | 0 | if defined $config_return |
185 | 0 | 0 | if (scalar @tags == 0) |
204 | 0 | 0 | unless (defined $release) |
261 | 0 | 0 | unless (defined $slack_post_url) |
269 | 0 | 0 | unless (defined $slack_channels) |
277 | 0 | 0 | unless (defined $changelog_path) |
390 | 0 | 0 | unless ($response->is_success) |
441 | 0 | 0 | unless -e $changelog_path |
514 | 0 | 0 | unless defined $tag |