Condition Coverage

blib/lib/Dpkg/Deps/KnownFacts.pm
Criterion Covered Total %
condition 12 22 54.5


and 3 conditions

line !l l&&!r l&&r condition
181 3 2 1 defined $virtpkg->{'relation'} and $virtpkg->{'relation'} ne '='

or 2 conditions

line l !l condition
80 9 0 $multiarch // 'no'
108 0 3 $self->{'virtualpkg'}{$pkg} //= []

or 3 conditions

line l !l&&r !l&&!r condition
56 0 1 0 ref $this || $this
122 0 11 0 $dep->{'host_arch'} // &Dpkg::Arch::get_host_arch()
123 0 11 0 $dep->{'build_arch'} // &Dpkg::Arch::get_build_arch()
135 2 1 2 $a eq $host_arch or $a eq 'all'
140 0 1 0 $a eq $build_arch or $a eq 'all'