• 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/PageFlow.java
1
package com.github.leeonky.pf;
2

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

NEW
5
public class PageFlow {
×
6
    private static DAL dal;
7

8
    static DAL dal() {
NEW
9
        if (dal == null)
×
NEW
10
            dal = DAL.dal("PageFlow");
×
NEW
11
        return dal;
×
12
    }
13

14
    public static void setDal(DAL dal) {
NEW
15
        PageFlow.dal = dal;
×
NEW
16
    }
×
17
}
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