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

leeonky / test-charm-java / 227

21 Apr 2025 03:32PM UTC coverage: 71.06% (-3.0%) from 74.052%
227

push

circleci

leeonky
Refactor UI test

6 of 15 new or added lines in 5 files covered. (40.0%)

42 existing lines in 11 files now uncovered.

6858 of 9651 relevant lines covered (71.06%)

0.71 hits per line

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

0.0
/page-flow/src/main/java/com/github/leeonky/pf/Region.java
1
package com.github.leeonky.pf;
2

3
import com.github.leeonky.dal.Accessors;
4

5
public class Region<T extends Element<T, ?>> {
6
    protected final T element;
7

UNCOV
8
    public Region(T element) {
×
UNCOV
9
        this.element = element;
×
10
    }
×
11

12
    @Override
13
    public String toString() {
UNCOV
14
        return element.text();
×
15
    }
16

17
    public <O> O perform(String expression) {
NEW
18
        return Accessors.get(expression).by(PageFlow.dal()).from(element);
×
19
    }
20

21
    public Elements<T> locate(String expression) {
NEW
22
        return Accessors.get(expression).by(PageFlow.dal()).from(element);
×
23
    }
24
}
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