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

ljacqu / wordeval / 14561845358

20 Apr 2025 05:37PM UTC coverage: 53.367% (+2.0%) from 51.4%
14561845358

push

github

ljacqu
Merge remote-tracking branch 'origin/master' into dependencies

270 of 578 branches covered (46.71%)

61 of 116 new or added lines in 30 files covered. (52.59%)

729 of 1366 relevant lines covered (53.37%)

3.1 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() {
NEW
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