From 499edaecd0eeedf13acd9778c6ae562092b56cdd Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Tue, 29 Jul 2025 14:53:30 -0400 Subject: [PATCH] Exclude `verboseOutputAssignments` from LCOV coverage testing --- src/gfx/pal_packing.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gfx/pal_packing.cpp b/src/gfx/pal_packing.cpp index 46f086b7..d2322232 100644 --- a/src/gfx/pal_packing.cpp +++ b/src/gfx/pal_packing.cpp @@ -243,6 +243,7 @@ public: } }; +// LCOV_EXCL_START static void verboseOutputAssignments( std::vector const &assignments, std::vector const &colorSets ) { @@ -257,6 +258,7 @@ static void verboseOutputAssignments( fprintf(stderr, "} (volume = %zu)\n", assignment.volume()); } } +// LCOV_EXCL_STOP static void decant(std::vector &assignments, std::vector const &colorSets) { // "Decanting" is the process of moving all *things* that can fit in a lower index there