alibaba / Pai-Megatron-Patch
Source Code Overview

Analysis scope, overview of main, test, generated, deployment, build, and other code.

Source Code Analysis Scope
Files includes and excluded from analyses
patch
txt
gitmodules
Overview of Analyzed Files
Basic stats on analyzed files
Intro
For analysis purposes we separate files in scope into several categories: main, test, generated, deployment and build, and other.

  • The main category contains all manually created source code files that are being used in the production.
  • Files in the main category are used as input for other analyses: logical decomposition, concerns, duplication, file size, unit size, and conditional complexity.
  • Test source code files are used only for testing of the product. These files are normally not deployed to production.
  • Build and deployment source code files are used to configure or support build and deployment process.
  • Generated source code files are automatically generated files that have not been manually changed after generation.
  • While a source code folder may contain a number of files, we are primarily interested in the source code files that are being written and maintained by developers.
  • Files containing binaries, documentation, or third-party libraries, for instance, are excluded from analysis. The exception are third-party libraries that have been changed by developers.

main72165 LOC (64%) 280 files
test177 LOC (<1%) 1 file
generated0 LOC (0%) 0 files
build and deployment4245 LOC (3%) 47 files
other35456 LOC (31%) 262 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 280 files match defined criteria (72,165 LOC, 100.0% vs. main code). All matches are in *.py files.


*.py72165 LOC (100%) 280 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*_test[.].*".
  • 1 file matches defined criteria (177 LOC, 0.2% vs. main code). All matches are in *.py files.


*.py177 LOC (100%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitmodules".
  • 47 files match defined criteria (4,245 LOC, 5.9% vs. main code). All matches are in *.sh files.


*.sh4245 LOC (100%) 47 files
Other Code
patch
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[Ee]xamples/.*".
    • files with paths like ".*[.]json".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]patch".
  • 262 files match defined criteria (35,456 LOC, 49.1% vs. main code):
    • 121 *.sh files (19,920 LOC)
    • 98 *.py files (9,956 LOC)
    • 31 *.md files (5,128 LOC)
    • 10 *.json files (390 LOC)
    • 2 *.patch files (62 LOC)
  • " *.sh" is biggest, containing 56.18% of LOC.
  • " *.patch" is smallest, containing 0.17% of LOC.


*.sh19920 LOC (56%) 121 files
*.py9956 LOC (28%) 98 files
*.md5128 LOC (14%) 31 files
*.json390 LOC (1%) 10 files
*.patch62 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-14 19:00