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

wurstscript / WurstScript / 238

04 Jan 2024 02:22PM UTC coverage: 62.412% (+0.02%) from 62.393%
238

Pull #1086

circleci

Frotty
Also allow real and boolean comparisons with null in Jass code
Pull Request #1086: Also allow real and boolean comparisons with null in Jass code

17278 of 27684 relevant lines covered (62.41%)

0.62 hits per line

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

0.0
de.peeeq.wurstscript/src/main/java/de/peeeq/wurstio/AbortCompilationException.java
1
package de.peeeq.wurstio;
2

3
public class AbortCompilationException extends RuntimeException {
4
    private static final long serialVersionUID = 4984246286230018420L;
5

6
    public AbortCompilationException(String msg) {
7
        super(msg);
×
8
    }
×
9
}
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