microsoft / workbooks
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 (41 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 41 components.
  • 1,049 files, 81,082 lines of code (100.0% vs. main code).
  • "Agents/Xamarin.Interactive" is biggest, containing 15.71% of code.
  • "Agents/Xamarin.Interactive.Android.ActivityTrackerShim" is smallest, containing 0.01% of code.


Agents/Xamarin.Interactive12737 LOC (15%) 214 files
Clients/Xamarin.Interactive.Client12425 LOC (15%) 179 files
Clients/Xamarin.Interactive.Client.Mac9113 LOC (11%) 117 files
Clients/Xamarin.Interactive.Client.Windows6727 LOC (8%) 70 files
Clients/CrossBrowser5474 LOC (6%) 80 files
Package/Windows5063 LOC (6%) 17 files
Clients/Xamarin.Interactive.Client.Web4733 LOC (5%) 71 files
Clients/Xamarin.Interactive.Client.Desktop4721 LOC (5%) 56 files
CodeAnalysis/Xamarin.Interactive.CodeAnalysis3384 LOC (4%) 49 files
build/Xamarin.Build3148 LOC (3%) 41 files
CodeAnalysis/Xamarin.Interactive.CodeAnalysis.Roslyn2179 LOC (2%) 23 files
Clients/Xamarin.Interactive.Client.Console1498 LOC (1%) 4 files
Agents/Xamarin.Interactive.Mac1461 LOC (1%) 13 files
Agents/Xamarin.Interactive.Android856 LOC (1%) 8 files
WorkbookApps/Xamarin.Workbooks.WebAssembly771 LOC (<1%) 10 files
Agents/Xamarin.Interactive.iOS646 LOC (<1%) 6 files
ClientIntegrations/Xamarin.Workbooks.Client.iOS585 LOC (<1%) 4 files
Clients/Xamarin.Interactive.Client.Windows.ShellExtension538 LOC (<1%) 12 files
Agents/Xamarin.Interactive.Wpf519 LOC (<1%) 7 files
build477 LOC (<1%) 6 files
Tools/InstallerVerifier466 LOC (<1%) 2 files
ROOT445 LOC (<1%) 3 files
Tools/ApiDump392 LOC (<1%) 6 files
Agents/Xamarin.Interactive.Forms.Android314 LOC (<1%) 3 files
Agents/Xamarin.Interactive.Forms.iOS300 LOC (<1%) 3 files
Agents/Xamarin.Interactive.Forms248 LOC (<1%) 3 files
Clients/Xamarin.Interactive.MTouch245 LOC (<1%) 3 files
WorkbookApps/Xamarin.Workbooks.Mac235 LOC (<1%) 5 files
Tools/Xamarin.CITooling210 LOC (<1%) 1 files
Agents/Xamarin.Interactive.Console182 LOC (<1%) 4 files
WorkbookApps/Xamarin.Workbooks.Android177 LOC (<1%) 9 files
WorkbookApps/Xamarin.Workbooks.iOS152 LOC (<1%) 4 files
Tools/ILFixer125 LOC (<1%) 3 files
Package116 LOC (<1%) 1 files
WorkbookApps/Xamarin.Workbooks.Wpf90 LOC (<1%) 5 files
Clients84 LOC (<1%) 1 files
WorkbookApps/Xamarin.Workbooks.DotNetCore69 LOC (<1%) 2 files
Agents/Xamarin.Interactive.DotNetCore67 LOC (<1%) 1 files
Clients/Xamarin.Interactive.Client.Mac.SimChecker57 LOC (<1%) 1 files
WorkbookApps45 LOC (<1%) 1 files
Agents/Xamarin.Interactive.Android.ActivityTrackerShim8 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 15:12