| line | % | coverage | condition |
| 40 | 0 | | $workflows_dir->exists and $workflows_dir->is_dir |
| 173 | 50 | | $cache_configs{$detected_type} // "Add caching based on your dependency manager:\n See: https://docs.github.com/en/actions/using-workflows/caching-dependencies" |
| 186 | 67 | | $step->{'uses'} and $step->{'uses'} =~ m[actions/cache]u |
| 213 | 33 | | ref $on eq "HASH" and $on->{'push'} |
| 215 | 33 | | ref $push eq "" or not $push->{'paths'} || $push->{'branches'} |
| 33 | | $push->{'paths'} || $push->{'branches'} |
| 219 | 0 | | ref $on eq "ARRAY" and grep {$_ eq "push";} @$on |
| 242 | 100 | | $step->{'run'} // "" |
| 296 | 0 | | $step->{'uses'} and $step->{'uses'} =~ /deploy|publish|release/iu |
| 297 | 0 | | $step->{'run'} and $step->{'run'} =~ /git push|npm publish/u |