Condition Coverage

blib/lib/ExtUtils/Depends.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
197 5 3 2 $@ and exists do { "${depinstallfiles}::" }->{'deps'}

or 2 conditions

line l !l condition
47 0 5 $self->{'deps'}{$d} ||= undef
202 3 2 $inline->{'INC'} || ''
203 1 4 $inline->{'LIBS'} || ''
206 2 3 ${"${depinstallfiles}::inc";} || ''
207 0 5 ${"${depinstallfiles}::libs";} || ''

or 3 conditions

line l !l&&r !l&&!r condition
231 0 0 1 $self->{'deps'}{$_} || exists $in_load{$_}