| blib/lib/Dist/Zilla/Plugin/AutoPrereqsFast.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 16 | 75.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 67 | 1 | 8 | if $file->is_bytes | 
| 69 | 1 | 7 | unless $file->name =~ /\.(?:pm|pl|t|psgi)$/i or $file->content =~ /^#!(?:.*)perl(?:$|\s)/ | 
| 72 | 0 | 7 | if $file->name =~ m[^t/(?:author|release)-[^/]*\.t$] | 
| 78 | 0 | 7 | if ($this_thing[0] =~ /^t/) { } | 
| 104 | 0 | 6 | unless $self->skips | 
| 108 | 4 | 44 | if $k =~ /$re/ | 
| 114 | 2 | 4 | if ($phase eq 'runtime') { } | 
| 118 | 0 | 42 | if exists $got{$_} |