| blib/lib/Dist/Zilla/Plugin/PerlTidy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | if $file->name =~ /\.(?:pm|pl|t)$/i |
| 26 | 0 | 0 | if -B $file->name |
| 27 | 0 | 0 | if $file->content =~ /^#!.*\bperl\b/ |
| 34 | 0 | 0 | if ref $file eq 'Dist::Zilla::File::FromCode' |
| 36 | 0 | 0 | if $file->name and $file->name eq 't/00-compile.t' |
| 43 | 0 | 0 | if (defined $self->perltidyrc) |
| 44 | 0 | 0 | if (-r $self->perltidyrc) { } |
| 57 | 0 | 0 | $perltidyrc ? : |