Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
setDataName: | QMimeDataPrivate::setData | Prototype: | void QMimeDataPrivate::setData(const QString &format, const QVariant &data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 85-93 |
| | 5 | 1 |
getDataName: | QMimeDataPrivate::getData | Prototype: | QVariant QMimeDataPrivate::getData(const QString &format) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 96-106 |
| | 6 | 3 |
removeDataName: | QMimeDataPrivate::removeData | Prototype: | void QMimeDataPrivate::removeData(const QString &format) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 75-83 |
| | 4 | 3 |
retrieveTypedDataName: | QMimeDataPrivate::retrieveTypedData | Prototype: | QVariant QMimeDataPrivate::retrieveTypedData(const QString &format, QVariant::Type type) const | Coverage: | 47.312% (44/93) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 108-223 |
| | 64 | 31 |