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

daisytuner / sdfglib / 15044057891

15 May 2025 11:42AM UTC coverage: 59.37% (+1.8%) from 57.525%
15044057891

push

github

web-flow
Merge pull request #14 from daisytuner/sanitizers

enables sanitizer on unit tests

63 of 67 new or added lines in 47 files covered. (94.03%)

570 existing lines in 62 files now uncovered.

7356 of 12390 relevant lines covered (59.37%)

505.93 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