apache / olingo-odata3-js
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
wsf
xaml
txt
cmd
reg
csproj
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.

main7541 LOC (28%) 29 files
test19183 LOC (71%) 61 files
generated0 LOC (0%) 0 files
build and deployment187 LOC (<1%) 1 file
other2 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.
cmd
wsf
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 29 files match defined criteria (7,541 LOC, 100.0% vs. main code):
    • 25 *.js files (7,386 LOC)
    • 2 *.cmd files (124 LOC)
    • 2 *.wsf files (31 LOC)
  • " *.js" is biggest, containing 97.94% of LOC.
  • " *.wsf" is smallest, containing 0.41% of LOC.


*.js7386 LOC (97%) 25 files
*.cmd124 LOC (1%) 2 files
*.wsf31 LOC (<1%) 2 files
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
wsf
reg
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]ests/.*".
  • 61 files match defined criteria (19,183 LOC, 254.4% vs. main code):
    • 34 *.js files (15,438 LOC)
    • 7 *.cs files (1,847 LOC)
    • 16 *.html files (1,364 LOC)
    • 1 *.wsf files (364 LOC)
    • 1 *.xml files (102 LOC)
    • 1 *.htm files (64 LOC)
    • 1 *.reg files (4 LOC)
  • " *.js" is biggest, containing 80.48% of LOC.
  • " *.reg" is smallest, containing 0.02% of LOC.


*.js15438 LOC (80%) 34 files
*.cs1847 LOC (9%) 7 files
*.html1364 LOC (7%) 16 files
*.wsf364 LOC (1%) 1 file
*.xml102 LOC (<1%) 1 file
*.htm64 LOC (<1%) 1 file
*.reg4 LOC (<1%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
csproj
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]csproj".
  • 1 file matches defined criteria (187 LOC, 2.5% vs. main code). All matches are in *.csproj files.


*.csproj187 LOC (100%) 1 file
Other Code
txt
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]txt".
    • files with paths like ".*[.]json".
  • 1 file matches defined criteria (2 LOC, 0.0% vs. main code). All matches are in *.txt files.


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


2023-08-10 22:00