• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pkiraly / metadata-qa-marc / #1527

22 Aug 2025 02:21PM UTC coverage: 90.345%. Remained the same
#1527

push

pkiraly
Improve timeline handling

5191 of 6416 new or added lines in 219 files covered. (80.91%)

886 existing lines in 78 files now uncovered.

36717 of 40641 relevant lines covered (90.34%)

0.9 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/de/gwdg/metadataqa/marc/utils/unimarc/UnimarcCodeList.java
1
package de.gwdg.metadataqa.marc.utils.unimarc;
2

3
import de.gwdg.metadataqa.marc.EncodedValue;
4
import de.gwdg.metadataqa.marc.definition.general.codelist.CodeList;
5

6
import java.util.ArrayList;
7
import java.util.HashMap;
8
import java.util.List;
9

10
public class UnimarcCodeList extends CodeList {
11

NEW
12
    public UnimarcCodeList() {
×
NEW
13
        this.codes = new ArrayList<>();
×
14

15
        // TODO ask why we have both codes and index
NEW
16
        this.index = new HashMap<>();
×
NEW
17
    }
×
18
    public void setCodes(List<EncodedValue> codes) {
NEW
19
        this.codes = codes;
×
NEW
20
        indexCodes();
×
NEW
21
    }
×
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc