| blib/lib/ExtUtils/Builder/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 13 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 0 | 0 | 0 | $self->{'type'} eq 'phony' && !@{$self->{'actions'};} |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 23 | 5 | $args{'actions'} // [] |
| 14 | 25 | 3 | $args{'dependencies'} //= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 4 | 24 | 0 | $args{'type'} //= delete $args{'phony'} ? "phony" : "file" |
| 52 | 0 | 0 | 6 | -d $self->{'target'} || -e _ && $mtime <= -M _ |