line | % | coverage | condition |
123 | 33 | | ref $this || $this |
130 | 50 | | $opts{'build_dep'} // 0 |
131 | 50 | | $opts{'tests_dep'} // 0 |
204 | 67 | | $2 eq "native" and not $self->{'build_dep'} |
287 | 0 | | $p_arch_neg and not $q_arch_neg |
| 0 | | $p_arch_neg || $q_arch_neg |
| 0 | | $p_arch_neg and $q_arch_neg |
| 0 | | not $p_arch_neg and $q_arch_neg |
349 | 100 | | defined $p and defined $q |
350 | 100 | | defined $p or defined $q |
425 | 100 | | defined $implication and $implication == 1 |
446 | 33 | | defined $res and $res == 1 |
591 | 0 | | defined $eval and $eval == 1 |
618 | 33 | | $self->is_empty or $o->is_empty |
620 | 33 | | defined $self->{'arches'} or defined $o->{'arches'} |
622 | 33 | | not defined $o->{'relation'} and defined $self->{'relation'} |