blib/lib/Dist/Zilla/Role/Author/CSSON/GithubActions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 16 | 50.0 |
line | true | false | branch |
---|---|---|---|
127 | 1 | 0 | if ($self->clear_on_push_branches and exists $yaml->{'on'}{'push'}{'branches'}) |
130 | 2 | 0 | if ($self->clear_on_pull_request_branches and exists $yaml->{'on'}{'pull_request'}{'branches'}) |
134 | 0 | 6 | if ($self->has_on_push_branches) |
137 | 2 | 4 | if ($self->has_on_pull_request_branches) |
142 | 0 | 0 | exists $yaml->{'filename'} ? : |
6 | 0 | $self->has_filename ? : | |
149 | 0 | 6 | $self->zilla->built_in ? : |
176 | 6 | 0 | if $file |