Safe Haskell | None |
---|---|
Language | Haskell2010 |
Computing cyclomatic complexity and branching depth.
Synopsis
- data Cyclomatic
- cyclomaticT :: Proxy Cyclomatic
- data Depth
- depthT :: Proxy Depth
Documentation
data Cyclomatic Source #
Represents cyclomatic complexity
Instances
cyclomaticT :: Proxy Cyclomatic Source #
For passing Cyclomatic
type as parameter.
Decision depth
Instances
Enum Depth Source # | |
Defined in Language.Haskell.Homplexity.Cyclomatic | |
Eq Depth Source # | |
Integral Depth Source # | |
Num Depth Source # | |
Ord Depth Source # | |
Real Depth Source # | |
Defined in Language.Haskell.Homplexity.Cyclomatic toRational :: Depth -> Rational # | |
Show Depth Source # | |
Metric Depth Function Source # | |