inc/ILCPPConfig/CompilerGuess.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 8 | 37.5 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 1 | if ($Config::Config{'osname'} eq 'freebsd' and $Config::Config{'osvers'} =~ /^(\d+)/ and $1 >= 10) { } |
30 | 1 | 0 | if ($guesser->is_gcc) { } |
0 | 0 | elsif ($guesser->is_msvc) { } | |
31 | 0 | 1 | if ($ILCPPConfig::CompilerGuess::Config{'cc'} eq 'clang') { } |