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

daisytuner / sdfglib / 15049376628

15 May 2025 03:33PM UTC coverage: 62.241% (+4.7%) from 57.525%
15049376628

Pull #9

github

web-flow
Merge b96e33e0e into 9d3b1a2b3
Pull Request #9: Graphviz DOT Visualizer for SDFGs

520 of 542 new or added lines in 3 files covered. (95.94%)

782 existing lines in 68 files now uncovered.

8049 of 12932 relevant lines covered (62.24%)

506.14 hits per line

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

0.0
/src/transformations/transformation.cpp
1
#include "sdfg/transformations/transformation.h"
2

3
namespace sdfg {
4
namespace transformations {
5

6
bool Transformation::can_be_applied(Schedule& schedule) {
×
7
    throw std::logic_error("Not implemented");
×
UNCOV
8
};
×
9

10
void Transformation::apply(Schedule& schedule) { throw std::logic_error("Not implemented"); };
×
11

12
bool Transformation::can_be_applied(builder::StructuredSDFGBuilder& builder,
×
13
                                    analysis::AnalysisManager& analysis_manager) {
14
    throw std::logic_error("Not implemented");
×
UNCOV
15
};
×
16

17
void Transformation::apply(builder::StructuredSDFGBuilder& builder,
×
18
                           analysis::AnalysisManager& analysis_manager) {
19
    throw std::logic_error("Not implemented");
×
UNCOV
20
};
×
21

22
}  // namespace transformations
23
}  // 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