Skip to main content

Table 1 Source code metrics considered by BugMaps-Granger

From: BugMaps-Granger: a tool for visualizing and predicting bugs using Granger causality tests

 

Metrics

Description

1

WMC

Weighted methods per class

2

DIT

Depth of inheritance tree

3

RFC

Request for class

4

NOC

Number of children

5

CBO

Coupling between object class

6

LCOM

Lack of cohesion in methods

7

FAN-IN

Number of classes that reference a given class

8

FAN-OUT

Number of classes referenced by a given class

9

NOA

Number of attributes

10

LOC

Number of lines oxf code

11

NOM

Number of methods