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

leeonky / test-charm-java / 249

12 May 2025 09:46AM UTC coverage: 74.26% (-0.03%) from 74.288%
249

push

circleci

leeonky
Rename

3 of 3 new or added lines in 3 files covered. (100.0%)

21 existing lines in 5 files now uncovered.

8075 of 10874 relevant lines covered (74.26%)

0.74 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 interface Region<T extends Element<T, ?>> {
6
    T element();
7

8
    default <O> O perform(String expression) {
9
        return Accessors.get(expression).by(PageFlow.dal()).from(element());
×
10
    }
11

12
    default Elements<T> locate(String expression) {
UNCOV
13
        return Accessors.get(expression).by(PageFlow.dal()).from(element());
×
14
    }
15
}
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