logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Calculate Code Metrics - mh_metric Tool | Online Free DevTools by Hexmos

Calculate code metrics with mh_metric for MATLAB and Octave. Improve code quality, identify complexity, and enforce coding standards. Free online tool, no registration required.

mh_metric

Calculate and enforce code metrics for MATLAB or Octave code. More information: https://misshit.org.

  • Print the code metrics for the specified files:

mh_metric {{path/to/file1.m path/to/file2.m ...}}

  • Print the code metrics for the specified Octave files:

mh_metric --octave {{path/to/file1.m path/to/file2.m ...}}

  • Print the code metrics for the specified directory recursively:

mh_metric {{path/to/directory}}

  • Print the code metrics for the current directory:

mh_metric

  • Print the code metrics report in HTML or JSON format:

mh_metric --{{html|json}} {{path/to/output_file}}

See Also