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