epam / AIRUN-LLM-Benchmark
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
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.

main6858 LOC (2%) 77 files
test212 LOC (<1%) 5 files
generated0 LOC (0%) 0 files
build and deployment0 LOC (0%) 0 files
other298747 LOC (97%) 1,314 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 ".*".
  • 77 files match defined criteria (6,858 LOC, 100.0% vs. main code):
    • 34 *.js files (2,370 LOC)
    • 5 *.tsx files (2,178 LOC)
    • 8 *.py files (694 LOC)
    • 19 *.yaml files (648 LOC)
    • 7 *.html files (586 LOC)
    • 1 *.ipynb files (279 LOC)
    • 3 *.ts files (103 LOC)
  • " *.js" is biggest, containing 34.56% of LOC.
  • " *.ts" is smallest, containing 1.5% of LOC.


*.js2370 LOC (34%) 34 files
*.tsx2178 LOC (31%) 5 files
*.py694 LOC (10%) 8 files
*.yaml648 LOC (9%) 19 files
*.html586 LOC (8%) 7 files
*.ipynb279 LOC (4%) 1 file
*.ts103 LOC (1%) 3 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[.].*".
    • files with paths like ".*/test_.*".
  • 5 files match defined criteria (212 LOC, 3.1% vs. main code):
    • 4 *.yaml files (138 LOC)
    • 1 *.py files (74 LOC)
  • " *.yaml" is biggest, containing 65.09% of LOC.
  • " *.py" is smallest, containing 34.91% of LOC.


*.yaml138 LOC (65%) 4 files
*.py74 LOC (34%) 1 file
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
  • 1314 files match defined criteria (298,747 LOC, 4356.2% vs. main code):
    • 1,285 *.txt files (297,829 LOC)
    • 26 *.json files (818 LOC)
    • 3 *.md files (100 LOC)
  • " *.txt" is biggest, containing 99.69% of LOC.
  • " *.md" is smallest, containing 0.03% of LOC.


*.txt297829 LOC (99%) 1,285 files
*.json818 LOC (<1%) 26 files
*.md100 LOC (<1%) 3 files
Analyzers
Info about analyzers used for source code examinations.


2025-01-10 14:35