The code coverage tool measures the wrong thing. It works with the map file instead of the source code, so it will only report real code instead of all the code in the project. The compiler is already filtering out dead code, and in an empty project with a single test, all code is dead code. Unable to tell Delphi about including dead code in exe.
, , . unit-test, . ( , , , . , unit-test.) , , .