blib/lib/Dist/Zilla/Plugin/Author/CSSON/GithubActions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
96 | 2 | 0 | if ($self->clear_on_push_branches and exists $yaml->{'on'}{'push'}{'branches'}) |
99 | 4 | 0 | if ($self->clear_on_pull_request_branches and exists $yaml->{'on'}{'pull_request'}{'branches'}) |
103 | 0 | 10 | if ($self->has_on_push_branches) |
106 | 4 | 6 | if ($self->has_on_pull_request_branches) |
125 | 10 | 5 | if ($self->has_filename) { } |
5 | 0 | elsif (exists $yaml->{'filename'}) { } | |
131 | 0 | 15 | $self->zilla->built_in ? : |
157 | 5 | 0 | if $file |