| blib/lib/Dpkg/Deps/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 46 | 39.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 198 | 14 | 4 | 0 | $2 eq 'native' and not $self->{'build_dep'} |
| 283 | 0 | 0 | 0 | $p_arch_neg and $q_arch_neg |
| 0 | 0 | 0 | not $p_arch_neg and $q_arch_neg | |
| 0 | 0 | 0 | $p_arch_neg and not $q_arch_neg | |
| 345 | 49 | 4 | 17 | defined $p and defined $q |
| 421 | 72 | 1 | 7 | defined $implication and $implication == 1 |
| 444 | 0 | 0 | 1 | defined $res and $res == 1 |
| 589 | 0 | 0 | 0 | defined $eval and $eval == 1 |
| 620 | 6 | 0 | 0 | not defined $o->{'relation'} and defined $self->{'relation'} |
| line | l | !l | condition |
|---|---|---|---|
| 129 | 254 | 0 | $opts{'build_dep'} // 0 |
| 130 | 254 | 0 | $opts{'tests_dep'} // 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 122 | 0 | 254 | 0 | ref $this || $this |
| 283 | 0 | 0 | 0 | $p_arch_neg || $q_arch_neg |
| 346 | 4 | 4 | 45 | defined $p or defined $q |
| 616 | 0 | 0 | 17 | $self->is_empty or $o->is_empty |
| 618 | 0 | 0 | 6 | defined $self->{'arches'} or defined $o->{'arches'} |