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

Talathussain110 / ProductOrderManagement / #6

02 Dec 2025 04:25PM UTC coverage: 50.0% (-16.7%) from 66.667%
#6

push

Talathussain110
Passing GET one end-point tests

2 of 2 new or added lines in 2 files covered. (100.0%)

2 existing lines in 2 files now uncovered.

6 of 12 relevant lines covered (50.0%)

0.5 hits per line

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

0.0
/src/main/java/com/example/demo/services/OrderService.java
1
package com.example.demo.services;
2

3
import java.util.List;
4

5
import org.springframework.stereotype.Service;
6

7
import com.example.demo.model.Order;
8

9
@Service
10
public class OrderService {
×
11

12
        private static final String TEMPORARY_IMPLEMENTATION = "Temporary implementation";
13

14
        public List<Order> getAllOrders() {
15
                throw new UnsupportedOperationException(TEMPORARY_IMPLEMENTATION);
×
16
        }
17

18
        public Order getOrderById(long id) {
UNCOV
19
                throw new UnsupportedOperationException(TEMPORARY_IMPLEMENTATION);
×
20
        }
21
}
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