| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
detach| Name: | QVariant::detach | | Prototype: | void QVariant::detach() | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1915-1926 |
| | 8 | 3 |
save| Name: | QVariant::save | | Prototype: | void QVariant::save(QDataStream &s) const | | Coverage: | 75.000% (39/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 2095-2146 |
| | 35 | 16 |
load| Name: | QVariant::load | | Prototype: | void QVariant::load(QDataStream &s) | | Coverage: | 75.000% (33/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 2031-2087 |
| | 37 | 14 |
QVariant| Name: | QVariant::QVariant | | Prototype: | QVariant::QVariant(QDataStream &s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1401-1405 |
| | 2 | 1 |