| line | % | coverage | condition |
| 429 | 50 | | $ENV{'INCLUDE'} || '' |
| 432 | 33 | | scalar @include_paths_win32 == 0 and $osname =~ /mswin32/i |
| 490 | 33 | | $^O eq 'cygwin' and not $ENV{'DISPLAY'} |
| 547 | 100 | | @F > 2 and $F[0] eq '#define' |
| 557 | 100 | | $F[2] =~ /^0x[0-9a-fA-F]+$/ or $F[2] =~ /^\d+(?:\.\d*)?(?:e\d+)?$/ |
| 607 | 100 | | $conf->options->get('verbose') || 0 |
| 637 | 75 | | /API/ or /\bextern\b/ or /\bmui[A-Z]/ |
| 700 | 25 | | defined $return and defined $name and defined $params |
| 702 | 0 | | $name ||= '' |
| 937 | 100 | | $pass{$file} || 0 |
| 938 | 50 | | $fail{$file} || 0 |
| 939 | 100 | | $ignore{$file} || 0 |
| 972 | 33 | | $glut_brand eq 'freeglut' or $glut_brand eq 'MacOSX_GLUT' |