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

ljacqu / wordeval / 14552398690

19 Apr 2025 07:59PM UTC coverage: 52.924% (+2.3%) from 50.591%
14552398690

push

github

ljacqu
Write sanitizer tests that don't require the dictionary file

268 of 576 branches covered (46.53%)

1 of 2 new or added lines in 1 file covered. (50.0%)

36 existing lines in 9 files now uncovered.

724 of 1368 relevant lines covered (52.92%)

3.06 hits per line

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

0.0
/src/main/java/ch/jalu/wordeval/evaluators/Evaluator.java
1
package ch.jalu.wordeval.evaluators;
2

3
import com.google.common.collect.ListMultimap;
4
import org.apache.commons.lang3.StringUtils;
5

6
public sealed interface Evaluator permits AllWordsEvaluator, PostEvaluator {
7

8
  ListMultimap<Object, Object> getTopResults(int topScores, int maxLimit);
9

10
  default String getId() {
UNCOV
11
    return StringUtils.uncapitalize(getClass().getSimpleName());
×
12
  }
13
}
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

© 2025 Coveralls, Inc