| line | % | coverage | condition | 
| 183 | 20 | | A | B | C | D | dec | 
|---|
 | 0 | X | X | X | 0 |  | 1 | 0 | X | X | 0 |  | 1 | 1 | 0 | X | 0 |  | 1 | 1 | 1 | 0 | 0 |  | 1 | 1 | 1 | 1 | 1 |  
  | defined $abi and defined $libc and defined $os and defined $cpu | 
| 187 | 33 |  | defined $abi_bits and defined $abi_endian | 
| 265 | 50 |  | $abi_bits != 32 or not exists $time32_arch{$arch} or $libc eq "musl" | 
| 311 | 100 |  | $use_feature{'abi'}{'time64'} and not $builtin_feature{'abi'}{'time64'} | 
| 317 | 100 |  | $use_feature{'abi'}{'lfs'} //= $use_feature{'future'}{'lfs'} | 
| 329 | 67 |  | $use_feature{'qa'}{'bug-implicit-func'} //= $use_feature{'qa'}{'bug'} // 1 | 
| 331 | 100 |  | $use_feature{'qa'}{'bug'} //= 0 | 
| 336 | 33 |  | $use_feature{'reproducible'}{'fixfilepath'} or $use_feature{'reproducible'}{'fixdebugpath'} | 
| 340 | 67 |  | $ENV{'DEB_BUILD_PATH'} || Cwd::getcwd() | 
| 364 | 33 |  | $use_feature{'sanitize'}{'address'} and $use_feature{'sanitize'}{'thread'} | 
| 369 | 33 |  | $use_feature{'sanitize'}{'address'} or $use_feature{'sanitize'}{'thread'} | 
| 377 | 33 |  | &none(sub {
        $os eq $_;
}
, "linux", "kfreebsd", "hurd") or &any(sub {
        $cpu eq $_;
}
, "alpha", "hppa", "ia64") | 
| 383 | 33 |  | &any(sub {
        $cpu eq $_;
}
, "ia64", "alpha", "hppa", "nios2") or $arch eq "arm" | 
| 473 | 100 |  | not $flags->use_feature('abi', 'lfs') || $abi_builtins{'lfs'} and $cc_abi_time64 | 
 | 67 |  | $flags->use_feature("abi", "lfs") and not $abi_builtins{'lfs'} | 
 | 67 |  | $flags->use_feature('abi', 'lfs') || $abi_builtins{'lfs'} | 
| 482 | 100 |  | not $flags->use_feature('abi', 'time64') || $abi_builtins{'time64'} and $cc_abi_time64 | 
 | 100 |  | $flags->use_feature("abi", "time64") and not $abi_builtins{'time64'} | 
 | 100 |  | $flags->use_feature('abi', 'time64') || $abi_builtins{'time64'} | 
| 529 | 33 |  | $flags->use_feature("reproducible", "fixfilepath") or $flags->use_feature("reproducible", "fixdebugpath") | 
| 584 | 25 |  | defined $use_pie and $use_pie and not $hardening_builtins{'pie'} | 
 | 25 |  | defined $use_pie and not $use_pie and $hardening_builtins{'pie'} | 
| 676 | 0 |  | $linkname eq "usr$pathname" or $linkname eq "/usr$pathname" |