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

kit-data-manager / ro-crate-java / #363

22 Apr 2025 02:31PM UTC coverage: 86.188% (+0.2%) from 85.989%
#363

Pull #247

github

web-flow
Merge 06d2ce63c into fe1bb105f
Pull Request #247: Generalize reading and writing crates

184 of 204 new or added lines in 8 files covered. (90.2%)

2 existing lines in 2 files now uncovered.

1872 of 2172 relevant lines covered (86.19%)

0.86 hits per line

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

0.0
/src/main/java/edu/kit/datamanager/ro_crate/reader/RoCrateReader.java
1
package edu.kit.datamanager.ro_crate.reader;
2

3
/**
4
 * This class allows reading crates from the outside into the library in order
5
 * to inspect or modify it.
6
 * <p>
7
 * The constructor takes a strategy to support different ways of importing the
8
 * crates. (from zip, folder, etc.).
9
 * <p>
10
 * The reader consideres "hasPart" and "isPartOf" properties and considers all
11
 * entities (in-)directly connected to the root entity ("./") as DataEntities.
12
 *
13
 * @deprecated Use {@link CrateReader} instead.
14
 */
15
@Deprecated(since = "2.1.0", forRemoval = true)
16
public class RoCrateReader extends CrateReader<String> {
17
    public RoCrateReader(GenericReaderStrategy<String> reader) {
NEW
18
        super(reader);
×
UNCOV
19
    }
×
20
}
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

© 2025 Coveralls, Inc