lib/Dist/Zilla/Plugin/PerlTidy/WithExclusions.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 0 | if $file->name =~ /\.(?:pm|pl|t)$/i |
35 | 0 | 0 | if -B $file->name |
36 | 0 | 0 | if $file->content =~ /^#!.*\bperl\b/ |
43 | 0 | 0 | if ref $file eq 'Dist::Zilla::File::FromCode' |
44 | 0 | 0 | if $file->name and $file->name =~ m[^blib/] |
47 | 0 | 0 | if $file->name and scalar grep({$file->name =~ /$_/;} @{$self->exclusions;}) |
50 | 0 | 0 | if (defined $self->perltidyrc) |
51 | 0 | 0 | if (-r $self->perltidyrc) { } |
65 | 0 | 0 | $perltidyrc ? : |
73 | 0 | 0 | if $errors |