Skip to content

FrancescoBorzi/ckjm

 
 

Repository files navigation

This is a fork of ckjm which calculate FRAGM metric.

How to use it:

java -jar ckjm -c InputClassToBeAnalyzed.class

To show other information, concatenate these letters to "-c" param:

D = details

G = global details

F = fan-in on

e.g. to enable fan-in:

java -jar ckjm.jar -cF Example.class

enable everything:

java -jar ckjm.jar -cDFG Example.class

About

Fragm calculation tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.7%
  • Ruby 15.4%
  • XSLT 10.8%
  • TeX 5.9%
  • CSS 4.7%
  • Shell 0.5%