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

leeonky / test-charm-java / 335

04 Oct 2025 03:47PM UTC coverage: 74.611% (-0.04%) from 74.653%
335

push

circleci

leeonky
Process list and list consistency

40 of 42 new or added lines in 3 files covered. (95.24%)

29 existing lines in 4 files now uncovered.

8590 of 11513 relevant lines covered (74.61%)

0.75 hits per line

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

0.0
/jfactory/src/main/java/com/github/leeonky/jfactory/NestedListConsistencyBuilder.java
1
package com.github.leeonky.jfactory;
2

3
import java.util.function.Consumer;
4

5
@Deprecated
6
public class NestedListConsistencyBuilder<T> {
7

8
    private final ListConsistency<T> main;
9
    private final ListConsistency<T> nested;
10

UNCOV
11
    NestedListConsistencyBuilder(ListConsistency<T> main, ListConsistency<T> nested) {
×
UNCOV
12
        this.main = main;
×
UNCOV
13
        this.nested = nested;
×
UNCOV
14
    }
×
15

16
    public ListConsistency<T> consistent(Consumer<ListConsistency<T>> definition) {
UNCOV
17
        definition.accept(nested);
×
UNCOV
18
        return main;
×
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

© 2026 Coveralls, Inc