epam / AIRUN-Assistants-Benchmark-TestInstructions
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
txt
patch
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.

main0 LOC (0%) 0 files
test2633 LOC (20%) 67 files
generated0 LOC (0%) 0 files
build and deployment0 LOC (0%) 0 files
other9995 LOC (79%) 315 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 ".*[-]tests/.*".
    • files with paths like ".*[.][Tt]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*[-]test[-].*".
    • files with paths like ".*[-]tests[-].*".
  • 67 files match defined criteria (2,633 LOC, ∞% vs. main code):
    • 35 *.java files (1,530 LOC)
    • 20 *.cs files (806 LOC)
    • 7 *.ts files (117 LOC)
    • 2 *.yaml files (78 LOC)
    • 1 *.sh files (52 LOC)
    • 2 *.xml files (50 LOC)
  • " *.java" is biggest, containing 58.11% of LOC.
  • " *.xml" is smallest, containing 1.9% of LOC.


*.java1530 LOC (58%) 35 files
*.cs806 LOC (30%) 20 files
*.ts117 LOC (4%) 7 files
*.yaml78 LOC (2%) 2 files
*.sh52 LOC (1%) 1 file
*.xml50 LOC (1%) 2 files
Other Code
txt
patch
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]patch".
  • 315 files match defined criteria (9,995 LOC, ∞% vs. main code):
    • 121 *.md files (4,435 LOC)
    • 186 *.txt files (4,421 LOC)
    • 3 *.patch files (1,010 LOC)
    • 5 *.json files (129 LOC)
  • " *.md" is biggest, containing 44.37% of LOC.
  • " *.json" is smallest, containing 1.29% of LOC.


*.md4435 LOC (44%) 121 files
*.txt4421 LOC (44%) 186 files
*.patch1010 LOC (10%) 3 files
*.json129 LOC (1%) 5 files
Analyzers
Info about analyzers used for source code examinations.


2025-01-17 15:36