pajatopmr
06/03/2023, 7:16 AMpajatopmr
06/03/2023, 12:02 PMSergey Shanshin
06/05/2023, 9:43 AM"*\$\$serializer"
Sergey Shanshin
06/05/2023, 9:47 AM$$serializer
, because there may be some branches that are executed in very rare cases that are not needed by most applications - for example, sequential decoding of instances.
First of all, Kover should be used to measure the coverage of the code written by the user, the automatically generated code may change depending on the compiler version, and the user does not control it in any way.pajatopmr
06/08/2023, 5:53 PMUnfortunately, Kover analyzes already compiled nested classes without analyzing the source codeI assume this means that Kover will never analyze source code and boyo would I like to learn this is a bad assumption. Does it make any sense to think that a compiler plugin could capture and save all "instructions" such that Kover could leverage that data to automagically exclude code that is not in the source set being covered?