| line | % | coverage | branch |
| 290 | 100 | T | F | if (defined $conf->data->get('gccversion')) { } |
| 50 | T | F | elsif ($conf->option_or_data('cc') =~ /icc/) { } |
| 291 | 50 | T | F | $conf->data->get('clang') ? : |
| 50 | T | F | $conf->data->get('g++') ? : |
| 298 | 100 | T | F | if ($compiler eq '') |
| 304 | 50 | T | F | if ($compiler eq 'gcc' || $compiler eq 'g++' and $conf->data->get('gccversion') >= 4) |
| 316 | 100 | T | F | if ($conf->options->get('cage')) |
| 323 | 50 | T | F | if (exists $$self{'warnings'}{$compiler}{'only'}) |
| 326 | 0 | T | F | unless $self->valid_warning($conf, $warning) |
| 328 | 0 | T | F | unless exists $per_file{$file} |
| 335 | 50 | T | F | if (exists $$self{'warnings'}{$compiler}{$key}) |
| 339 | 100 | T | F | unless exists $per_file{$file} |
| 396 | 100 | T | F | if ($exit_code) |
| 397 | 50 | T | F | unless unlink $output_file |
| 402 | 50 | T | F | unless unlink $output_file |
| 406 | 50 | T | F | if (not $output =~ /\berror|warning|not supported|ignoring (unknown )?option\b/i) { } |