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

hazendaz / jmockit1 / 877

24 May 2026 05:57PM UTC coverage: 75.471% (-0.03%) from 75.496%
877

push

github

web-flow
Merge pull request #512 from hazendaz/copilot/modernize-list-usage

Modernize flagged collection/reflection API usages in `main` module (Java 21 build path)

6026 of 8488 branches covered (70.99%)

Branch coverage included in aggregate %.

25 of 34 new or added lines in 15 files covered. (73.53%)

5 existing lines in 1 file now uncovered.

12659 of 16270 relevant lines covered (77.81%)

0.78 hits per line

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

0.0
/coverageTests/src/main/java/integration/tests/ClassNotExercised.java
1
/*
2
 * MIT License
3
 * Copyright (c) 2006-2025 JMockit developers
4
 * See LICENSE file for full license text.
5
 */
6
package integration.tests;
7

8
import org.slf4j.Logger;
9
import org.slf4j.LoggerFactory;
10

11
/**
12
 * The Class ClassNotExercised.
13
 */
UNCOV
14
public final class ClassNotExercised {
×
15

16
    /** The logger. */
UNCOV
17
    private static final Logger logger = LoggerFactory.getLogger(ClassNotExercised.class);
×
18

19
    /**
20
     * Do something.
21
     *
22
     * @param i
23
     *            the i
24
     * @param s
25
     *            the s
26
     *
27
     * @return true, if successful
28
     */
29
    public boolean doSomething(int i, String s) {
UNCOV
30
        if (i > 0) {
×
UNCOV
31
            logger.info(s);
×
32
        }
33

UNCOV
34
        return !s.isEmpty();
×
35
    }
36
}
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