Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStringList_sortName: | QtPrivate::QStringList_sort | Prototype: | void QtPrivate::QStringList_sort(QStringList *that, Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 263-269 |
| | 3 | 2 |
QStringList_replaceInStringsName: | QtPrivate::QStringList_replaceInStrings | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QString &before, const QString &after, Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 379-384 |
| | 2 | 2 |
QStringList_replaceInStringsName: | QtPrivate::QStringList_replaceInStrings | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QRegExp &rx, const QString &after) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 410-414 |
| | 2 | 2 |
QStringList_replaceInStringsName: | QtPrivate::QStringList_replaceInStrings | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QRegularExpression &re, const QString &after) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 442-446 |
| | 2 | 2 |
QStringList_removeDuplicatesName: | QtPrivate::QStringList_removeDuplicates | Prototype: | int QtPrivate::QStringList_removeDuplicates(QStringList *that) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 701-721 |
| | 17 | 5 |
QStringList_lastIndexOfName: | QtPrivate::QStringList_lastIndexOf | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, const QRegExp &rx, int from) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 600-604 |
| | 2 | 1 |
QStringList_lastIndexOfName: | QtPrivate::QStringList_lastIndexOf | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, QRegExp &rx, int from) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 623-626 |
| | 1 | 1 |
QStringList_lastIndexOfName: | QtPrivate::QStringList_lastIndexOf | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, const QRegularExpression &re, int from) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 670-686 |
| | 11 | 5 |
QStringList_joinName: | QtPrivate::QStringList_join | Prototype: | QString QtPrivate::QStringList_join(const QStringList *that, const QChar *sep, int seplen) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 465-486 |
| | 15 | 6 |
QStringList_indexOfName: | QtPrivate::QStringList_indexOf | Prototype: | int QtPrivate::QStringList_indexOf(const QStringList *that, const QRegExp &rx, int from) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 561-565 |
| | 2 | 1 |
QStringList_indexOfName: | QtPrivate::QStringList_indexOf | Prototype: | int QtPrivate::QStringList_indexOf(const QStringList *that, QRegExp &rx, int from) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 583-586 |
| | 1 | 1 |
QStringList_indexOfName: | QtPrivate::QStringList_indexOf | Prototype: | int QtPrivate::QStringList_indexOf(const QStringList *that, const QRegularExpression &re, int from) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 642-656 |
| | 9 | 4 |
QStringList_filterName: | QtPrivate::QStringList_filter | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 291-300 |
| | 6 | 3 |
QStringList_filterName: | QtPrivate::QStringList_filter | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QRegExp &rx) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 332-339 |
| | 5 | 3 |
QStringList_filterName: | QtPrivate::QStringList_filter | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QRegularExpression &re) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 352-360 |
| | 5 | 3 |
QStringList_containsName: | QtPrivate::QStringList_contains | Prototype: | bool QtPrivate::QStringList_contains(const QStringList *that, const QString &str, Qt::CaseSensitivity cs) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 312-321 |
| | 5 | 3 |
QContainerImplHelperName: | QtPrivate::QContainerImplHelper | Coverage: | 100.000% (23/23) |
| | 16 | 7 |
QByteArrayList_joinName: | QtPrivate::QByteArrayList_join | Prototype: | QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp | Lines: | 139-151 |
| | 9 | 4 |
BaseName: | QtPrivate::Base | Coverage: | 100.000% (2/2) |
| | 2 | 2 |
ResultStoreBaseName: | QtPrivate::ResultStoreBase | Coverage: | 94.444% (68/72) |
| | 65 | 31 |
isBuiltinTypeName: | QtPrivate::isBuiltinType | Prototype: | bool isBuiltinType(const QByteArray &type) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 82-88 |
| | 4 | 2 |
ExceptionHolderName: | QtPrivate::ExceptionHolder | Coverage: | 85.714% (6/7) |
| | 6 | 5 |
ResultIteratorBaseName: | QtPrivate::ResultIteratorBase | Coverage: | 80.000% (12/15) |
| | 16 | 12 |
ExceptionStoreName: | QtPrivate::ExceptionStore | Coverage: | 72.727% (8/11) |
| | 8 | 7 |
metaObjectForQWidgetName: | QtPrivate::metaObjectForQWidget | Prototype: | const QMetaObject *metaObjectForQWidget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 2476-2481 |
| | 3 | 2 |
intersect_rectName: | QtPrivate::intersect_rect | Prototype: | static bool intersect_rect(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 70-117 |
| | 32 | 7 |
intersect_pointName: | QtPrivate::intersect_point | Prototype: | static bool intersect_point(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 119-159 |
| | 27 | 4 |
intersect_pathName: | QtPrivate::intersect_path | Prototype: | static bool intersect_path(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 161-203 |
| | 29 | 6 |
QPixelFormat_createYUVName: | QtPrivate::QPixelFormat_createYUV | Prototype: | QPixelFormat QPixelFormat_createYUV(QPixelFormat::YUVLayout yuvLayout, uchar alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpixelformat.cpp | Lines: | 528-582 |
| | 28 | 17 |