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

trydofor / professional-mirana / #81

21 Jan 2025 09:48AM UTC coverage: 87.305% (+0.03%) from 87.272%
#81

push

trydofor
✨ del hasXxx helper method #48

0 of 1 new or added line in 1 file covered. (0.0%)

6733 of 7712 relevant lines covered (87.31%)

0.87 hits per line

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

0.0
/src/main/java/pro/fessional/mirana/data/ActionResult.java
1
package pro.fessional.mirana.data;
2

3

4
import org.jetbrains.annotations.Nullable;
5

6
import java.io.Serializable;
7

8
/**
9
 * @author trydofor
10
 * @since 2025-01-21
11
 */
12
public interface ActionResult extends Serializable {
13

14
    /**
15
     * the message to the user,
16
     * should be null if empty
17
     */
18
    @Nullable
19
    String getMessage();
20

21
    /**
22
     * whether success, default false.
23
     */
24
    default boolean isSuccess() {
NEW
25
        return false;
×
26
    }
27
}
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