Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStringListModel::stringListName: | QStringListModel::stringList | Prototype: | QStringList QStringListModel::stringList() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 303-306 |
| | 1 | 1 |
QStringListModel::supportedDropActionsName: | QStringListModel::supportedDropActions | Prototype: | Qt::DropActions QStringListModel::supportedDropActions() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | Lines: | 324-327 |
| | 1 | 1 |
QStringMatcher::QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 150-154 |
| | 1 | 1 |
QStringMatcher::QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QString &pattern, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 162-168 |
| | 3 | 1 |
QStringMatcher::QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QChar *uc, int len, Qt::CaseSensitivity cs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 177-183 |
| | 3 | 1 |
QStringMatcher::QStringMatcherName: | QStringMatcher::QStringMatcher | Prototype: | QStringMatcher::QStringMatcher(const QStringMatcher &other) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 188-192 |
| | 1 | 1 |
QStringMatcher::indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QString &str, int from) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 268-275 |
| | 5 | 2 |
QStringMatcher::indexInName: | QStringMatcher::indexIn | Prototype: | int QStringMatcher::indexIn(const QChar *str, int length, int from) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 289-296 |
| | 5 | 2 |
QStringMatcher::operator=Name: | QStringMatcher::operator= | Prototype: | QStringMatcher &QStringMatcher::operator=(const QStringMatcher &other) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 205-213 |
| | 5 | 2 |
QStringMatcher::patternName: | QStringMatcher::pattern | Prototype: | QString QStringMatcher::pattern() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 238-243 |
| | 3 | 2 |
QStringMatcher::setCaseSensitivityName: | QStringMatcher::setCaseSensitivity | Prototype: | void QStringMatcher::setCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 251-257 |
| | 4 | 2 |
QStringMatcher::setPatternName: | QStringMatcher::setPattern | Prototype: | void QStringMatcher::setPattern(const QString &pattern) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 221-227 |
| | 4 | 1 |
QStringMatcher::~QStringMatcherName: | QStringMatcher::~QStringMatcher | Prototype: | QStringMatcher::~QStringMatcher() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringmatcher.cpp | Lines: | 197-200 |
| | 1 | 1 |
QStringRef::appendToName: | QStringRef::appendTo | Prototype: | QStringRef QStringRef::appendTo(QString *string) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9333-9340 |
| | 5 | 2 |
QStringRef::countName: | QStringRef::count | Prototype: | int QStringRef::count(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9881-9884 |
| | 1 | 1 |
QStringRef::countName: | QStringRef::count | Prototype: | int QStringRef::count(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9898-9901 |
| | 1 | 1 |
QStringRef::countName: | QStringRef::count | Prototype: | int QStringRef::count(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9915-9918 |
| | 1 | 1 |
QStringRef::endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9992-9996 |
| | 2 | 1 |
QStringRef::endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10010-10021 |
| | 7 | 2 |
QStringRef::endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(QLatin1String str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10028-10031 |
| | 1 | 1 |
QStringRef::endsWithName: | QStringRef::endsWith | Prototype: | bool QStringRef::endsWith(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10038-10042 |
| | 2 | 1 |
QStringRef::indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9688-9691 |
| | 1 | 1 |
QStringRef::indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9703-9706 |
| | 1 | 1 |
QStringRef::indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9723-9726 |
| | 1 | 1 |
QStringRef::indexOfName: | QStringRef::indexOf | Prototype: | int QStringRef::indexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9742-9745 |
| | 1 | 1 |
QStringRef::lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9761-9780 |
| | 15 | 6 |
QStringRef::lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9791-9794 |
| | 1 | 1 |
QStringRef::lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(QLatin1String str, int from, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9811-9832 |
| | 16 | 6 |
QStringRef::lastIndexOfName: | QStringRef::lastIndexOf | Prototype: | int QStringRef::lastIndexOf(const QStringRef &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9849-9869 |
| | 16 | 6 |
QStringRef::leftName: | QStringRef::left | Prototype: | QStringRef QStringRef::left(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9522-9527 |
| | 3 | 2 |
QStringRef::midName: | QStringRef::mid | Prototype: | QStringRef QStringRef::mid(int pos, int n) const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9605-9620 |
| | 8 | 5 |
QStringRef::rightName: | QStringRef::right | Prototype: | QStringRef QStringRef::right(int n) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9561-9566 |
| | 3 | 2 |
QStringRef::splitName: | QStringRef::split | Prototype: | QVector<QStringRef> QStringRef::split(const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6919-6922 |
| | 1 | 1 |
QStringRef::splitName: | QStringRef::split | Prototype: | QVector<QStringRef> QStringRef::split(QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6928-6931 |
| | 1 | 1 |
QStringRef::startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(const QString &str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9931-9935 |
| | 2 | 1 |
QStringRef::startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(QLatin1String str, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9942-9945 |
| | 1 | 1 |
QStringRef::startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(const QStringRef &str, Qt::CaseSensitivity cs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9952-9956 |
| | 2 | 1 |
QStringRef::startsWithName: | QStringRef::startsWith | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9970-9980 |
| | 6 | 2 |
QStringRef::toDoubleName: | QStringRef::toDouble | Prototype: | double QStringRef::toDouble(bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10625-10628 |
| | 1 | 1 |
QStringRef::toFloatName: | QStringRef::toFloat | Prototype: | float QStringRef::toFloat(bool *ok) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10644-10647 |
| | 1 | 1 |
QStringRef::toIntName: | QStringRef::toInt | Prototype: | int QStringRef::toInt(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10524-10527 |
| | 1 | 1 |
QStringRef::toLatin1Name: | QStringRef::toLatin1 | Prototype: | QByteArray QStringRef::toLatin1() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10284-10287 |
| | 1 | 1 |
QStringRef::toLocal8BitName: | QStringRef::toLocal8Bit | Prototype: | QByteArray QStringRef::toLocal8Bit() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10321-10329 |
| | 4 | 2 |
QStringRef::toLongName: | QStringRef::toLong | Prototype: | long QStringRef::toLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10471-10474 |
| | 1 | 1 |
QStringRef::toLongLongName: | QStringRef::toLongLong | Prototype: | qint64 QStringRef::toLongLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10419-10422 |
| | 1 | 1 |
QStringRef::toShortName: | QStringRef::toShort | Prototype: | short QStringRef::toShort(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10574-10577 |
| | 1 | 1 |
QStringRef::toStringName: | QStringRef::toString | Prototype: | QString QStringRef::toString() const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 9063-9069 |
| | 5 | 3 |
QStringRef::toUIntName: | QStringRef::toUInt | Prototype: | uint QStringRef::toUInt(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10549-10552 |
| | 1 | 1 |
QStringRef::toULongName: | QStringRef::toULong | Prototype: | ulong QStringRef::toULong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10498-10501 |
| | 1 | 1 |
QStringRef::toULongLongName: | QStringRef::toULongLong | Prototype: | quint64 QStringRef::toULongLong(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10444-10447 |
| | 1 | 1 |
QStringRef::toUShortName: | QStringRef::toUShort | Prototype: | ushort QStringRef::toUShort(bool *ok, int base) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10599-10602 |
| | 1 | 1 |
QStringRef::toUcs4Name: | QStringRef::toUcs4 | Prototype: | QVector<uint> QStringRef::toUcs4() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10363-10370 |
| | 5 | 1 |
QStringRef::toUtf8Name: | QStringRef::toUtf8 | Prototype: | QByteArray QStringRef::toUtf8() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10341-10347 |
| | 3 | 2 |
QStringRef::trimmedName: | QStringRef::trimmed | Prototype: | QStringRef QStringRef::trimmed() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10386-10397 |
| | 9 | 3 |
QStringSplitter::QStringSplitterName: | QStringSplitter::QStringSplitter | Prototype: | QStringSplitter(const QString &s) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 68-72 |
| | 1 | 1 |
QStringSplitter::hasNextName: | QStringSplitter::hasNext | Prototype: | inline bool hasNext() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 74-78 |
| | 3 | 2 |
QStringSplitter::nextName: | QStringSplitter::next | Prototype: | inline QStringRef next() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 80-85 |
| | 4 | 2 |
QStroker::QStrokerName: | QStroker::QStroker | Prototype: | QStroker::QStroker() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 369-376 |
| | 2 | 1 |
QStroker::capForJoinModeName: | QStroker::capForJoinMode | Prototype: | Qt::PenCapStyle QStroker::capForJoinMode(LineJoinMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 382-387 |
| | 3 | 3 |
QStroker::joinForJoinModeName: | QStroker::joinForJoinMode | Prototype: | Qt::PenJoinStyle QStroker::joinForJoinMode(LineJoinMode mode) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 396-402 |
| | 4 | 4 |
QStroker::joinModeForCapName: | QStroker::joinModeForCap | Prototype: | QStroker::LineJoinMode QStroker::joinModeForCap(Qt::PenCapStyle style) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 389-394 |
| | 3 | 3 |
QStroker::joinModeForJoinName: | QStroker::joinModeForJoin | Prototype: | QStroker::LineJoinMode QStroker::joinModeForJoin(Qt::PenJoinStyle joinStyle) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 404-410 |
| | 4 | 4 |
QStroker::joinPointsName: | QStroker::joinPoints | Prototype: | void QStroker::joinPoints(qfixed focal_x, qfixed focal_y, const QLineF &nextLine, LineJoinMode join) | Coverage: | 0.000% (0/65) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 439-622 |
| | 119 | 15 |
QStroker::processCurrentSubpathName: | QStroker::processCurrentSubpath | Prototype: | void QStroker::processCurrentSubpath() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 417-433 |
| | 10 | 2 |
QStrokerOps::QStrokerOpsName: | QStrokerOps::QStrokerOps | Prototype: | QStrokerOps::QStrokerOps() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 187-196 |
| | 2 | 1 |
QStrokerOps::beginName: | QStrokerOps::begin | Prototype: | void QStrokerOps::begin(void *customData) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 210-214 |
| | 2 | 1 |
QStrokerOps::endName: | QStrokerOps::end | Prototype: | void QStrokerOps::end() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 221-226 |
| | 3 | 2 |
QStrokerOps::strokeEllipseName: | QStrokerOps::strokeEllipse | Prototype: | void QStrokerOps::strokeEllipse(const QRectF &rect, void *data, const QTransform &matrix) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 343-366 |
| | 16 | 4 |
QStrokerOps::strokePathName: | QStrokerOps::strokePath | Prototype: | void QStrokerOps::strokePath(const QPainterPath &path, void *customData, const QTransform &matrix) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 239-296 |
| | 36 | 13 |
QStrokerOps::strokePolygonName: | QStrokerOps::strokePolygon | Prototype: | void QStrokerOps::strokePolygon(const QPointF *points, int pointCount, bool implicit_close, void *data, const QTransform &matrix) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 310-336 |
| | 19 | 7 |
QStyle::QStyleName: | QStyle::QStyle | Prototype: | QStyle::QStyle() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 397-402 |
| | 2 | 1 |
QStyle::QStyleName: | QStyle::QStyle | Prototype: | QStyle::QStyle(QStylePrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 409-414 |
| | 2 | 1 |
QStyle::alignedRectName: | QStyle::alignedRect | Prototype: | QRect QStyle::alignedRect(Qt::LayoutDirection direction, Qt::Alignment alignment, const QSize &size, const QRect &rectangle) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2165-2181 |
| | 14 | 5 |
QStyle::combinedLayoutSpacingName: | QStyle::combinedLayoutSpacing | Prototype: | int QStyle::combinedLayoutSpacing(QSizePolicy::ControlTypes controls1, QSizePolicy::ControlTypes controls2, Qt::Orientation orientation, QStyleOption *option, QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2361-2378 |
| | 10 | 3 |
QStyle::drawItemPixmapName: | QStyle::drawItemPixmap | Prototype: | void QStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 622-630 |
| | 4 | 1 |
QStyle::drawItemTextName: | QStyle::drawItemText | Prototype: | void QStyle::drawItemText(QPainter *painter, const QRect &rect, int alignment, const QPalette &pal, bool enabled, const QString& text, QPalette::ColorRole textRole) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 584-610 |
| | 20 | 7 |
QStyle::itemPixmapRectName: | QStyle::itemPixmapRect | Prototype: | QRect QStyle::itemPixmapRect(const QRect &rect, int alignment, const QPixmap &pixmap) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 545-566 |
| | 17 | 6 |
QStyle::itemTextRectName: | QStyle::itemTextRect | Prototype: | QRect QStyle::itemTextRect(const QFontMetrics &metrics, const QRect &rect, int alignment, bool enabled, const QString &text) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 521-537 |
| | 10 | 3 |
QStyle::proxyName: | QStyle::proxy | Prototype: | const QStyle * QStyle::proxy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2409-2413 |
| | 2 | 1 |
QStyle::setProxyName: | QStyle::setProxy | Prototype: | void QStyle::setProxy(QStyle *style) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2420-2424 |
| | 2 | 1 |
QStyle::sliderPositionFromValueName: | QStyle::sliderPositionFromValue | Prototype: | int QStyle::sliderPositionFromValue(int min, int max, int logicalValue, int span, bool upsideDown) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2214-2237 |
| | 14 | 5 |
QStyle::sliderValueFromPositionName: | QStyle::sliderValueFromPosition | Prototype: | int QStyle::sliderValueFromPosition(int min, int max, int pos, int span, bool upsideDown) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2257-2278 |
| | 12 | 4 |
QStyle::standardPaletteName: | QStyle::standardPalette | Prototype: | QPalette QStyle::standardPalette() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2291-2304 |
| | 10 | 1 |
QStyle::visualAlignmentName: | QStyle::visualAlignment | Prototype: | Qt::Alignment QStyle::visualAlignment(Qt::LayoutDirection direction, Qt::Alignment alignment) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2194-2197 |
| | 1 | 1 |
QStyle::visualPosName: | QStyle::visualPos | Prototype: | QPoint QStyle::visualPos(Qt::LayoutDirection direction, const QRect &boundingRect, const QPoint &logicalPos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2154-2159 |
| | 3 | 2 |
QStyle::visualRectName: | QStyle::visualRect | Prototype: | QRect QStyle::visualRect(Qt::LayoutDirection direction, const QRect &boundingRect, const QRect &logicalRect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2135-2143 |
| | 6 | 2 |
QStyleAnimation::QStyleAnimationName: | QStyleAnimation::QStyleAnimation | Prototype: | QStyleAnimation::QStyleAnimation(QObject *target) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 53-56 |
| | 2 | 1 |
QStyleAnimation::delayName: | QStyleAnimation::delay | Prototype: | int QStyleAnimation::delay() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 77-80 |
| | 1 | 1 |
QStyleAnimation::durationName: | QStyleAnimation::duration | Prototype: | int QStyleAnimation::duration() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 67-70 |
| | 1 | 1 |
QStyleAnimation::frameRateName: | QStyleAnimation::frameRate | Prototype: | QStyleAnimation::FrameRate QStyleAnimation::frameRate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 97-100 |
| | 1 | 1 |
QStyleAnimation::isUpdateNeededName: | QStyleAnimation::isUpdateNeeded | Prototype: | bool QStyleAnimation::isUpdateNeeded() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 122-125 |
| | 1 | 1 |
QStyleAnimation::setDelayName: | QStyleAnimation::setDelay | Prototype: | void QStyleAnimation::setDelay(int delay) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 82-85 |
| | 1 | 1 |
QStyleAnimation::setDurationName: | QStyleAnimation::setDuration | Prototype: | void QStyleAnimation::setDuration(int duration) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 72-75 |
| | 1 | 1 |
QStyleAnimation::setFrameRateName: | QStyleAnimation::setFrameRate | Prototype: | void QStyleAnimation::setFrameRate(FrameRate fps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 102-105 |
| | 1 | 1 |
QStyleAnimation::setStartTimeName: | QStyleAnimation::setStartTime | Prototype: | void QStyleAnimation::setStartTime(const QTime &time) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 92-95 |
| | 1 | 1 |
QStyleAnimation::startName: | QStyleAnimation::start | Prototype: | void QStyleAnimation::start() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 116-120 |
| | 2 | 1 |
QStyleAnimation::startTimeName: | QStyleAnimation::startTime | Prototype: | QTime QStyleAnimation::startTime() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 87-90 |
| | 1 | 1 |
QStyleAnimation::targetName: | QStyleAnimation::target | Prototype: | QObject *QStyleAnimation::target() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 62-65 |
| | 1 | 1 |
QStyleAnimation::updateCurrentTimeName: | QStyleAnimation::updateCurrentTime | Prototype: | void QStyleAnimation::updateCurrentTime(int) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 127-134 |
| | 4 | 3 |
QStyleAnimation::updateTargetName: | QStyleAnimation::updateTarget | Prototype: | void QStyleAnimation::updateTarget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 107-114 |
| | 5 | 2 |