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

stasha / flex / 16

27 Apr 2025 11:53PM UTC coverage: 74.123% (+17.2%) from 56.927%
16

push

circleci

stasha
Re-factored project and directory name and added ordinals and plurals for 56 of countries

164 of 247 branches covered (66.4%)

Branch coverage included in aggregate %.

260 of 286 new or added lines in 10 files covered. (90.91%)

3 existing lines in 2 files now uncovered.

343 of 437 relevant lines covered (78.49%)

0.78 hits per line

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

75.0
/src/main/java/com/stasha/info/flex/parsers/ParseOptionsException.java
1
package com.stasha.info.flex.parsers;
2

3
/**
4
 *
5
 * @author stasha
6
 */
7
public class ParseOptionsException extends RuntimeException {
8

9
    private String option;
10

11
    public ParseOptionsException(String option, String message) {
12
        super(message);
1✔
13
        this.option = option;
1✔
14
    }
1✔
15

16
    public String getOption() {
NEW
17
        return option;
×
18
    }
19

20
}
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