apache / axis-axis2-c-savan
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
xsl
cgi
in
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.

main9761 LOC (90%) 58 files
test321 LOC (2%) 17 files
generated0 LOC (0%) 0 files
build and deployment56 LOC (<1%) 4 files
other622 LOC (5%) 17 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
xsl
in
cgi
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 58 files match defined criteria (9,761 LOC, 100.0% vs. main code):
    • 22 *.c files (6,205 LOC)
    • 16 *.h files (2,138 LOC)
    • 4 *.css files (895 LOC)
    • 6 *.html files (252 LOC)
    • 6 *.xml files (237 LOC)
    • 2 *.xsl files (14 LOC)
    • 1 *.in files (14 LOC)
    • 1 *.cgi files (6 LOC)
  • " *.c" is biggest, containing 63.57% of LOC.
  • " *.cgi" is smallest, containing 0.06% of LOC.


*.c6205 LOC (63%) 22 files
*.h2138 LOC (21%) 16 files
*.css895 LOC (9%) 4 files
*.html252 LOC (2%) 6 files
*.xml237 LOC (2%) 6 files
*.xsl14 LOC (<1%) 2 files
*.in14 LOC (<1%) 1 file
*.cgi6 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_.*".
  • 17 files match defined criteria (321 LOC, 3.3% vs. main code):
    • 3 *.c files (307 LOC)
    • 9 *.sh files (9 LOC)
    • 5 *.xml files (5 LOC)
  • " *.c" is biggest, containing 95.64% of LOC.
  • " *.xml" is smallest, containing 1.56% of LOC.


*.c307 LOC (95%) 3 files
*.sh9 LOC (2%) 9 files
*.xml5 LOC (1%) 5 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".
  • 4 files match defined criteria (56 LOC, 0.6% vs. main code). All matches are in *.sh files.


*.sh56 LOC (100%) 4 files
Other Code
txt
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*[.]txt".
  • 17 files match defined criteria (622 LOC, 6.4% vs. main code):
    • 5 *.c files (432 LOC)
    • 5 *.txt files (88 LOC)
    • 2 *.sh files (46 LOC)
    • 1 *.properties files (29 LOC)
    • 2 *.xml files (18 LOC)
    • 2 *.h files (9 LOC)
  • " *.c" is biggest, containing 69.45% of LOC.
  • " *.h" is smallest, containing 1.45% of LOC.


*.c432 LOC (69%) 5 files
*.txt88 LOC (14%) 5 files
*.sh46 LOC (7%) 2 files
*.properties29 LOC (4%) 1 file
*.xml18 LOC (2%) 2 files
*.h9 LOC (1%) 2 files
Analyzers
Info about analyzers used for source code examinations.


2023-08-10 23:38