| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Haskell.Homplexity.Cyclomatic
Description
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 | |
| Num Depth Source # | |
| Integral Depth Source # | |
| Real Depth Source # | |
Defined in Language.Haskell.Homplexity.Cyclomatic Methods toRational :: Depth -> Rational | |
| Show Depth Source # | |
| Eq Depth Source # | |
| Ord Depth Source # | |
| Metric Depth Function Source # | |