| blib/lib/App/GitHooks/Plugin/NotifyReleasesToSlack.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 216 | 0 | 0 | 0 | defined $notify_everyone && $notify_everyone eq 'false' |
| 309 | 0 | 0 | 0 | defined $notify_everyone and not $notify_everyone =~ /(?:true|false)/ |
| line | l | !l | condition |
|---|---|---|---|
| 347 | 0 | 0 | $repository->run('config', '--get', 'remote.origin.url') // '' |
| 352 | 0 | 0 | $remote_name //= '(no remote found)' |
| 534 | 0 | 0 | $config->get_regex('NotifyReleasesToSlack', 'git_tag_regex') // '(v\\d+\\.\\d+\\.\\d+)' |