blib/lib/Build/Simple/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
32 | 14 | 26 | if (not $self->phony and -e $name) |
34 | 13 | 1 | if sub { (-d $_ or -M $name <= -M $_ or return 0) foreach (@files); 1; } ->() |
36 | 11 | 16 | unless $self->skip_mkdir |