blib/lib/Module/Release/Git.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 11 | 27.2 |
line | l | !l | condition |
---|---|---|---|
205 | 0 | 1 | $self->config->commit_message_format // '* for version %s' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
125 | 0 | 0 | 0 | $branch eq 'master' or $branch eq 'main' |
231 | 0 | 0 | 0 | $tag ||= $self->make_vcs_tag |
255 | 1 | 4 | 0 | $tag ||= $self->make_vcs_tag |