| blib/lib/Dist/Zilla/Dist/Builder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 56 | 33.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 288 | 0 | 116 | m[\Alib/]u and /\.(pm|pod)$/u |
| 85 | 33 | 0 | 5 | m[\Ainc/]u and /\.pm$/u |
| 420 | 21 | 3 | 0 | $self->built_in and !$root || $self->built_in eq $root |
| 457 | 26 | 1 | 4 | $self->is_trial && !($self->version =~ /_/u) |
| 589 | 144 | 0 | 0 | $^O eq "MSWin32" and -d $build_root |
| 592 | 0 | 0 | 0 | time != $timeout and -d $build_root |
| 774 | 1 | 0 | 0 | $arg and $arg->{'keep_build_dir'} |
| 826 | 0 | 0 | 0 | $arg and exists $arg->{'build'} |
| 0 | 0 | 0 | $arg and exists $arg->{'build'} and not $arg->{'build'} | |
| 837 | 0 | 0 | 0 | $arg and exists $arg->{'build'} |
| 0 | 0 | 0 | $arg and exists $arg->{'build'} and not $arg->{'build'} |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 184 | 0 | $arg ||= {} |
| 41 | 164 | 20 | $arg->{'dist_root'} || '.' |
| 259 | 184 | 0 | $arg ||= {} |
| 262 | 0 | 184 | $arg->{'config_class'} ||= "Dist::Zilla::MVP::Reader::Finder" |
| 718 | 0 | 0 | $arg ||= {} |
| 735 | 0 | 0 | $@ || '(exception clobered)' |
| 861 | 0 | 0 | $@ || '(unknown error)' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 420 | 3 | 0 | 0 | !$root || $self->built_in eq $root |
| 575 | 143 | 1 | 0 | $build_root || $self->dist_basename |
| 826 | 0 | 0 | 0 | $arg and exists $arg->{'build'} and not $arg->{'build'} or @{$self->plugins_with("-BuildRunner");} |