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

main24203 LOC (2%) 780 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment0 LOC (0%) 0 files
other1057905 LOC (97%) 2,962 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 ".*".
  • 780 files match defined criteria (24,203 LOC, 100.0% vs. main code):
    • 346 *.tsx files (13,264 LOC)
    • 366 *.ts files (8,208 LOC)
    • 12 *.css files (1,298 LOC)
    • 45 *.html files (1,091 LOC)
    • 10 *.js files (240 LOC)
    • 1 *.jsx files (102 LOC)
  • " *.tsx" is biggest, containing 54.8% of LOC.
  • " *.jsx" is smallest, containing 0.42% of LOC.


*.tsx13264 LOC (54%) 346 files
*.ts8208 LOC (33%) 366 files
*.css1298 LOC (5%) 12 files
*.html1091 LOC (4%) 45 files
*.js240 LOC (<1%) 10 files
*.jsx102 LOC (<1%) 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".
  • 2962 files match defined criteria (1,057,905 LOC, 4371.0% vs. main code):
    • 2,920 *.md files (1,056,917 LOC)
    • 40 *.json files (978 LOC)
    • 2 *.txt files (10 LOC)
  • " *.md" is biggest, containing 99.91% of LOC.
  • " *.txt" is smallest, containing 0% of LOC.


*.md1056917 LOC (99%) 2,920 files
*.json978 LOC (<1%) 40 files
*.txt10 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-01-10 14:37