Xcode code coverage: how to exclude frame code?

I have a unit test that tests my target application. My target application depends on the dynamic structure.

When the code coverage results are returned, it displays the code coverage of the target application, as well as

dynamic structure <

I do not want the dynamic structure to provide code coverage. Is it possible to exclude it?

+7
unit-testing xcode swift3 code-coverage
source share

No one has answered this question yet.

See similar questions:

24
Exclude files / lines of code in Xcode 7 Code Coverage

or similar:

2560
How to check a private function or class with private methods, fields or inner classes?
1348
How to "add existing frames" in Xcode 4?
981
How to download Xcode DMG or XIP file?
633
What is the difference between falsification, bullying and a bite?
435
What is reasonable% coverage for unit tests (and why)?
26
Python Code Coverage and Unit Testing
2
Code coverage not including properties in Visual Studio
2
The primary goal code coverage in Xcode 9.3
0
Third-party Xcode code coverage

All Articles