Condition Coverage

blib/lib/ExtUtils/Builder/Compiler/Unixy.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
13 5 3 2 ($self->type eq 'shared-library' || $self->type eq 'loadable-object') && @{$self->{'cccdlflags'};}

or 2 conditions

line l !l condition
10 10 0 $args{'cc'} //= ["cc"]

or 3 conditions

line l !l&&r !l&&!r condition
13 0 2 8 $args{'pic'} // ($self->type eq 'shared-library' || $self->type eq 'loadable-object') && @{$self->{'cccdlflags'};}