apache / axis-axis2-c-core
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
wsdl
mk
dsp
txt
in
xsd
cgi
m4
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.

main138599 LOC (68%) 679 files
test53189 LOC (26%) 351 files
generated0 LOC (0%) 0 files
build and deployment500 LOC (<1%) 23 files
other10705 LOC (5%) 171 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
in
cgi
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 679 files match defined criteria (138,599 LOC, 100.0% vs. main code):
    • 307 *.c files (112,444 LOC)
    • 349 *.h files (23,578 LOC)
    • 7 *.html files (1,658 LOC)
    • 5 *.cpp files (509 LOC)
    • 5 *.in files (261 LOC)
    • 4 *.xml files (77 LOC)
    • 1 *.js files (66 LOC)
    • 1 *.cgi files (6 LOC)
  • " *.c" is biggest, containing 81.13% of LOC.
  • " *.cgi" is smallest, containing 0% of LOC.


*.c112444 LOC (81%) 307 files
*.h23578 LOC (17%) 349 files
*.html1658 LOC (1%) 7 files
*.cpp509 LOC (<1%) 5 files
*.in261 LOC (<1%) 5 files
*.xml77 LOC (<1%) 4 files
*.js66 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.
wsdl
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 ".*/test[-]resources/.*".
    • files with paths like ".*_test[.].*".
    • files with paths like ".*/mock[a-zA-Z0-9_\- ]+/.*".
    • files with paths like ".*/test_.*".
    • files with paths like ".*_tests[.].*".
    • files with paths like ".*/[Tt]ests/.*".
  • 351 files match defined criteria (53,189 LOC, 38.4% vs. main code):
    • 119 *.wsdl files (25,795 LOC)
    • 160 *.xml files (20,729 LOC)
    • 36 *.cc files (4,880 LOC)
    • 11 *.c files (1,409 LOC)
    • 7 *.h files (339 LOC)
    • 18 *.sh files (37 LOC)
  • " *.wsdl" is biggest, containing 48.5% of LOC.
  • " *.sh" is smallest, containing 0.07% of LOC.


*.wsdl25795 LOC (48%) 119 files
*.xml20729 LOC (38%) 160 files
*.cc4880 LOC (9%) 36 files
*.c1409 LOC (2%) 11 files
*.h339 LOC (<1%) 7 files
*.sh37 LOC (<1%) 18 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".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]mk".
  • 23 files match defined criteria (500 LOC, 0.4% vs. main code):
    • 18 *.sh files (392 LOC)
    • 5 *.bat files (108 LOC)
  • " *.sh" is biggest, containing 78.4% of LOC.
  • " *.bat" is smallest, containing 21.6% of LOC.


*.sh392 LOC (78%) 18 files
*.bat108 LOC (21%) 5 files
Other Code
txt
mk
wsdl
xsd
properties
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Ss]amples/.*".
    • files with paths like ".*[.]properties".
    • files with paths like ".*/resources/.*[.]xsd".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/README[.][a-z0-9]+".
  • 171 files match defined criteria (10,705 LOC, 7.7% vs. main code):
    • 75 *.c files (8,600 LOC)
    • 8 *.txt files (707 LOC)
    • 25 *.mk files (415 LOC)
    • 3 *.wsdl files (353 LOC)
    • 17 *.h files (256 LOC)
    • 38 *.xml files (233 LOC)
    • 2 *.xsd files (64 LOC)
    • 2 *.sh files (46 LOC)
    • 1 *.properties files (31 LOC)
  • " *.c" is biggest, containing 80.34% of LOC.
  • " *.properties" is smallest, containing 0.29% of LOC.


*.c8600 LOC (80%) 75 files
*.txt707 LOC (6%) 8 files
*.mk415 LOC (3%) 25 files
*.wsdl353 LOC (3%) 3 files
*.h256 LOC (2%) 17 files
*.xml233 LOC (2%) 38 files
*.xsd64 LOC (<1%) 2 files
*.sh46 LOC (<1%) 2 files
*.properties31 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:09