| blib/lib/ExtUtils/Builder/Linker/ELF/Any.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 11 | 2 | 3 | $args{'type'} eq 'executable' ? : |
| 13 | 5 | 0 | defined $args{'ccdlflags'} ? : |
| 14 | 5 | 0 | defined $args{'lddlflags'} ? : |
| 23 | 3 | 2 | if ($type eq 'shared-library' or $type eq 'loadable-object') { } |
| 2 | 0 | elsif ($type eq 'executable') { } | |
| 27 | 0 | 2 | if $self->export eq "all" |