microsoft / TestAdapterForGoogleTest
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (34 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 34 components.
  • 241 files, 13,665 lines of code (100.0% vs. main code).
  • "GoogleTestAdapter/Core" is biggest, containing 32.18% of code.
  • "SampleTests" is smallest, containing 0.07% of code.


GoogleTestAdapter/Core4398 LOC (32%) 54 files
GoogleTestAdapter/TestAdapter1295 LOC (9%) 22 files
GoogleTestAdapter/VsPackage.Shared981 LOC (7%) 19 files
GoogleTestAdapter/Tests.Common899 LOC (6%) 19 files
GoogleTestAdapter/DiaResolver685 LOC (5%) 11 files
GoogleTestAdapter/VsPackage.GTA685 LOC (5%) 11 files
GoogleTestAdapter/NewProjectWizard675 LOC (4%) 7 files
GoogleTestAdapter/FakeGtestDll420 LOC (3%) 10 files
GoogleTestNuGet367 LOC (2%) 4 files
GoogleTestAdapter/Common302 LOC (2%) 7 files
SampleTests/DllProject270 LOC (1%) 8 files
SampleTests/CrashingTests266 LOC (1%) 5 files
SampleTests/Tests_1.7.0242 LOC (1%) 2 files
GoogleTestAdapter/CrashingExe232 LOC (1%) 6 files
GoogleTestAdapter/FailingExe231 LOC (1%) 6 files
SampleTests/DllDependentProject230 LOC (1%) 3 files
SampleTests/LibProject225 LOC (1%) 7 files
SampleTests/LoadTests202 LOC (1%) 3 files
SampleTests/LongRunningTests182 LOC (1%) 2 files
GoogleTestAdapter/GoogleTestProjectTemplate152 LOC (1%) 5 files
ROOT151 LOC (1%) 5 files
GoogleTestAdapter/UnicodeNameExe105 LOC (<1%) 3 files
GoogleTestAdapter/Packaging.GTA89 LOC (<1%) 3 files
GoogleTestAdapter/Packaging.TAfGT62 LOC (<1%) 2 files
Tools61 LOC (<1%) 4 files
GoogleTestAdapter/VsPackage.TAfGT56 LOC (<1%) 2 files
GoogleTestAdapter/SemaphoreExe48 LOC (<1%) 2 files
GoogleTestAdapter41 LOC (<1%) 1 files
GoogleTestAdapter/TenSecondsWaiter35 LOC (<1%) 2 files
GoogleTestAdapter/GoogleTestItemTemplate21 LOC (<1%) 2 files
GoogleTestAdapter/Common.Dynamic.GTA16 LOC (<1%) 1 files
GoogleTestAdapter/Common.Dynamic.TAfGT16 LOC (<1%) 1 files
GoogleTestAdapter/SampleTestsBuilder15 LOC (<1%) 1 files
SampleTests10 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 14:59