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

[cocom] Add qmcalc backend to support cqmetrics #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwalden
Copy link

@jwalden jwalden commented Feb 11, 2022

The qmcalc backend allows the collection of a broad range of standard code
metrics including size, cyclomatic complexity, and Halstead complexity,
along with many language feature and style metrics using the cqmetrics
package command qmcalc. This backend only supports C source code.

This code allows the collection of a broad range of standard code
metrics including size, cyclomatic complexity, and Halstead complexity,
along with many language feature and style metrics using the cqmetrics
package command qmcalc. This backend only supports C source code.

Signed-off-by: James Walden <[email protected]>
@jwalden
Copy link
Author

jwalden commented Feb 12, 2022

I think the workflow will fail until cqmetrics is installed, so that the qmcalc unit tests can pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant