adamtornhill / code-maat

A command line tool to mine and analyze data from version-control systems

Home Page:http://www.adamtornhill.com/code/codemaat.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coupling analisis is not working

mauro2357 opened this issue · comments

When i run the command java -jar code-maat.jar -l “maatfreqs.csv" -c git -a coupling, the program doesn´t show information.
image

This may be because there aren't any strong temporal dependencies. You could try to decrease the --min-coupling option and increase the --max-changeset-size option.