| line | % | coverage | condition |
| 41 | 0 | | $workflows_dir->exists and $workflows_dir->is_dir |
| 131 | 50 | | $workflow->{'jobs'} // {} |
| 189 | 50 | | $cache_configs{$detected_type} // "Add caching based on your dependency manager:\n See: https://docs.github.com/en/actions/using-workflows/caching-dependencies" |
| 202 | 100 | | $step->{'uses'} and $step->{'uses'} =~ m[actions/cache]u |
| 229 | 33 | | ref $on eq "HASH" and $on->{'push'} |
| 231 | 67 | | ref $push eq "" or not $push->{'paths'} || $push->{'branches'} |
| 67 | | $push->{'paths'} || $push->{'branches'} |
| 235 | 33 | | ref $on eq "ARRAY" and grep {$_ eq "push";} @$on |
| 260 | 100 | | $step->{'run'} // "" |
| 314 | 0 | | $step->{'uses'} and $step->{'uses'} =~ /deploy|publish|release/iu |
| 315 | 0 | | $step->{'run'} and $step->{'run'} =~ /git push|npm publish/u |