microsoft / EmbeddedSocial-Service
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 (43 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 43 components.
  • 760 files, 48,110 lines of code (100.0% vs. main code).
  • "Server/Common" is biggest, containing 33.01% of code.
  • "UtilsInternal/Properties" is smallest, containing 0.03% of code.


Server/Common15880 LOC (33%) 288 files
Tools/Ops8470 LOC (17%) 76 files
Server/WebRole6126 LOC (12%) 56 files
Server/CTStore4397 LOC (9%) 40 files
Server/CloudService2246 LOC (4%) 17 files
Server/OAuthLibrary1344 LOC (2%) 32 files
Server/WebRoleCommon1182 LOC (2%) 28 files
Server/DataFactory924 LOC (1%) 9 files
Server/WorkerRole742 LOC (1%) 15 files
UtilsInternal695 LOC (1%) 18 files
Server/Search644 LOC (1%) 9 files
External/LoggingEventSource531 LOC (1%) 6 files
Server/WebRoleMicrosoftInternal506 LOC (1%) 12 files
Utils472 LOC (<1%) 11 files
Server/PushNotificationsHub409 LOC (<1%) 6 files
Server/Messaging364 LOC (<1%) 6 files
Tools/Developer274 LOC (<1%) 4 files
UtilsInternal/Config265 LOC (<1%) 2 files
Server/CBStore251 LOC (<1%) 8 files
Models/Requests242 LOC (<1%) 21 files
Server/KVLibrary238 LOC (<1%) 5 files
Models/Views225 LOC (<1%) 9 files
Logging219 LOC (<1%) 3 files
Server/VSONuGetAuthScripts215 LOC (<1%) 8 files
Server/Metrics192 LOC (<1%) 8 files
Models/Enums173 LOC (<1%) 16 files
Models/Responses172 LOC (<1%) 16 files
Server/CVS158 LOC (<1%) 5 files
Server/AVERT151 LOC (<1%) 6 files
Server/Email141 LOC (<1%) 5 files
Server/EventSources43 LOC (<1%) 2 files
NuGet41 LOC (<1%) 1 files
Utils/Handles28 LOC (<1%) 2 files
Logging/Properties15 LOC (<1%) 1 files
Models/Properties15 LOC (<1%) 1 files
NuGet/SocialPlus.Client.NuGet15 LOC (<1%) 1 files
NuGet/SocialPlus.Logging.NuGet15 LOC (<1%) 1 files
NuGet/SocialPlus.Server.Email.NuGet15 LOC (<1%) 1 files
NuGet/SocialPlus.Server.KVLibrary.NuGet15 LOC (<1%) 1 files
NuGet/SocialPlus.Server.Messaging.NuGet15 LOC (<1%) 1 files
NuGet/SocialPlus.Utils.NuGet15 LOC (<1%) 1 files
Utils/Properties15 LOC (<1%) 1 files
UtilsInternal/Properties15 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-31 01:06