| blib/lib/App/Asciio/Connections.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 67 | 0 | 0 | 0 | defined $connections[0] and not exists $connected_connectors{$element . $connector->{'NAME'}} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 98 | 0 | 0 | 0 | exists $elements_to_find{$connection->{'CONNECTED'}} or exists $elements_to_find{$connection->{'CONNECTEE'}} |
| 138 | 0 | 0 | 0 | $connection->{'CONNECTED'} == $element or $connection->{'CONNECTEE'} == $element |