Branch Coverage

blib/lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
193 0 0 if defined $config_return
199 0 0 if (scalar @tags == 0)
216 0 0 defined $notify_everyone && $notify_everyone eq 'false' ? :
225 0 0 unless (defined $release)
239 0 0 $notify_everyone ? :
285 0 0 unless (defined $slack_post_url)
293 0 0 unless (defined $slack_channels)
301 0 0 unless (defined $changelog_path)
309 0 0 if (defined $notify_everyone and not $notify_everyone =~ /(?:true|false)/)
423 0 0 unless ($response->is_success)
474 0 0 unless -e $changelog_path
547 0 0 unless defined $tag