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

daisytuner / sdfglib / 15002998838

13 May 2025 05:31PM UTC coverage: 57.685% (-4.0%) from 61.65%
15002998838

Pull #10

github

web-flow
Merge 31348c014 into 89e3d3003
Pull Request #10: Support for Packed Structs and Function Types

33 of 110 new or added lines in 10 files covered. (30.0%)

457 existing lines in 6 files now uncovered.

7161 of 12414 relevant lines covered (57.68%)

526.43 hits per line

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

42.86
/src/structured_control_flow/control_flow_node.cpp
1
#include "sdfg/structured_control_flow/control_flow_node.h"
2

3
namespace sdfg {
4
namespace structured_control_flow {
5

6
ControlFlowNode::ControlFlowNode(size_t element_id, const DebugInfo& debug_info)
1,733✔
7
    : Element(element_id, debug_info){
1,733✔
8

9
      };
1,733✔
10

UNCOV
11
std::string ControlFlowNode::name() const {
×
UNCOV
12
    std::string name = std::to_string(this->element_id());
×
UNCOV
13
    return "__node_" + name;
×
UNCOV
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