| blib/lib/ExtUtils/Builder/BuildTools/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 19 | 63.1 |
| 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'} |
| 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'} // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 72 | 10 | 0 | 0 | $opts{$name} // croak("No known extension for $name") |