microsoft / botbuilder-js
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 (45 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 45 components.
  • 1,094 files, 76,257 lines of code (100.0% vs. main code).
  • "libraries/adaptive-expressions" is biggest, containing 13.39% of code.
  • "libraries/botbuilder-ai-qna" is smallest, containing 0% of code.


libraries/adaptive-expressions10211 LOC (13%) 222 files
libraries/botbuilder-dialogs-adaptive9800 LOC (12%) 173 files
tools/resourceManagement9610 LOC (12%) 54 files
libraries/botframework-connector8972 LOC (11%) 70 files
libraries/botbuilder-lg4640 LOC (6%) 29 files
libraries/botbuilder4482 LOC (5%) 38 files
libraries/botbuilder-dialogs4437 LOC (5%) 72 files
libraries/botbuilder-core4021 LOC (5%) 56 files
libraries/botbuilder-ai2760 LOC (3%) 48 files
generators/generator-botbuilder2649 LOC (3%) 53 files
libraries/botframework-streaming2032 LOC (2%) 72 files
libraries/botframework-schema1588 LOC (2%) 9 files
libraries/botbuilder-dialogs-adaptive-testing1434 LOC (1%) 41 files
libraries/botbuilder-azure1149 LOC (1%) 7 files
libraries/botframework-config835 LOC (1%) 20 files
build/AnalyzeDependencies798 LOC (1%) 3 files
tools/framework723 LOC (<1%) 4 files
tools/scripts686 LOC (<1%) 9 files
libraries/botbuilder-dialogs-adaptive-runtime664 LOC (<1%) 5 files
testing/testbot489 LOC (<1%) 9 files
testing/streaming-e2e463 LOC (<1%) 16 files
libraries/botbuilder-dialogs-declarative442 LOC (<1%) 13 files
libraries/botbuilder-ai-orchestrator353 LOC (<1%) 3 files
testing/browser-functional353 LOC (<1%) 9 files
testing/skills310 LOC (<1%) 6 files
libraries/botbuilder-azure-blobs287 LOC (<1%) 5 files
libraries/botbuilder-repo-utils257 LOC (<1%) 6 files
tools/util234 LOC (<1%) 3 files
libraries/botbuilder-dialogs-adaptive-runtime-integration-azure-functions172 LOC (<1%) 1 files
testing/functional162 LOC (<1%) 3 files
libraries/botbuilder-dialogs-adaptive-runtime-core152 LOC (<1%) 4 files
build/yaml151 LOC (<1%) 5 files
libraries/botbuilder-applicationinsights147 LOC (<1%) 3 files
libraries/botbuilder-dialogs-adaptive-runtime-integration-express139 LOC (<1%) 1 files
libraries/botbuilder-testing136 LOC (<1%) 3 files
libraries/botbuilder-dialogs-adaptive-runtime-integration-restify135 LOC (<1%) 1 files
libraries/swagger108 LOC (<1%) 2 files
testing/consumer-test105 LOC (<1%) 2 files
libraries/botbuilder-stdlib51 LOC (<1%) 6 files
libraries/botbuilder-azure-queues37 LOC (<1%) 2 files
libraries/adaptive-expressions-ie1127 LOC (<1%) 2 files
build/scripts26 LOC (<1%) 1 files
ROOT26 LOC (<1%) 1 files
libraries/botbuilder-ai-luis2 LOC (<1%) 1 files
libraries/botbuilder-ai-qna2 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:29