Skip to content

Package: NonRoutable

NonRoutable

nameinstructionbranchcomplexitylinemethod
NonRoutable()
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
100%
M: 0 C: 1
100%

Coverage

1: package networkconfigurator.item;
2:
3: /**
4: * NonRoutable devices in the graph that can have IP-Address.
5: *
6: * @author HFW416 Jannik
7: *
8: */
9: public abstract class NonRoutable extends Device {
10:
11: }