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

opensrp / opensrp-server-core / #183

09 Aug 2024 09:32AM CUT coverage: 77.621% (+0.1%) from 77.518%
#183

Pull #637

github

web-flow
Merge e1a6d798c into 157a72a07
Pull Request #637: replace joins with select

8300 of 10693 relevant lines covered (77.62%)

0.78 hits per line

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

0.0
/src/main/java/org/opensrp/exception/NullQueryValueException.java
1
package org.opensrp.exception;
2

3
public class NullQueryValueException extends NullPointerException {
4

5
    public NullQueryValueException(String message) {
6
        super(message);
×
7
    }
×
8
}
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