Condition Coverage

blib/lib/ExtUtils/Builder/Node.pm
Criterion Covered Total %
condition 7 13 53.8


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 $self->{'type'} eq 'phony' && !@{$self->{'actions'};}

or 2 conditions

line l !l condition
13 23 5 $args{'actions'} // []
14 25 3 $args{'dependencies'} //= []

or 3 conditions

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 _