Skip to content

a more useful sum-of-coupling-analysis #39

Description

@kavhad

The sum of coupling is not very informative if there's a high amount of coupling between a module and it's corresponding unit test. Could this be highlighted in some fashion so that the sum of couplings also gives extra information based on a given file patterns?

For instance
if we provide the following patterns: ['src/','test/']

I would expect this output, which is more informative such as the following:

module                |  src/* | test/* | total coupling
/src/moduleA.js   |  1       |  41     | 42
.
.
.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions