| blib/lib/Resource/Silo/Metadata/DAG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 199 | 0 | 0 | 8 | $self->edges_in->{$producer} and $self->edges_in->{$producer}{$consumer} |
| 207 | 0 | 0 | 8 | $self->edges_out->{$consumer} and $self->edges_out->{$consumer}{$producer} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 107 | 2 | 0 | 11 | exists $self->edges_out->{$name} || exists $self->edges_in->{$name} |