Condition Coverage

blib/lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm
Criterion Covered Total %
condition 0 6 0.0


or 2 conditions

line l !l condition
314 0 0 $repository->run('config', '--get', 'remote.origin.url') // ''
319 0 0 $remote_name //= '(no remote found)'
501 0 0 $config->get_regex('NotifyReleasesToSlack', 'git_tag_regex') // '(v\\d+\\.\\d+\\.\\d+)'