Condition Coverage

blib/lib/ExtUtils/Builder/Planner.pm
Criterion Covered Total %
condition 4 16 25.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 $node->mergeable and $self->{'nodes'}{$target}->mergeable

or 2 conditions

line l !l condition
100 0 1 $args{'on'} // "all-files"
156 1 0 $args{'on'} // "all-files"

or 3 conditions

line l !l&&r !l&&!r condition
106 0 1 0 $args{'name'} // 'filter-' . $counter++
162 0 1 0 $args{'name'} // 'subst-' . $counter++
238 0 0 0 $@ // Carp::shortmess("Can't run ${path}: $!")