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

hazendaz / jmockit1 / 387

29 Oct 2025 03:59AM UTC coverage: 72.197% (-0.03%) from 72.226%
387

Pull #394

github

hazendaz
Migrate samples to jakarta
Pull Request #394: Migrate samples to jakarta entirely (petclinic remainder)

5684 of 8360 branches covered (67.99%)

Branch coverage included in aggregate %.

11943 of 16055 relevant lines covered (74.39%)

0.74 hits per line

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

0.0
/coverageTests/src/main/java/integrationTests/ClassNotExercised.java
1
package integrationTests;
2

3
import org.slf4j.Logger;
4
import org.slf4j.LoggerFactory;
5

6
/**
7
 * The Class ClassNotExercised.
8
 */
9
public final class ClassNotExercised {
×
10

11
    /** The logger. */
12
    private static final Logger logger = LoggerFactory.getLogger(ClassNotExercised.class);
×
13

14
    /**
15
     * Do something.
16
     *
17
     * @param i
18
     *            the i
19
     * @param s
20
     *            the s
21
     *
22
     * @return true, if successful
23
     */
24
    public boolean doSomething(int i, String s) {
25
        if (i > 0) {
×
26
            logger.info(s);
×
27
        }
28

29
        return s.length() > 0;
×
30
    }
31
}
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