chaoss / grimoirelab-graal

A Generic Repository AnALyzer
GNU General Public License v3.0
21 stars 62 forks source link

[cocom] Add qmcalc backend to support cqmetrics #110

Open jwalden opened 2 years ago

jwalden commented 2 years ago

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.

jwalden commented 2 years ago

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