Coverage Summary for Class: RLPElementType (co.rsk.util)
Class | Class, % | Method, % | Line, % |
---|---|---|---|
RLPElementType | 0% (0/1) | 0% (0/1) | 0% (0/5) |
1 package co.rsk.util; 2 3 public enum RLPElementType { 4 ITEM, 5 NULL_ITEM, 6 SHORT_LIST, 7 LONG_LIST, 8 }
Class | Class, % | Method, % | Line, % |
---|---|---|---|
RLPElementType | 0% (0/1) | 0% (0/1) | 0% (0/5) |
1 package co.rsk.util; 2 3 public enum RLPElementType { 4 ITEM, 5 NULL_ITEM, 6 SHORT_LIST, 7 LONG_LIST, 8 }