line | % | coverage | condition |
90 | 33 | | defined $v_p and $v_p->is_valid |
91 | 33 | | defined $v_q and $v_q->is_valid |
127 | 100 | | $rel_p eq ">>" or $rel_p eq ">=" |
151 | 67 | | $rel_p eq "<<" or $rel_p eq "<=" |
267 | 100 | | defined $options{'host_arch'} and not defined &debarch_to_debtuple($options{'host_arch'}) |
269 | 67 | | defined $options{'build_arch'} and not defined &debarch_to_debtuple($options{'build_arch'}) |
271 | 50 | | $options{'use_arch'} //= 1 |
272 | 100 | | $options{'reduce_arch'} //= 0 |
273 | 50 | | $options{'use_profiles'} //= 1 |
274 | 100 | | $options{'reduce_profiles'} //= 0 |
275 | 100 | | $options{'reduce_restrictions'} //= 0 |
276 | 100 | | $options{'union'} //= 0 |
277 | 50 | | $options{'virtual'} //= 0 |
278 | 100 | | $options{'build_dep'} //= 0 |
279 | 100 | | $options{'tests_dep'} //= 0 |
286 | 67 | | $options{'host_arch'} //= &get_host_arch() |
287 | 33 | | $options{'build_arch'} //= &get_build_arch() |
290 | 100 | | $options{'build_profiles'} //= [get_build_profiles()] |
319 | 25 | | $options{'virtual'} and defined $dep_simple->{'relation'} and $dep_simple->{'relation'} ne "=" |
353 | 67 | | $options{'union'} and not $dep->isa("Dpkg::Deps::Simple") |
423 | 67 | | $aundef and $bundef |
427 | 100 | | $a->{'relation'} // "undef" |
428 | 100 | | $b->{'relation'} // "undef" |
429 | 100 | | $a->{'version'} // "" |
430 | 100 | | $b->{'version'} // "" |
433 | 67 | | $a->{'package'} cmp $b->{'package'} || $relation_ordering{$ar} <=> $relation_ordering{$br} || $av cmp $bv |