Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
insertIfNotContainsName: | QMetaTypeFunctionRegistry::insertIfNotContains | Prototype: | bool insertIfNotContains(Key k, const T *f) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 533-541 |
| | 6 | 2 |
~QMetaTypeFunctionRegistryName: | QMetaTypeFunctionRegistry::~QMetaTypeFunctionRegistry | Prototype: | ~QMetaTypeFunctionRegistry() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 521-525 |
| | 2 | 1 |
removeName: | QMetaTypeFunctionRegistry::remove | Prototype: | void remove(int from, int to) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 549-554 |
| | 3 | 1 |
functionName: | QMetaTypeFunctionRegistry::function | Prototype: | const T *function(Key k) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 543-547 |
| | 2 | 1 |
containsName: | QMetaTypeFunctionRegistry::contains | Prototype: | bool contains(Key k) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 527-531 |
| | 2 | 1 |