[GRASS-QA] GRASS QA: soeren | ./grass6/lib/gpde/N_solvers.c |2
clones ( N_geom.c N_gradient.c N_les_assemble.c N_les.c
N_solvers.c )| 0 monsters | 0 warnings
grass-qa at proxy.soccerlab.polymtl.ca
grass-qa at proxy.soccerlab.polymtl.ca
Tue Jun 5 18:19:18 EDT 2007
Hello soeren,
here a report on your recent GRASS-CVS change:
ANALYSIS
your changes to files/functions:
lib/gpde/N_solvers.c functions
N_solver_gauss (Begins at: 44 Ends at: 75)
--------------+---------+-------+---------+
Complexity: | 3 | | OK |
ParamNBR: | 1 | | OK |
CalledNBR: | 9 | | OK |
LOC: | 32 | | OK |
--------------+---------+-------+---------+
metrics are OK
N_solver_lu (Begins at: 77 Ends at: 139)
--------------+---------+-------+---------+
Complexity: | 3 | | OK |
ParamNBR: | 1 | | OK |
CalledNBR: | 14 | | OK |
LOC: | 63 | | OK |
--------------+---------+-------+---------+
metrics are OK
gauss_elimination (Begins at: 141 Ends at: 169)
--------------+---------+-------+---------+
Complexity: | 1 | | OK |
ParamNBR: | 3 | | OK |
CalledNBR: | 0 | | OK |
LOC: | 29 | | OK |
--------------+---------+-------+---------+
metrics are OK
lu_decomposition (Begins at: 171 Ends at: 202)
--------------+---------+-------+---------+
Complexity: | 1 | | OK |
ParamNBR: | 2 | | OK |
CalledNBR: | 0 | | OK |
LOC: | 32 | | OK |
--------------+---------+-------+---------+
metrics are OK
backward_solving (Begins at: 204 Ends at: 232)
--------------+---------+-------+---------+
Complexity: | 1 | | OK |
ParamNBR: | 4 | | OK |
CalledNBR: | 0 | | OK |
LOC: | 29 | | OK |
--------------+---------+-------+---------+
metrics are OK
forward_solving (Begins at: 234 Ends at: 248)
--------------+---------+-------+---------+
Complexity: | 1 | | OK |
ParamNBR: | 4 | | OK |
CalledNBR: | 0 | | OK |
LOC: | 15 | | OK |
--------------+---------+-------+---------+
metrics are OK
thomalg (Begins at: 254 Ends at: 296)
--------------+---------+-------+---------+
Complexity: | 3 | | OK |
ParamNBR: | 3 | | OK |
CalledNBR: | 4 | | OK |
LOC: | 43 | | OK |
--------------+---------+-------+---------+
metrics are OK
vectmem (Begins at: 298 Ends at: 304)
--------------+---------+-------+---------+
Complexity: | 1 | | OK |
ParamNBR: | 1 | | OK |
CalledNBR: | 1 | | OK |
LOC: | 7 | | OK |
--------------+---------+-------+---------+
metrics are OK
Clone analysis:
This file has 2 potentially cloned functions:
gauss_seidel jacobi
In lib/gpde/N_solvers_classic_iter.c clones of jacobi are:
lib/gpde/N_solvers_classic_iter.c gauss_seidel
In lib/gpde/N_solvers_classic_iter.c clones of gauss_seidel are:
lib/gpde/N_solvers_classic_iter.c jacobi
__________________________________________
Threshold GRASS6 key metrics values at 2007-06-05 are:
---------------------------+-----------+---------+
median | upper | outlier |
| quartile | limit |
---------------------------+-----------+---------+
Complexity (Cyclo): 5 | 25 | 37 |
ParamNBR: 2 | 6 | 9 |
CalledNBR: 10 | 60 | 87 |
LOC: 43 | 195 | 272 |
---------------------------+-----------+---------+
Measures (see below Web page for details):
Complexity (Cyclo): a complexity index
ParamNBR: number of passed parameters
CalledNBR: number of called functions
LOC: Lines Of Code
Message interpretation:
OK : Nothing to say at all
* : above 75 % of value warning
** : this is getting close to be out of range, consider revising the code
***: this is a monster, definitely you should revise this function
__________________________________________
Brought to you by:
SOftware Cost-effective Change and Evolution Research (SOCCER) laboratory
http://web.soccerlab.polymtl.ca/grass-evolution/grass-browsers/grass-index-en.html
More information about the grass-qa
mailing list