File: | Dpkg/Deps/KnownFacts.pm |
Coverage: | 54.5% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
54 | 33 |
| ref $this || $this | ||||||||||||
78 | 50 |
| $multiarch // "no" | ||||||||||||
106 | 50 |
| $self->{'virtualpkg'}{$pkg} //= [] | ||||||||||||
120 | 33 |
| $dep->{'host_arch'} // &Dpkg::Arch::get_host_arch() | ||||||||||||
121 | 33 |
| $dep->{'build_arch'} // &Dpkg::Arch::get_build_arch() | ||||||||||||
133 | 100 |
| $a eq $host_arch or $a eq "all" | ||||||||||||
138 | 33 |
| $a eq $build_arch or $a eq "all" | ||||||||||||
179 | 100 |
| defined $virtpkg->{'relation'} and $virtpkg->{'relation'} ne "=" |