blib/lib/Dist/Zilla/Plugin/GatherDir.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
183 | 35 | 135 | if path($root)->is_relative |
187 | 1 | 169 | $self->include_dotfiles ? : |
195 | 12 | 158 | if $self->zilla->logger->get_debug |
202 | 1 | 169 | if ($self->follow_symlinks) { } |
211 | 169 | 1 | unless $self->include_dotfiles |
215 | 649 | 2 | if not $relative =~ /$exclude_regex/u |
219 | 1 | 646 | if -d $filename |
227 | 39 | 607 | if $self->prefix |
239 | 0 | 646 | unless my(@stat) = stat $filename |