Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell metrics #30

Closed
4 tasks done
WaldoFR opened this issue Jun 8, 2017 · 3 comments
Closed
4 tasks done

Shell metrics #30

WaldoFR opened this issue Jun 8, 2017 · 3 comments
Assignees
Milestone

Comments

@WaldoFR
Copy link

WaldoFR commented Jun 8, 2017

The following metrics should be corrected to be available in version 3.0 :

  • SH.MET.ComplexitySimplified
  • SH.MET.LineOfCode
  • SH.MET.Nesting
  • SH.MET.RatioComment
@WaldoFR
Copy link
Author

WaldoFR commented Jun 13, 2017

The new implementation of these metrics is very sensitive to the limitation #31 .

@WaldoFR
Copy link
Author

WaldoFR commented Jun 13, 2017

On SH.MET.Nesting rules, the last commit b89039f definesthe nesting of a function independently to it's nesting inside another function.

@WaldoFR WaldoFR modified the milestone: Version 3.0 Jul 5, 2017
@WaldoFR WaldoFR added the shell label Jul 6, 2017
@WaldoFR
Copy link
Author

WaldoFR commented Jul 11, 2017

On SH.MET.ComplexitySimplified, the complexity is computed for each function independently. A total is being returned for the whole file complexity.

@WaldoFR WaldoFR closed this as completed Jul 11, 2017
@WaldoFR WaldoFR mentioned this issue Jul 13, 2017
WaldoFR pushed a commit that referenced this issue Jul 13, 2017
WaldoFR pushed a commit that referenced this issue Jul 13, 2017
WaldoFR pushed a commit that referenced this issue Jul 13, 2017
Note : The method used to compute the metric here is to consider each
function independently of the nesting of it's parents one. This method
must be validated.
WaldoFR pushed a commit that referenced this issue Jul 13, 2017
WaldoFR pushed a commit that referenced this issue Jul 13, 2017
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
Note : The method used to compute the metric here is to consider each
function independently of the nesting of it's parents one. This method
must be validated.
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
begarco pushed a commit to begarco/i-CodeCNES that referenced this issue Jan 25, 2020
begarco pushed a commit that referenced this issue Feb 2, 2020
begarco pushed a commit that referenced this issue Feb 2, 2020
begarco pushed a commit that referenced this issue Feb 2, 2020
Note : The method used to compute the metric here is to consider each
function independently of the nesting of it's parents one. This method
must be validated.
begarco pushed a commit that referenced this issue Feb 2, 2020
begarco pushed a commit that referenced this issue Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants