microsoft / AzureDevOpsDemoGenerator
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 (40 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 40 components.
  • 669 files, 69,804 lines of code (58.1% vs. main code).
  • "src/VstsDemoBuilder/assets" is biggest, containing 29.77% of code.
  • "src/VstsDemoBuilder/ExtractorModels" is smallest, containing 0.02% of code.


src/VstsDemoBuilder/assets20779 LOC (17%) 4 files
src/VstsDemoBuilder/Content15324 LOC (12%) 8 files
Report/latex12338 LOC (10%) 413 files
src/VstsDemoBuilder/Services4594 LOC (3%) 4 files
src/VstsRestAPI/Viewmodel3164 LOC (2%) 69 files
src/VstsDemoBuilder/Scripts1969 LOC (1%) 7 files
src/VstsDemoBuilder/Controllers1796 LOC (1%) 7 files
Report/html/search1709 LOC (1%) 58 files
Report/html1404 LOC (1%) 4 files
src/VstsRestAPI/WorkItemAndTracking1326 LOC (1%) 7 files
src/VstsDemoBuilder/Views1227 LOC (1%) 16 files
src/VstsRestAPI/Extractor679 LOC (<1%) 5 files
src/VstsRestAPI/ProjectsAndTeams582 LOC (<1%) 5 files
src/VstsDemoBuilder/Models530 LOC (<1%) 14 files
src/VstsRestAPI/Git344 LOC (<1%) 2 files
src/VstsRestAPI/QueriesAndWidgets230 LOC (<1%) 1 files
ROOT227 LOC (<1%) 2 files
src/VstsRestAPI/Wiki163 LOC (<1%) 1 files
src/VstsDemoBuilder/App_Start155 LOC (<1%) 7 files
src/VstsRestAPI150 LOC (<1%) 4 files
_sass141 LOC (<1%) 3 files
src/VstsRestAPI/TestManagement115 LOC (<1%) 1 files
src/VstsRestAPI/Release112 LOC (<1%) 1 files
src/VstsRestAPI/Queues84 LOC (<1%) 1 files
src/VstsRestAPI/Build82 LOC (<1%) 1 files
src/VstsRestAPI/Services78 LOC (<1%) 1 files
src/VstsRestAPI/Service73 LOC (<1%) 1 files
src/VstsDemoBuilder/ServiceInterfaces71 LOC (<1%) 4 files
_layouts59 LOC (<1%) 3 files
_includes56 LOC (<1%) 4 files
src/VstsRestAPI/DeliveryPlans42 LOC (<1%) 1 files
src/VstsRestAPI/DeploymentGRoup32 LOC (<1%) 1 files
src/VstsRestAPI/ExtensionManagement32 LOC (<1%) 1 files
src/VstsDemoBuilder/Extensions29 LOC (<1%) 1 files
src/VstsDemoBuilder25 LOC (<1%) 2 files
src/VstsDemoBuilder/ErrorHandler22 LOC (<1%) 1 files
src/VstsDemoBuilder/EmailTemplates18 LOC (<1%) 1 files
src/VstsDemoBuilder/Properties15 LOC (<1%) 1 files
src/VstsRestAPI/Properties15 LOC (<1%) 1 files
src/VstsDemoBuilder/ExtractorModels13 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 20:05