OpenCoverage

QtBase - 2016-12-13 07:58:44 +0000

Function Tree

Path:<top>::QtPrivate
FunctionCondition %▾eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
QStringList_sort
Name: 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
100.000% (4/4)
32
QStringList_replaceInStrings
Name: 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
100.000% (4/4)
22
QStringList_replaceInStrings
Name: 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
100.000% (4/4)
22
QStringList_replaceInStrings
Name: 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
100.000% (4/4)
22
QStringList_removeDuplicates
Name: 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
100.000% (13/13)
175
QStringList_lastIndexOf
Name: 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
100.000% (1/1)
21
QStringList_lastIndexOf
Name: 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
100.000% (1/1)
11
QStringList_lastIndexOf
Name: 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
100.000% (13/13)
115
QStringList_join
Name: 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
100.000% (16/16)
156
QStringList_indexOf
Name: 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
100.000% (1/1)
21
QStringList_indexOf
Name: 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
100.000% (1/1)
11
QStringList_indexOf
Name: 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
100.000% (10/10)
94
QStringList_filter
Name: 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
100.000% (6/6)
63
QStringList_filter
Name: 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
100.000% (6/6)
53
QStringList_filter
Name: 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
100.000% (7/7)
53
QStringList_contains
Name: 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
100.000% (9/9)
53
QContainerImplHelper
Name: QtPrivate::QContainerImplHelper
Coverage: 100.000% (23/23)
100.000% (23/23)
167
QByteArrayList_join
Name: 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
100.000% (10/10)
94
Base
Name: QtPrivate::Base
Coverage: 100.000% (2/2)
100.000% (2/2)
22
ResultStoreBase
Name: QtPrivate::ResultStoreBase
Coverage:  94.444% (68/72)
 94.444% (68/72)
6531
isBuiltinType
Name: 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
 87.500% (7/8)
42
ExceptionHolder
Name: QtPrivate::ExceptionHolder
Coverage:  85.714% (6/7)
 85.714% (6/7)
65
ResultIteratorBase
Name: QtPrivate::ResultIteratorBase
Coverage:  80.000% (12/15)
 80.000% (12/15)
1612
ExceptionStore
Name: QtPrivate::ExceptionStore
Coverage:  72.727% (8/11)
 72.727% (8/11)
87
metaObjectForQWidget
Name: 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
  0.000% (0/4)
32
intersect_rect
Name: 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
  0.000% (0/45)
327
intersect_point
Name: 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
  0.000% (0/23)
274
intersect_path
Name: 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
  0.000% (0/35)
296
QPixelFormat_createYUV
Name: 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
  0.000% (0/25)
2817

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9