Liking cljdoc? Tell your friends :D
Clojure only.

code-maat.analysis.logical-coupling


by-degreeclj

(by-degree ds options)
(by-degree ds options order-fn)

Calculates the degree of logical coupling. Returns a seq sorted in descending order (default) or an optional, custom sorting criterion. The calulcation is based on the given coupling statistics. The coupling is calculated as a percentage value based on the number of shared commits between coupled entities divided by the average number of total commits for the coupled entities.

Calculates the degree of logical coupling. Returns a seq
sorted in descending order (default) or an optional, custom sorting criterion.
The calulcation is  based on the given coupling statistics.
The coupling is calculated as a percentage value based on
the number of shared commits between coupled entities divided
by the average number of total commits for the coupled entities.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close