Condition Coverage

File:dpkg-architecture.pl
Coverage:24.7%

line%coveragecondition
8033
ABdec
0X0
100
111
$arch ne "" and $gnu_type eq ""
8733
ABdec
0X0
100
111
$gnu_type ne "" and $arch eq ""
9433
ABdec
0X0
100
111
$gnu_type ne "" and $arch ne ""
27433
ABdec
000
011
1X1
not length $ENV{$k} or $force
30933
ABdec
000
011
1X1
$req_host_arch || &get_raw_host_arch()
33333
ABdec
0X0
100
111
$host_gnu_type ne "" and $host_gnu_type ne $v{'DEB_HOST_GNU_TYPE'}
34633
ABdec
000
011
1X1
$req_target_arch || $v{'DEB_HOST_ARCH'} || $req_host_arch || &get_raw_host_arch()
4050
ABdec
0X0
100
111
$req_match_endian and $endian ne $req_match_endian
4060
ABdec
0X0
100
111
$req_match_bits and $bits ne $req_match_bits
4070
ABdec
0X0
100
111
$req_match_wildcard and not &debarch_is($arch, $req_match_wildcard)