Condition Coverage

File:Dpkg/Arch.pm
Coverage:60.3%

line%coveragecondition
15533
ABdec
000
011
1X1
Dpkg::Build::Env::get('DEB_BUILD_ARCH') || &get_raw_build_arch()
16350
Adec
00
11
$ENV{'CC'} || 'gcc'
18250
Adec
00
11
$ENV{'CC'} || 'gcc'
23733
ABdec
000
011
1X1
Dpkg::Build::Env::get('DEB_HOST_ARCH') || &get_raw_host_arch()
33167
ABdec
000
011
1X1
exists $debarch_to_debtuple{$da} or exists $debtuple_to_debarch{$dt}
35314
ABCDEFdec
0XXXXX0
10XXXX0
110XXX0
1110XX0
11110X0
1111100
1111111
defined $abi and defined $libc and defined $os and defined $cpu and exists $cputable{$cpu} and exists $ostable{"$abi-$libc-$os"}
36233
ABdec
0X0
100
111
defined $gnu_cpu and defined $gnu_os
38367
ABdec
0X0
100
111
defined $cpu and defined $os
42433
ABdec
0X0
100
111
defined $abi && defined $libc && defined $os && defined $cpu
51667
ABdec
000
011
1X1
$abibits{$abi} // $cpubits{$cpu}
550100
ABdec
000
011
1X1
scalar @a != 4 or scalar @b != 4
55267
ABdec
0X0
100
111
$a[0] eq $b[0] && $a[1] eq $b[1] && $a[2] eq $b[2] && $a[3] eq $b[3]
566100
ABdec
000
011
1X1
$alias eq $real or $alias eq "any"
571100
ABdec
000
011
1X1
scalar @real != 4 or scalar @alias != 4
57390
ABCDEFGHdec
00XXXXXX0
0100XXXX0
010100XX0
010101000
010101011
0101011X1
01011X000
01011X011
01011X1X1
011X00XX0
011X01000
011X01011
011X011X1
011X1X000
011X1X011
011X1X1X1
1X00XXXX0
1X0100XX0
1X0101000
1X0101011
1X01011X1
1X011X000
1X011X011
1X011X1X1
1X1X00XX0
1X1X01000
1X1X01011
1X1X011X1
1X1X1X000
1X1X1X011
1X1X1X1X1
$alias[0] eq $real[0] || $alias[0] eq 'any' and $alias[1] eq $real[1] || $alias[1] eq 'any' and $alias[2] eq $real[2] || $alias[2] eq 'any' and $alias[3] eq $real[3] || $alias[3] eq 'any'