Condition Coverage

blib/lib/ExtUtils/Builder/BuildTools/Base.pm
Criterion Covered Total %
condition 12 19 63.1


and 3 conditions

line !l l&&!r l&&r condition
23 1 0 1 $args{'profile'} and not $args{'profiles'}
52 1 0 1 $args{'profile'} and not $args{'profiles'}

or 2 conditions

line l !l condition
14 2 0 $opts{'type'} //= "executable"
16 0 2 delete $opts{'compiler_as'} // "compile"
24 1 1 $args{'profiles'} // []
45 0 2 delete $opts{'linker_as'} // "link"
53 1 1 $args{'profiles'} // []

or 3 conditions

line l !l&&r !l&&!r condition
72 10 0 0 delete $opts{$name} // croak("No known extension for $name")