openai / miniF2F
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
thy
ml
lean
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.

main9979 LOC (53%) 655 files
test8632 LOC (46%) 652 files
generated0 LOC (0%) 0 files
build and deployment17 LOC (<1%) 2 files
other93 LOC (<1%) 1 file
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
thy
lean
ml
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 655 files match defined criteria (9,979 LOC, 100.0% vs. main code):
    • 244 *.thy files (3,505 LOC)
    • 244 *.mm files (3,262 LOC)
    • 2 *.lean files (2,219 LOC)
    • 163 *.ml files (752 LOC)
    • 1 *.py files (234 LOC)
    • 1 *.toml files (7 LOC)
  • " *.thy" is biggest, containing 35.12% of LOC.
  • " *.toml" is smallest, containing 0.07% of LOC.


*.thy3505 LOC (35%) 244 files
*.mm3262 LOC (32%) 244 files
*.lean2219 LOC (22%) 2 files
*.ml752 LOC (7%) 163 files
*.py234 LOC (2%) 1 file
*.toml7 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
thy
lean
ml
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/test[.].*".
    • files with paths like ".*/[Tt]est/.*".
  • 652 files match defined criteria (8,632 LOC, 86.5% vs. main code):
    • 244 *.thy files (3,312 LOC)
    • 244 *.mm files (2,447 LOC)
    • 1 *.lean files (2,283 LOC)
    • 163 *.ml files (590 LOC)
  • " *.thy" is biggest, containing 38.37% of LOC.
  • " *.ml" is smallest, containing 6.84% of LOC.


*.thy3312 LOC (38%) 244 files
*.mm2447 LOC (28%) 244 files
*.lean2283 LOC (26%) 1 file
*.ml590 LOC (6%) 163 files
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".
  • 2 files match defined criteria (17 LOC, 0.2% vs. main code). All matches are in *.sh files.


*.sh17 LOC (100%) 2 files
Other Code
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 1 file matches defined criteria (93 LOC, 0.9% vs. main code). All matches are in *.md files.


*.md93 LOC (100%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-04-14 12:05