lib/Dist/Zilla/Plugin/Munge/Whitespace.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
42 | 0 | 0 | unless $file->name =~ $self->_match_expr |
43 | 0 | 0 | if ($file->isa('Dist::Zilla::File::FromCode')) |
52 | 0 | 0 | if (scalar @{$self->filename;}) |
73 | 0 | 0 | unless ($self->preserve_trailing) |
78 | 0 | 0 | if ($self->preserve_cr) { } |
95 | 0 | 0 | if ($self->preserve_cr and $self->preserve_trailing) { } |
112 | 0 | 0 | if ($file->can('code_return_type') and 'text' ne $file->code_return_type) |