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

daisytuner / sdfglib / 13825247958

13 Mar 2025 01:47AM UTC coverage: 61.656%. First build
13825247958

push

github

web-flow
Merge pull request #1 from daisytuner/initial

Adds the initial version

7601 of 12328 new or added lines in 110 files covered. (61.66%)

7601 of 12328 relevant lines covered (61.66%)

533.1 hits per line

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

60.0
/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)
10✔
7
    : ControlFlowNode(element_id, debug_info){
10✔
8

9
      };
10✔
10

NEW
11
void Return::replace(const symbolic::Expression& old_expression,
×
12
                     const symbolic::Expression& new_expression){
13

NEW
14
};
×
15

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