Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 137 | ****** |
McCabe's Cyclomatic Number | MVG | 30 | ****** |
Lines of Comment | COM | 40 | ******** |
LOC/COM | L_C | 3.425 | |
MVG/COM | M_C | 0.750 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 15 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BorderLayout( QWidget *, int, int ) definition borderlayout.cpp:45 | 6 | 0 | 39 | ------ | ------ |
BorderLayout( int ) definition borderlayout.cpp:52 | 4 | 0 | 0 | ------ | ------ |
add( QLayoutItem *, Position ) definition borderlayout.cpp:186 | 4 | 0 | 0 | ------ | ------ |
addItem( QLayoutItem * ) definition borderlayout.cpp:64 | 4 | 0 | 0 | ------ | ------ |
addWidget( QWidget *, Position ) definition borderlayout.cpp:69 | 4 | 0 | 0 | ------ | ------ |
calculateSize( SizeType ) definition borderlayout.cpp:191 | 18 | 9 | 1 | ------ | 9.000 |
count( ) definition borderlayout.cpp:84 | 4 | 1 | 0 | ------ | ------ |
expandingDirections( ) definition borderlayout.cpp:74 | 4 | 1 | 0 | ------ | ------ |
hasHeightForWidth( ) definition borderlayout.cpp:79 | 4 | 1 | 0 | ------ | ------ |
itemAt( int ) definition borderlayout.cpp:89 | 8 | 3 | 0 | ------ | ------ |
minimumSize( ) definition borderlayout.cpp:98 | 4 | 1 | 0 | ------ | ------ |
setGeometry( const QRect & ) definition borderlayout.cpp:103 | 55 | 8 | 0 | ****** | ****** |
sizeHint( ) definition borderlayout.cpp:172 | 4 | 1 | 0 | ------ | ------ |
takeAt( int ) definition borderlayout.cpp:177 | 8 | 4 | 0 | ------ | ------ |
~BorderLayout( ) definition borderlayout.cpp:57 | 6 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Position [CV] pass by value borderlayout.cpp:69 pass by value borderlayout.cpp:186 QLayoutItem [V] pass by reference borderlayout.cpp:64 pass by reference borderlayout.cpp:186 QRect [V] pass by reference borderlayout.cpp:103 QWidget [V] pass by reference borderlayout.cpp:45 pass by reference borderlayout.cpp:69 SizeType [CV] pass by value borderlayout.cpp:191 |