huggingface / trl
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
in
cfg
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.

main20646 LOC (57%) 89 files
test8869 LOC (24%) 46 files
generated0 LOC (0%) 0 files
build and deployment86 LOC (<1%) 2 files
other6233 LOC (17%) 70 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cfg
in
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 89 files match defined criteria (20,646 LOC, 100.0% vs. main code):
    • 79 *.py files (20,381 LOC)
    • 7 *.yaml files (147 LOC)
    • 1 *.cfg files (87 LOC)
    • 1 *.toml files (25 LOC)
    • 1 *.in files (6 LOC)
  • " *.py" is biggest, containing 98.72% of LOC.
  • " *.in" is smallest, containing 0.03% of LOC.


*.py20381 LOC (98%) 79 files
*.yaml147 LOC (<1%) 7 files
*.cfg87 LOC (<1%) 1 file
*.toml25 LOC (<1%) 1 file
*.in6 LOC (<1%) 1 file
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 ".*/[Tt]ests/.*".
    • files with paths like ".*/test_.*".
  • 46 files match defined criteria (8,869 LOC, 43.0% vs. main code):
    • 45 *.py files (8,780 LOC)
    • 1 *.jinja files (89 LOC)
  • " *.py" is biggest, containing 99% of LOC.
  • " *.jinja" is smallest, containing 1% of LOC.


*.py8780 LOC (98%) 45 files
*.jinja89 LOC (1%) 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
  • 2 files match defined criteria (86 LOC, 0.4% vs. main code). All matches are in *.sh files.


*.sh86 LOC (100%) 2 files
Other Code
txt
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
  • 70 files match defined criteria (6,233 LOC, 30.2% vs. main code):
    • 47 *.py files (3,635 LOC)
    • 2 *.ipynb files (1,523 LOC)
    • 11 *.md files (908 LOC)
    • 8 *.yaml files (157 LOC)
    • 2 *.txt files (10 LOC)
  • " *.py" is biggest, containing 58.32% of LOC.
  • " *.txt" is smallest, containing 0.16% of LOC.


*.py3635 LOC (58%) 47 files
*.ipynb1523 LOC (24%) 2 files
*.md908 LOC (14%) 11 files
*.yaml157 LOC (2%) 8 files
*.txt10 LOC (<1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2025-06-30 08:57