Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QtPrivate::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 |
QtPrivate::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 |
QtPrivate::ResultIteratorBase::ResultIteratorBaseName: | QtPrivate::ResultIteratorBase::ResultIteratorBase | Prototype: | ResultIteratorBase::ResultIteratorBase() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 48-49 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::ResultIteratorBaseName: | QtPrivate::ResultIteratorBase::ResultIteratorBase | Prototype: | ResultIteratorBase::ResultIteratorBase(QMap<int, ResultItem>::const_iterator _mapIterator, int _vectorIndex) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 50-51 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::batchSizeName: | QtPrivate::ResultIteratorBase::batchSize | Prototype: | int ResultIteratorBase::batchSize() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 67-70 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::batchedAdvanceName: | QtPrivate::ResultIteratorBase::batchedAdvance | Prototype: | void ResultIteratorBase::batchedAdvance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 72-76 |
| | 2 | 1 |
QtPrivate::ResultIteratorBase::canIncrementVectorIndexName: | QtPrivate::ResultIteratorBase::canIncrementVectorIndex | Prototype: | bool ResultIteratorBase::canIncrementVectorIndex() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 93-96 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::isVectorName: | QtPrivate::ResultIteratorBase::isVector | Prototype: | bool ResultIteratorBase::isVector() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 88-91 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::operator!=Name: | QtPrivate::ResultIteratorBase::operator!= | Prototype: | bool ResultIteratorBase::operator!=(const ResultIteratorBase &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 83-86 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::operator++Name: | QtPrivate::ResultIteratorBase::operator++ | Prototype: | ResultIteratorBase ResultIteratorBase::operator++() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 56-65 |
| | 5 | 2 |
QtPrivate::ResultIteratorBase::operator==Name: | QtPrivate::ResultIteratorBase::operator== | Prototype: | bool ResultIteratorBase::operator==(const ResultIteratorBase &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 78-81 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::resultIndexName: | QtPrivate::ResultIteratorBase::resultIndex | Prototype: | int ResultIteratorBase::resultIndex() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 54-54 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::vectorIndexName: | QtPrivate::ResultIteratorBase::vectorIndex | Prototype: | int ResultIteratorBase::vectorIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 53-53 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::ResultStoreBaseName: | QtPrivate::ResultStoreBase::ResultStoreBase | Prototype: | ResultStoreBase::ResultStoreBase() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 98-99 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::addResultName: | QtPrivate::ResultStoreBase::addResult | Prototype: | int ResultStoreBase::addResult(int index, const void *result) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 160-164 |
| | 2 | 1 |
QtPrivate::ResultStoreBase::addResultsName: | QtPrivate::ResultStoreBase::addResults | Prototype: | int ResultStoreBase::addResults(int index, const void *results, int vectorSize, int totalCount) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 166-179 |
| | 8 | 3 |
QtPrivate::ResultStoreBase::beginName: | QtPrivate::ResultStoreBase::begin | Prototype: | ResultIteratorBase ResultStoreBase::begin() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 181-184 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::containsName: | QtPrivate::ResultStoreBase::contains | Prototype: | bool ResultStoreBase::contains(int index) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 227-230 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::countName: | QtPrivate::ResultStoreBase::count | Prototype: | int ResultStoreBase::count() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 232-235 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::endName: | QtPrivate::ResultStoreBase::end | Prototype: | ResultIteratorBase ResultStoreBase::end() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 186-189 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::filterModeName: | QtPrivate::ResultStoreBase::filterMode | Prototype: | bool ResultStoreBase::filterMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 106-109 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::hasNextResultName: | QtPrivate::ResultStoreBase::hasNextResult | Prototype: | bool ResultStoreBase::hasNextResult() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 191-194 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::insertResultItemName: | QtPrivate::ResultStoreBase::insertResultItem | Prototype: | int ResultStoreBase::insertResultItem(int index, ResultItem &resultItem) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 130-142 |
| | 8 | 2 |
QtPrivate::ResultStoreBase::insertResultItemIfValidName: | QtPrivate::ResultStoreBase::insertResultItemIfValid | Prototype: | void ResultStoreBase::insertResultItemIfValid(int index, ResultItem &resultItem) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 120-128 |
| | 4 | 2 |
QtPrivate::ResultStoreBase::resultAtName: | QtPrivate::ResultStoreBase::resultAt | Prototype: | ResultIteratorBase ResultStoreBase::resultAt(int index) const | Coverage: | 92.000% (23/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 196-225 |
| | 17 | 8 |
QtPrivate::ResultStoreBase::setFilterModeName: | QtPrivate::ResultStoreBase::setFilterMode | Prototype: | void ResultStoreBase::setFilterMode(bool enable) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 101-104 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::syncPendingResultsName: | QtPrivate::ResultStoreBase::syncPendingResults | Prototype: | void ResultStoreBase::syncPendingResults() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 144-158 |
| | 9 | 3 |
QtPrivate::ResultStoreBase::syncResultCountName: | QtPrivate::ResultStoreBase::syncResultCount | Prototype: | void ResultStoreBase::syncResultCount() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 111-118 |
| | 4 | 2 |
QtPrivate::ResultStoreBase::updateInsertIndexName: | QtPrivate::ResultStoreBase::updateInsertIndex | Prototype: | int ResultStoreBase::updateInsertIndex(int index, int _count) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | Lines: | 239-248 |
| | 5 | 2 |
QtPrivate::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 |
QtPrivate::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 |
QtPrivate::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 |
QtPrivate::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 |
QtPrivate::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 |
QtSharedPointer::ExternalRefCountData::checkQObjectSharedName: | QtSharedPointer::ExternalRefCountData::checkQObjectShared | Prototype: | void QtSharedPointer::ExternalRefCountData::checkQObjectShared(const QObject *) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1325-1329 |
| | 2 | 2 |
QtSharedPointer::ExternalRefCountData::getAndRefName: | QtSharedPointer::ExternalRefCountData::getAndRef | Prototype: | QtSharedPointer::ExternalRefCountData *QtSharedPointer::ExternalRefCountData::getAndRef(const QObject *obj) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1331-1353 |
| | 15 | 3 |
QtSharedPointer::internalSafetyCheckAddName: | QtSharedPointer::internalSafetyCheckAdd | Prototype: | void QtSharedPointer::internalSafetyCheckAdd(const void *d_ptr, const volatile void *ptr) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1495-1524 |
| | 14 | 3 |
QtSharedPointer::internalSafetyCheckCleanCheckName: | QtSharedPointer::internalSafetyCheckCleanCheck | Prototype: | void QtSharedPointer::internalSafetyCheckCleanCheck() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1559-1571 |
| | 6 | 3 |
QtSharedPointer::internalSafetyCheckRemoveName: | QtSharedPointer::internalSafetyCheckRemove | Prototype: | void QtSharedPointer::internalSafetyCheckRemove(const void *d_ptr) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1529-1553 |
| | 14 | 3 |
QtSharedPointer::sharedPointerFromVariant_internalName: | QtSharedPointer::sharedPointerFromVariant_internal | Prototype: | QSharedPointer<QObject> QtSharedPointer::sharedPointerFromVariant_internal(const QVariant &variant) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1360-1364 |
| | 2 | 1 |
QtSharedPointer::weakPointerFromVariant_internalName: | QtSharedPointer::weakPointerFromVariant_internal | Prototype: | QWeakPointer<QObject> QtSharedPointer::weakPointerFromVariant_internal(const QVariant &variant) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsharedpointer.cpp | Lines: | 1371-1375 |
| | 2 | 1 |
RadialFetchPlain::fetchName: | RadialFetchPlain::fetch | Prototype: | static void fetch(BlendType *buffer, BlendType *end, const Operator *op, const QSpanData *data, qreal det, qreal delta_det, qreal delta_delta_det, qreal b, qreal delta_b) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3602-3632 |
| | 17 | 6 |
RectInRegionName: | RectInRegion | Prototype: | static bool RectInRegion(QRegionPrivate *region, int rx, int ry, uint rwidth, uint rheight) | Coverage: | 0.000% (0/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 2721-2781 |
| | 36 | 13 |
RegularTiler::rearrangeName: | RegularTiler::rearrange | Prototype: | void RegularTiler::rearrange(QList<QWidget *> &widgets, const QRect &domain) const | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 295-334 |
| | 31 | 10 |
ResetOnDestroy::ResetOnDestroyName: | ResetOnDestroy::ResetOnDestroy | Prototype: | ResetOnDestroy(QMenuSloppyState *sloppyState, bool *guard) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 707-712 |
| | 1 | 1 |
ResetOnDestroy::~ResetOnDestroyName: | ResetOnDestroy::~ResetOnDestroy | Prototype: | ~ResetOnDestroy() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 714-718 |
| | 2 | 2 |
ResourceHelper::ResourceHelperName: | ResourceHelper::ResourceHelper | Prototype: | ResourceHelper::ResourceHelper() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 76-80 |
| | 2 | 1 |
ResourceHelper::clearName: | ResourceHelper::clear | Prototype: | void ResourceHelper::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 82-88 |
| | 4 | 1 |
SHA224_256AddLengthName: | SHA224_256AddLength | Prototype: | static inline int SHA224_256AddLength(SHA256Context *context, unsigned int length) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 153-157 |
| | 2 | 1 |
SHA384_512AddLengthName: | SHA384_512AddLength | Prototype: | static inline int SHA384_512AddLength(SHA512Context *context, unsigned int length) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 158-162 |
| | 2 | 1 |
ScalableEntry::pixmapName: | ScalableEntry::pixmap | Prototype: | QPixmap ScalableEntry::pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 695-702 |
| | 3 | 2 |
Scanner::preprocessName: | Scanner::preprocess | Prototype: | QString Scanner::preprocess(const QString &input, bool *hasEscapeSequences) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2061-2102 |
| | 27 | 8 |
Scanner::scanName: | Scanner::scan | Prototype: | void Scanner::scan(const QString &preprocessedInput, QVector<Symbol> *symbols) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2117-2130 |
| | 10 | 2 |
Segment::SegmentName: | Segment::Segment | Prototype: | Segment(const QPoint &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 955-959 |
| | 2 | 1 |
Segment::connectName: | Segment::connect | Prototype: | void connect(Segment &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 976-982 |
| | 3 | 1 |
Segment::leftName: | Segment::left | Prototype: | int left() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 961-964 |
| | 1 | 1 |
Segment::mergeName: | Segment::merge | Prototype: | void merge(Segment &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 984-1005 |
| | 14 | 2 |
Segment::overlapsName: | Segment::overlaps | Prototype: | bool overlaps(const Segment &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 971-974 |
| | 1 | 1 |
Segment::rightName: | Segment::right | Prototype: | int right() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 966-969 |
| | 1 | 1 |
SegmentTree::SegmentTreeName: | SegmentTree::SegmentTree | Prototype: | SegmentTree::SegmentTree(QPathSegments &segments) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 279-309 |
| | 19 | 6 |
SegmentTree::buildTreeName: | SegmentTree::buildTree | Prototype: | TreeNode SegmentTree::buildTree(int first, int last, int depth, const RectF &bounds) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 316-387 |
| | 46 | 8 |
SegmentTree::intersectLinesName: | SegmentTree::intersectLines | Prototype: | void SegmentTree::intersectLines(const QLineF &a, const QLineF &b, QDataBuffer<QIntersection> &intersections) | Coverage: | 0.000% (0/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 389-509 |
| | 80 | 17 |
SegmentTree::produceIntersectionsName: | SegmentTree::produceIntersections | Prototype: | void SegmentTree::produceIntersections(int segment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 511-522 |
| | 7 | 1 |
SegmentTree::produceIntersectionsName: | SegmentTree::produceIntersections | Prototype: | void SegmentTree::produceIntersections(const TreeNode &node, int segment, const RectF &segmentBounds, const RectF &nodeBounds, int axis) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 563-581 |
| | 11 | 4 |
SegmentTree::produceIntersectionsLeafName: | SegmentTree::produceIntersectionsLeaf | Prototype: | void SegmentTree::produceIntersectionsLeaf(const TreeNode &node, int segment) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 524-561 |
| | 23 | 6 |
Selector::pseudoClassName: | Selector::pseudoClass | Prototype: | quint64 Selector::pseudoClass(quint64 *negated) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1767-1783 |
| | 13 | 6 |
Selector::pseudoElementName: | Selector::pseudoElement | Prototype: | QString Selector::pseudoElement() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1759-1765 |
| | 4 | 2 |
Selector::specificityName: | Selector::specificity | Prototype: | int Selector::specificity() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1745-1757 |
| | 8 | 3 |
SequentialAnchorData::calculateSizeHintsName: | SequentialAnchorData::calculateSizeHints | Prototype: | void SequentialAnchorData::calculateSizeHints() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 523-559 |
| | 26 | 3 |
SequentialAnchorData::updateChildrenSizesName: | SequentialAnchorData::updateChildrenSizes | Prototype: | void SequentialAnchorData::updateChildrenSizes() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 479-521 |
| | 27 | 3 |
ShaderProgramOpenGLFunctions::ShaderProgramOpenGLFunctionsName: | ShaderProgramOpenGLFunctions::ShaderProgramOpenGLFunctions | Prototype: | ShaderProgramOpenGLFunctions() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 557-561 |
| | 2 | 1 |
ShaderProgramOpenGLFunctions::initializeGeometryShaderFunctionsName: | ShaderProgramOpenGLFunctions::initializeGeometryShaderFunctions | Prototype: | void initializeGeometryShaderFunctions() | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | Lines: | 565-577 |
| | 7 | 3 |
SimpleCascader::rearrangeName: | SimpleCascader::rearrange | Prototype: | void SimpleCascader::rearrange(QList<QWidget *> &widgets, const QRect &domain) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 339-377 |
| | 29 | 6 |
SizeOf::SizeOfName: | SizeOf::SizeOf | Prototype: | SizeOf(int type) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1909-1911 |
| | 1 | 1 |
SizeOf::SizeOfImpl::SizeName: | SizeOf::SizeOfImpl::Size | Prototype: | static int Size(const int) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1890-1890 |
| | 1 | 1 |
SizeOf::SizeOfImpl::SizeName: | SizeOf::SizeOfImpl::Size | Prototype: | static int Size(const int type) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1894-1905 |
| | 5 | 3 |
SizeOf::customTypeSizeOfName: | SizeOf::customTypeSizeOf | Prototype: | static int customTypeSizeOf(const int type) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1918-1925 |
| | 5 | 2 |
SizeOf::delegateName: | SizeOf::delegate | Prototype: | template<typename T> int delegate(const T*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1913-1914 |
| | 1 | 1 |
SizeOf::delegateName: | SizeOf::delegate | Prototype: | int delegate(const QMetaTypeSwitcher::UnknownType*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1915-1915 |
| | 1 | 1 |
SizeOf::delegateName: | SizeOf::delegate | Prototype: | int delegate(const QMetaTypeSwitcher::NotBuiltinType*) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 1916-1916 |
| | 1 | 1 |
SourceAndConstAlpha::SourceAndConstAlphaName: | SourceAndConstAlpha::SourceAndConstAlpha | Prototype: | SourceAndConstAlpha(int a) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 54-56 |
| | 1 | 1 |
SourceAndConstAlpha::alphaName: | SourceAndConstAlpha::alpha | Prototype: | inline uchar alpha(uchar src) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 57-57 |
| | 1 | 1 |
SourceAndConstAlpha::bytemulName: | SourceAndConstAlpha::bytemul | Prototype: | inline quint16 bytemul(quint16 x) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 58-62 |
| | 3 | 1 |
SourceOnlyAlpha::alphaName: | SourceOnlyAlpha::alpha | Prototype: | inline uchar alpha(uchar src) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 47-47 |
| | 1 | 1 |
SourceOnlyAlpha::bytemulName: | SourceOnlyAlpha::bytemul | Prototype: | inline quint16 bytemul(quint16 spix) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 48-48 |
| | 1 | 1 |
StateSaver::StateSaverName: | StateSaver::StateSaver | Prototype: | StateSaver() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | Lines: | 341-380 |
| | 32 | 6 |
StateSaver::~StateSaverName: | StateSaver::~StateSaver | Prototype: | ~StateSaver() | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | Lines: | 381-413 |
| | 25 | 8 |
StaticDayOfWeekAssociativeArray::insertName: | StaticDayOfWeekAssociativeArray::insert | Prototype: | void insert(Qt::DayOfWeek day, T v) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 845-848 |
| | 1 | 1 |
StaticDayOfWeekAssociativeArray::operator[]Name: | StaticDayOfWeekAssociativeArray::operator[] | Prototype: | T &operator[](Qt::DayOfWeek day) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 838-843 |
| | 3 | 1 |
StrokeHandler::StrokeHandlerName: | StrokeHandler::StrokeHandler | Prototype: | StrokeHandler(int reserve) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 156-156 |
| | 1 | 1 |
StyleSelector::basicSelectorMatchesName: | StyleSelector::basicSelectorMatches | Prototype: | bool StyleSelector::basicSelectorMatches(const BasicSelector &sel, NodePtr node) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1909-1946 |
| | 25 | 10 |
StyleSelector::declarationsForNodeName: | StyleSelector::declarationsForNode | Prototype: | QVector<Declaration> StyleSelector::declarationsForNode(NodePtr node, const char *extraPseudo) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2031-2051 |
| | 14 | 5 |
StyleSelector::matchRuleName: | StyleSelector::matchRule | Prototype: | void StyleSelector::matchRule(NodePtr node, const StyleRule &rule, StyleSheetOrigin origin, int depth, QMap<uint, StyleRule> *weightedRules) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1948-1966 |
| | 11 | 4 |
StyleSelector::nodeIdsName: | StyleSelector::nodeIds | Prototype: | QStringList StyleSelector::nodeIds(NodePtr node) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1849-1852 |
| | 1 | 1 |
StyleSelector::nodeNameEqualsName: | StyleSelector::nodeNameEquals | Prototype: | bool StyleSelector::nodeNameEquals(NodePtr node, const QString& nodeName) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1844-1847 |
| | 1 | 1 |
StyleSelector::selectorMatchesName: | StyleSelector::selectorMatches | Prototype: | bool StyleSelector::selectorMatches(const Selector &selector, NodePtr node) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1854-1907 |
| | 37 | 13 |
StyleSelector::styleRulesForNodeName: | StyleSelector::styleRulesForNode | Prototype: | QVector<StyleRule> StyleSelector::styleRulesForNode(NodePtr node) | Coverage: | 0.000% (0/50) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1970-2027 |
| | 37 | 16 |
StyleSheet::buildIndexesName: | StyleSheet::buildIndexes | Prototype: | void StyleSheet::buildIndexes(Qt::CaseSensitivity nameCaseSensitivity) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1787-1836 |
| | 37 | 11 |
SubtractRegionName: | SubtractRegion | Prototype: | static void SubtractRegion(QRegionPrivate *regM, QRegionPrivate *regS, QRegionPrivate &dest) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 2625-2644 |
| | 7 | 1 |
Symbol::lexemName: | Symbol::lexem | Prototype: | QString Symbol::lexem() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2132-2143 |
| | 8 | 4 |