mccabe.com

Website:http://www.mccabe.com
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (39)

1

0 Thumbs up   0 Thumbs down

cyclomatic complexity metric)


Cyclomatic Complexity (v(G)) is a measure of the complexity of a module's decision structure. It is the number of linearly independent paths and therefore, the minimum number of paths that should [..]
Source: mccabe.com

2

0 Thumbs up   0 Thumbs down

actual complexity metric


Actual Complexity (ac) is the number of independent paths traversed during testing.
Source: mccabe.com

3

0 Thumbs up   0 Thumbs down

module design complexity metric)


Module Design Complexity (iv(G)) is the complexity of the design-reduced module and reflects the complexity of the module's calling patterns to its immediate subordinate modules. This metric diff [..]
Source: mccabe.com

4

0 Thumbs up   0 Thumbs down

essential complexity metric)


Essential Complexity (ev(G)) is a measure of the degree to which a module contains unstructured constructs. This metric measures the degree of structuredness and the quality of the code. It is used to [..]
Source: mccabe.com

5

0 Thumbs up   0 Thumbs down

pathological complexity metric)


pv(G) is a measure of the degree to which a module contains extremely unstructured constructs.
Source: mccabe.com

6

0 Thumbs up   0 Thumbs down

design complexity metric


S0 measures the amount of interaction between modules in a system.
Source: mccabe.com

7

0 Thumbs up   0 Thumbs down

integration complexity metric


S1 measures the amount of integration testing necessary to guard against errors.
Source: mccabe.com

8

0 Thumbs up   0 Thumbs down

object integration complexity metric


OS1 quantifies the number of tests necessary to fully integrate an object or class into an OO system.
Source: mccabe.com

9

0 Thumbs up   0 Thumbs down

global data complexity metric)


gdv(G) quantifies the cyclomatic complexity of a module's structure as it relates to global/parameter data. It can be no less than one and no more than the cyclomatic complexity of the original f [..]
Source: mccabe.com

10

0 Thumbs up   0 Thumbs down

data complexity metric


Data Complexity Metric (DV) quantifies the complexity of a module's structure as it relates to data-related variables. It is the number of independent paths through data logic, and therefore, a m [..]
Source: mccabe.com


To view all 39 definitions, please sign in.