()
| 198 | } |
| 199 | |
| 200 | public String getName() { |
| 201 | switch (splitType.getAggregationMethod()) { |
| 202 | case COMBINE: |
| 203 | return mainPart.getName() + " // " + otherPart.getName(); |
| 204 | default: |
| 205 | return mainPart.getName(); |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | /** |
| 210 | * Similar to `getName`, but goes through some extra steps to figure out the card's name in the event that |
no test coverage detected