| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
contains| Name: | 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 |
function| Name: | 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 |
remove| Name: | 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 |
~QMetaTypeFunctionRegistry| Name: | 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 |
insertIfNotContains| Name: | 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 |