| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.Homplexity.Cyclomatic
Description
Computing cyclomatic complexity and branching depth.
- data Cyclomatic
- cyclomaticT :: Proxy Cyclomatic
- data Depth
- depthT :: Proxy Depth
- data ConDepth
- conDepthT :: Proxy ConDepth
- data NumFunArgs
- numFunArgsT :: Proxy NumFunArgs
Documentation
data Cyclomatic
Represents cyclomatic complexity
cyclomaticT :: Proxy Cyclomatic
For passing Cyclomatic type as parameter.
data Depth
Decision depth
data ConDepth
data NumFunArgs