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

daisytuner / sdfglib / 16371692169

18 Jul 2025 01:24PM UTC coverage: 65.106% (+0.1%) from 65.002%
16371692169

Pull #152

github

web-flow
Merge 55d25a916 into f93fe77be
Pull Request #152: adds validate method to all elements

87 of 97 new or added lines in 24 files covered. (89.69%)

10 existing lines in 7 files now uncovered.

8790 of 13501 relevant lines covered (65.11%)

176.82 hits per line

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

66.67
/src/structured_control_flow/return.cpp
1
#include "sdfg/structured_control_flow/return.h"
2

3
namespace sdfg {
4
namespace structured_control_flow {
5

6
Return::Return(size_t element_id, const DebugInfo& debug_info)
14✔
7
    : ControlFlowNode(element_id, debug_info) {
14✔
8

9
      };
14✔
10

11
void Return::validate() const {};
10✔
12

UNCOV
13
void Return::replace(const symbolic::Expression& old_expression, const symbolic::Expression& new_expression) {
×
14

15
};
×
16

17
} // namespace structured_control_flow
18
} // namespace sdfg
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