Branch Coverage

blib/lib/Dist/Zilla/Plugin/Munge/Whitespace.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
55 0 0 unless $file->name =~ $self->_match_expr
56 0 0 if ($file->isa('Dist::Zilla::File::FromCode'))
65 0 0 if (scalar @{$self->filename;})
86 0 0 unless ($self->preserve_trailing)
91 0 0 if ($self->preserve_cr) { }
108 0 0 if ($self->preserve_cr and $self->preserve_trailing) { }
125 0 0 if ($file->can('code_return_type') and 'text' ne $file->code_return_type)