apache / guacamole-client
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.

main74330 LOC (73%) 1,418 files
test1507 LOC (1%) 20 files
generated1881 LOC (1%) 1 file
build and deployment3611 LOC (3%) 51 files
other20049 LOC (19%) 329 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 ".*".
  • 1418 files match defined criteria (74,330 LOC, 100.0% vs. main code):
    • 824 *.java files (36,571 LOC)
    • 285 *.js files (19,479 LOC)
    • 83 *.xml files (9,283 LOC)
    • 89 *.css files (4,256 LOC)
    • 28 *.sql files (2,480 LOC)
    • 108 *.html files (2,154 LOC)
    • 1 *.py files (107 LOC)
  • " *.java" is biggest, containing 49.2% of LOC.
  • " *.py" is smallest, containing 0.14% of LOC.


*.java36571 LOC (49%) 824 files
*.js19479 LOC (26%) 285 files
*.xml9283 LOC (12%) 83 files
*.css4256 LOC (5%) 89 files
*.sql2480 LOC (3%) 28 files
*.html2154 LOC (2%) 108 files
*.py107 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/.*".
  • 20 files match defined criteria (1,507 LOC, 2.0% vs. main code):
    • 17 *.java files (1,323 LOC)
    • 3 *.js files (184 LOC)
  • " *.java" is biggest, containing 87.79% of LOC.
  • " *.js" is smallest, containing 12.21% of LOC.


*.java1323 LOC (87%) 17 files
*.js184 LOC (12%) 3 files
Generated Code
Automatically generated files, not manually changed after generation.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/package[-]lock[.]json".
  • 1 file matches defined criteria (1,881 LOC, 2.5% vs. main code). All matches are in *.json files.


*.json1881 LOC (100%) 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 ".*/pom[.]xml".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]sh".
    • files with paths like ".*/package[.]json".
    • files with paths like ".*([.]|/)webpack([.]|/).*".
    • files with paths like ".*/package[-]lock[.]json".
  • 51 files match defined criteria (3,611 LOC, 4.9% vs. main code):
    • 36 *.xml files (3,119 LOC)
    • 14 *.sh files (367 LOC)
    • 1 *.js files (125 LOC)
  • " *.xml" is biggest, containing 86.37% of LOC.
  • " *.js" is smallest, containing 3.46% of LOC.


*.xml3119 LOC (86%) 36 files
*.sh367 LOC (10%) 14 files
*.js125 LOC (3%) 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 ".*/[.]gitignore".
    • files with paths like ".*[.]md".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*[.]svg".
    • files with paths like ".*/[.]dockerignore".
  • 329 files match defined criteria (20,049 LOC, 27.0% vs. main code):
    • 122 *.json files (15,665 LOC)
    • 15 *.md files (3,107 LOC)
    • 148 *.txt files (1,233 LOC)
    • 44 *.svg files (44 LOC)
  • " *.json" is biggest, containing 78.13% of LOC.
  • " *.svg" is smallest, containing 0.22% of LOC.


*.json15665 LOC (78%) 122 files
*.md3107 LOC (15%) 15 files
*.txt1233 LOC (6%) 148 files
*.svg44 LOC (<1%) 44 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 15:59