| line | % | coverage | condition |
| 86 | 67 | | $workflows_dir->exists and $workflows_dir->is_dir |
| 265 | 50 | | $workflow->{'jobs'} // {} |
| 375 | 100 | | $cache_configs{$detected_type} // "Add caching based on your dependency manager:\n See: https://docs.github.com/en/actions/using-workflows/caching-dependencies" |
| 388 | 100 | | $step->{'uses'} and $step->{'uses'} =~ m[actions/cache]u |
| 415 | 100 | | ref $on eq "HASH" and $on->{'push'} |
| 417 | 100 | | ref $push eq "" or not $push->{'paths'} || $push->{'branches'} |
| 100 | | $push->{'paths'} || $push->{'branches'} |
| 421 | 100 | | ref $on eq "ARRAY" and grep {$_ eq "push";} @$on |
| 446 | 100 | | $step->{'run'} // "" |