blib/lib/Build/Simple/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 8 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 16 | 10 | 14 | not $self->phony and -e $name |
line | l | !l | condition |
---|---|---|---|
34 | 6 | 1 | -d $_ or -M $name <= -M $_ or return 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 0 | 6 | 1 | -d $_ or -M $name <= -M $_ |