| blib/lib/ExtUtils/Builder/BuildTools/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 20 | 60.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 1 | 1 | if $args{'profile'} and not $args{'profiles'} |
| 28 | 0 | 2 | if (my $include_dirs = $args{'include_dirs'}) |
| 31 | 0 | 2 | if (my $defines = $args{'defines'}) |
| 34 | 0 | 2 | if (my $extra = $args{'extra_args'}) |
| 37 | 0 | 2 | if (my $standard = $args{'standard'}) |
| 52 | 1 | 1 | if $args{'profile'} and not $args{'profiles'} |
| 57 | 0 | 2 | if (my $library_dirs = $args{'library_dirs'}) |
| 60 | 0 | 2 | if (my $libraries = $args{'libraries'}) |
| 63 | 0 | 2 | if (my $extra_args = $args{'extra_args'}) |
| 76 | 0 | 4 | defined $dir ? : |