Branch Coverage

blib/lib/ExtUtils/Builder/Plan.pm
Criterion Covered Total %
branch 11 24 45.8


line true false branch
33 0 28 if exists $loop->{$name}
34 0 28 if $seen->{$name}++
35 28 0 if (my $node = $self->{'nodes'}{$name}) { }
0 0 elsif (not -e $name) { }
48 0 7 ref $targets ? :
52 7 21 if $self->_up_to_date($node)
61 20 8 if $node->type eq "phony" or not -e $node->target
64 6 0 if (my $dep = $self->{'nodes'}{$dep_name}) { }
65 1 5 unless $dep->newer_than($mtime)
67 0 0 unless -e $dep_name and $mtime <= -M _
75 0 0 unless $other->isa(__PACKAGE__)
77 0 0 if $double