line | % | coverage | condition |
80 | 33 | | $arch ne "" and $gnu_type eq "" |
87 | 33 | | $gnu_type ne "" and $arch eq "" |
94 | 33 | | $gnu_type ne "" and $arch ne "" |
256 | 33 | | length $ENV{$k} and not $force |
294 | 33 | | $req_host_arch || &get_raw_host_arch() |
318 | 33 | | $host_gnu_type ne "" and $host_gnu_type ne $v{'DEB_HOST_GNU_TYPE'} |
331 | 33 | | $req_target_arch || $v{'DEB_HOST_ARCH'} || $req_host_arch || &get_raw_host_arch() |
390 | 0 | | $req_match_endian and $endian ne $req_match_endian |
391 | 0 | | $req_match_bits and $bits ne $req_match_bits |
392 | 0 | | $req_match_wildcard and not &debarch_is($arch, $req_match_wildcard) |