JetBrains / compose-hot-reload
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
properties
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.

main21503 LOC (42%) 361 files
test17610 LOC (34%) 223 files
generated0 LOC (0%) 0 files
build and deployment290 LOC (<1%) 4 files
other11231 LOC (22%) 118 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 ".*".
  • 361 files match defined criteria (21,503 LOC, 100.0% vs. main code):
    • 293 *.kt files (19,711 LOC)
    • 27 *.kts files (1,313 LOC)
    • 1 *.yaml files (362 LOC)
    • 39 *.xml files (64 LOC)
    • 1 *.toml files (53 LOC)
  • " *.kt" is biggest, containing 91.67% of LOC.
  • " *.toml" is smallest, containing 0.25% of LOC.


*.kt19711 LOC (91%) 293 files
*.kts1313 LOC (6%) 27 files
*.yaml362 LOC (1%) 1 file
*.xml64 LOC (<1%) 39 files
*.toml53 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]est[.].*".
    • files with paths like ".*[.]test[.].*".
    • files with paths like ".*/[Tt]est/.*".
    • files with paths like ".*/[Tt]ests/.*".
    • files with paths like ".*[-]test[-].*".
    • files with paths like ".*[.][Tt]ests[.].*".
    • files with paths like ".*[.]tests[.].*".
  • 223 files match defined criteria (17,610 LOC, 81.9% vs. main code):
    • 210 *.kt files (17,340 LOC)
    • 3 *.kts files (156 LOC)
    • 10 *.xml files (114 LOC)
  • " *.kt" is biggest, containing 98.47% of LOC.
  • " *.xml" is smallest, containing 0.65% of LOC.


*.kt17340 LOC (98%) 210 files
*.kts156 LOC (<1%) 3 files
*.xml114 LOC (<1%) 10 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 ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/pom[.]xml".
  • 4 files match defined criteria (290 LOC, 1.3% vs. main code). All matches are in *.bat files.


*.bat290 LOC (100%) 4 files
Other Code
txt
properties
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 ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[Ss]amples/.*".
  • 118 files match defined criteria (11,231 LOC, 52.2% vs. main code):
    • 61 *.txt files (9,444 LOC)
    • 18 *.kt files (874 LOC)
    • 6 *.md files (285 LOC)
    • 3 *.bat files (215 LOC)
    • 5 *.json files (161 LOC)
    • 6 *.kts files (132 LOC)
    • 14 *.svg files (84 LOC)
    • 5 *.properties files (36 LOC)
  • " *.txt" is biggest, containing 84.09% of LOC.
  • " *.properties" is smallest, containing 0.32% of LOC.


*.txt9444 LOC (84%) 61 files
*.kt874 LOC (7%) 18 files
*.md285 LOC (2%) 6 files
*.bat215 LOC (1%) 3 files
*.json161 LOC (1%) 5 files
*.kts132 LOC (1%) 6 files
*.svg84 LOC (<1%) 14 files
*.properties36 LOC (<1%) 5 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:35