Hello, since namespaces was introduced declaration of the object might look like following
getObjectDeclarationFromDocument and documentIsTestCodeunit finctions are only searching throug 10 (50) first lines of the document for the object declaration, hence some objects that are using namespaces may not be processed correctly and won't show code coverage.
Hello, since namespaces was introduced declaration of the object might look like following
getObjectDeclarationFromDocument
anddocumentIsTestCodeunit
finctions are only searching throug 10 (50) first lines of the document for the object declaration, hence some objects that are using namespaces may not be processed correctly and won't show code coverage.