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

yuu-nkjm / sorm4j / #542

14 Mar 2025 07:20AM UTC coverage: 94.877% (-0.05%) from 94.924%
#542

push

yuu-nkjm
Modify Try util

837 of 942 branches covered (88.85%)

Branch coverage included in aggregate %.

46 of 51 new or added lines in 12 files covered. (90.2%)

12 existing lines in 3 files now uncovered.

4274 of 4445 relevant lines covered (96.15%)

0.96 hits per line

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

0.0
/sorm4j/src/main/java/org/nkjmlab/sorm4j/util/function/exception/ExceptionHandler.java
1
package org.nkjmlab.sorm4j.util.function.exception;
2

3
@FunctionalInterface
4
public interface ExceptionHandler {
5
  void handle(Exception e);
6

7
  static ExceptionHandler rethrow() {
NEW
8
    return e -> {
×
NEW
9
      throw Try.rethrow(e);
×
10
    };
11
  }
12

13

14
  static ExceptionHandler ignore() {
NEW
15
    return e -> {};
×
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