Exclude verboseOutputAssignments from LCOV coverage testing

This commit is contained in:
Rangi42
2025-07-29 14:53:30 -04:00
parent 225490163e
commit 499edaecd0

View File

@@ -243,6 +243,7 @@ public:
} }
}; };
// LCOV_EXCL_START
static void verboseOutputAssignments( static void verboseOutputAssignments(
std::vector<AssignedSets> const &assignments, std::vector<ColorSet> const &colorSets std::vector<AssignedSets> const &assignments, std::vector<ColorSet> const &colorSets
) { ) {
@@ -257,6 +258,7 @@ static void verboseOutputAssignments(
fprintf(stderr, "} (volume = %zu)\n", assignment.volume()); fprintf(stderr, "} (volume = %zu)\n", assignment.volume());
} }
} }
// LCOV_EXCL_STOP
static void decant(std::vector<AssignedSets> &assignments, std::vector<ColorSet> const &colorSets) { static void decant(std::vector<AssignedSets> &assignments, std::vector<ColorSet> const &colorSets) {
// "Decanting" is the process of moving all *things* that can fit in a lower index there // "Decanting" is the process of moving all *things* that can fit in a lower index there