JetBrains / idea-php-dotenv-plugin
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
xsd
flex
editorconfig
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.

main3812 LOC (63%) 120 files
test995 LOC (16%) 33 files
generated846 LOC (14%) 12 files
build and deployment68 LOC (1%) 1 file
other314 LOC (5%) 29 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
flex
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 120 files match defined criteria (3,812 LOC, 100.0% vs. main code):
    • 82 *.java files (3,000 LOC)
    • 15 *.kt files (479 LOC)
    • 9 *.xml files (117 LOC)
    • 1 *.kts files (72 LOC)
    • 11 *.html files (71 LOC)
    • 1 *.flex files (61 LOC)
    • 1 *.yaml files (12 LOC)
  • " *.java" is biggest, containing 78.7% of LOC.
  • " *.yaml" is smallest, containing 0.31% of LOC.


*.java3000 LOC (78%) 82 files
*.kt479 LOC (12%) 15 files
*.xml117 LOC (3%) 9 files
*.kts72 LOC (1%) 1 file
*.html71 LOC (1%) 11 files
*.flex61 LOC (1%) 1 file
*.yaml12 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
xsd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]ests/.*".
  • 33 files match defined criteria (995 LOC, 26.1% vs. main code):
    • 17 *.java files (400 LOC)
    • 1 *.xsd files (317 LOC)
    • 9 *.kt files (226 LOC)
    • 2 *.xml files (36 LOC)
    • 1 *.go files (6 LOC)
    • 1 *.php files (5 LOC)
    • 1 *.py files (4 LOC)
    • 1 *.rb files (1 LOC)
  • " *.java" is biggest, containing 40.2% of LOC.
  • " *.rb" is smallest, containing 0.1% of LOC.


*.java400 LOC (40%) 17 files
*.xsd317 LOC (31%) 1 file
*.kt226 LOC (22%) 9 files
*.xml36 LOC (3%) 2 files
*.go6 LOC (<1%) 1 file
*.php5 LOC (<1%) 1 file
*.py4 LOC (<1%) 1 file
*.rb1 LOC (<1%) 1 file
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with any line of content like "//[ ]*Generated by .*".
    • files with paths like ".*[.]java" AND any line of content like ".*[/][/] This is a generated file[.] Not intended for manual editing[.].*".
  • 12 files match defined criteria (846 LOC, 22.2% vs. main code). All matches are in *.java files.


*.java846 LOC (100%) 12 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".
  • 1 file matches defined criteria (68 LOC, 1.8% vs. main code). All matches are in *.bat files.


*.bat68 LOC (100%) 1 file
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]editorconfig".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]md".
    • files with paths like ".*/[.]gitignore".
  • 29 files match defined criteria (314 LOC, 8.2% vs. main code):
    • 26 *.txt files (235 LOC)
    • 1 *.properties files (35 LOC)
    • 1 *.md files (26 LOC)
    • 1 *.svg files (18 LOC)
  • " *.txt" is biggest, containing 74.84% of LOC.
  • " *.svg" is smallest, containing 5.73% of LOC.


*.txt235 LOC (74%) 26 files
*.properties35 LOC (11%) 1 file
*.md26 LOC (8%) 1 file
*.svg18 LOC (5%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:50