| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStyle::visualRect| Name: | 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: | 2118-2126 |
| | 6 | 2 |
QStyle::visualPos| Name: | 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: | 2137-2142 |
| | 3 | 2 |
QStyle::visualAlignment| Name: | 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: | 2177-2180 |
| | 1 | 1 |
QStyle::standardPalette| Name: | 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: | 2274-2287 |
| | 10 | 1 |
QStyle::sliderValueFromPosition| Name: | QStyle::sliderValueFromPosition | | Prototype: | int QStyle::sliderValueFromPosition(int min, int max, int pos, int span, bool upsideDown) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2240-2261 |
| | 12 | 4 |
QStyle::sliderPositionFromValue| Name: | QStyle::sliderPositionFromValue | | Prototype: | int QStyle::sliderPositionFromValue(int min, int max, int logicalValue, int span, bool upsideDown) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | | Lines: | 2197-2220 |
| | 14 | 5 |
QStyle::setProxy| Name: | 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: | 2403-2407 |
| | 2 | 1 |
QStyle::proxy| Name: | 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: | 2392-2396 |
| | 2 | 1 |
QStyle::itemTextRect| Name: | 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: | 515-531 |
| | 10 | 3 |
QStyle::itemPixmapRect| Name: | 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: | 539-560 |
| | 17 | 6 |
QStyle::drawItemText| Name: | 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: | 578-604 |
| | 20 | 7 |
QStyle::drawItemPixmap| Name: | 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: | 616-624 |
| | 4 | 1 |
QStyle::combinedLayoutSpacing| Name: | 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: | 2344-2361 |
| | 10 | 3 |
QStyle::alignedRect| Name: | 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: | 2148-2164 |
| | 14 | 5 |
QStyle::QStyle| Name: | 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: | 391-396 |
| | 2 | 1 |
QStyle::QStyle| Name: | 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: | 403-408 |
| | 2 | 1 |
QStrokerOps::strokePolygon| Name: | 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: | 304-330 |
| | 19 | 7 |
QStrokerOps::strokePath| Name: | 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: | 233-290 |
| | 36 | 13 |
QStrokerOps::strokeEllipse| Name: | 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: | 337-360 |
| | 16 | 4 |
QStrokerOps::end| Name: | 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: | 215-220 |
| | 3 | 2 |
QStrokerOps::begin| Name: | 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: | 204-208 |
| | 2 | 1 |
QStrokerOps::QStrokerOps| Name: | 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: | 181-190 |
| | 2 | 1 |
QStroker::processCurrentSubpath| Name: | 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: | 411-427 |
| | 10 | 2 |
QStroker::joinPoints| Name: | 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: | 433-616 |
| | 119 | 15 |
QStroker::joinModeForJoin| Name: | 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: | 398-404 |
| | 4 | 4 |
QStroker::joinModeForCap| Name: | 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: | 383-388 |
| | 3 | 3 |
QStroker::joinForJoinMode| Name: | 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: | 390-396 |
| | 4 | 4 |
QStroker::capForJoinMode| Name: | 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: | 376-381 |
| | 3 | 3 |
QStroker::QStroker| Name: | 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: | 363-370 |
| | 2 | 1 |
QStringSplitter::next| Name: | 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: | 74-79 |
| | 4 | 2 |
QStringSplitter::hasNext| Name: | 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: | 68-72 |
| | 3 | 2 |
QStringSplitter::QStringSplitter| Name: | 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: | 62-66 |
| | 1 | 1 |
QStringRef::trimmed| Name: | QStringRef::trimmed | | Prototype: | QStringRef QStringRef::trimmed() const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10293-10304 |
| | 9 | 3 |
QStringRef::toUtf8| Name: | 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: | 10248-10254 |
| | 3 | 2 |
QStringRef::toUcs4| Name: | 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: | 10270-10277 |
| | 5 | 1 |
QStringRef::toUShort| Name: | 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: | 10506-10509 |
| | 1 | 1 |
QStringRef::toULongLong| Name: | 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: | 10351-10354 |
| | 1 | 1 |
QStringRef::toULong| Name: | 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: | 10405-10408 |
| | 1 | 1 |
QStringRef::toUInt| Name: | 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: | 10456-10459 |
| | 1 | 1 |
QStringRef::toString| Name: | 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: | 8983-8989 |
| | 5 | 3 |
QStringRef::toShort| Name: | 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: | 10481-10484 |
| | 1 | 1 |
QStringRef::toLongLong| Name: | 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: | 10326-10329 |
| | 1 | 1 |
QStringRef::toLong| Name: | 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: | 10378-10381 |
| | 1 | 1 |
QStringRef::toLocal8Bit| Name: | 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: | 10228-10236 |
| | 4 | 2 |
QStringRef::toLatin1| Name: | 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: | 10191-10194 |
| | 1 | 1 |
QStringRef::toInt| Name: | 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: | 10431-10434 |
| | 1 | 1 |
QStringRef::toFloat| Name: | 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: | 10551-10554 |
| | 1 | 1 |
QStringRef::toDouble| Name: | 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: | 10532-10535 |
| | 1 | 1 |
QStringRef::startsWith| Name: | 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: | 9838-9842 |
| | 2 | 1 |
QStringRef::startsWith| Name: | 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: | 9849-9852 |
| | 1 | 1 |
QStringRef::startsWith| Name: | 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: | 9859-9863 |
| | 2 | 1 |
QStringRef::startsWith| Name: | QStringRef::startsWith | | Prototype: | bool QStringRef::startsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9877-9887 |
| | 6 | 2 |
QStringRef::split| Name: | 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: | 6899-6902 |
| | 1 | 1 |
QStringRef::split| Name: | 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: | 6908-6911 |
| | 1 | 1 |
QStringRef::right| Name: | 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: | 9468-9473 |
| | 3 | 2 |
QStringRef::mid| Name: | 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: | 9512-9527 |
| | 8 | 5 |
QStringRef::left| Name: | 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: | 9429-9434 |
| | 3 | 2 |
QStringRef::lastIndexOf| Name: | 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: | 9668-9687 |
| | 15 | 6 |
QStringRef::lastIndexOf| Name: | 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: | 9698-9701 |
| | 1 | 1 |
QStringRef::lastIndexOf| Name: | 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: | 9718-9739 |
| | 16 | 6 |
QStringRef::lastIndexOf| Name: | 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: | 9756-9776 |
| | 16 | 6 |
QStringRef::indexOf| Name: | 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: | 9595-9598 |
| | 1 | 1 |
QStringRef::indexOf| Name: | 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: | 9610-9613 |
| | 1 | 1 |
QStringRef::indexOf| Name: | 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: | 9630-9633 |
| | 1 | 1 |
QStringRef::indexOf| Name: | 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: | 9649-9652 |
| | 1 | 1 |
QStringRef::endsWith| Name: | 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: | 9899-9903 |
| | 2 | 1 |
QStringRef::endsWith| Name: | QStringRef::endsWith | | Prototype: | bool QStringRef::endsWith(QChar ch, Qt::CaseSensitivity cs) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9917-9928 |
| | 7 | 2 |
QStringRef::endsWith| Name: | 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: | 9935-9938 |
| | 1 | 1 |
QStringRef::endsWith| Name: | 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: | 9945-9949 |
| | 2 | 1 |
QStringRef::count| Name: | 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: | 9788-9791 |
| | 1 | 1 |
QStringRef::count| Name: | 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: | 9805-9808 |
| | 1 | 1 |
QStringRef::count| Name: | 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: | 9822-9825 |
| | 1 | 1 |
QStringRef::appendTo| Name: | 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: | 9240-9247 |
| | 5 | 2 |
QStringMatcher::~QStringMatcher| Name: | 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: | 191-194 |
| | 1 | 1 |
QStringMatcher::setPattern| Name: | 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: | 215-221 |
| | 4 | 1 |
QStringMatcher::setCaseSensitivity| Name: | 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: | 245-251 |
| | 4 | 2 |
QStringMatcher::pattern| Name: | 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: | 232-237 |
| | 3 | 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: | 199-207 |
| | 5 | 2 |
QStringMatcher::indexIn| Name: | 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: | 262-269 |
| | 5 | 2 |
QStringMatcher::indexIn| Name: | 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: | 283-290 |
| | 5 | 2 |
QStringMatcher::QStringMatcher| Name: | 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: | 144-148 |
| | 1 | 1 |
QStringMatcher::QStringMatcher| Name: | 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: | 156-162 |
| | 3 | 1 |
QStringMatcher::QStringMatcher| Name: | 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: | 171-177 |
| | 3 | 1 |
QStringMatcher::QStringMatcher| Name: | 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: | 182-186 |
| | 1 | 1 |
QStringListModel::supportedDropActions| Name: | 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: | 318-321 |
| | 1 | 1 |
QStringListModel::stringList| Name: | 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: | 297-300 |
| | 1 | 1 |
QStringListModel::sort| Name: | QStringListModel::sort | | Prototype: | void QStringListModel::sort(int, Qt::SortOrder order) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 261-292 |
| | 22 | 5 |
QStringListModel::sibling| Name: | QStringListModel::sibling | | Prototype: | QModelIndex QStringListModel::sibling(int row, int column, const QModelIndex &idx) const | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 126-132 |
| | 3 | 2 |
QStringListModel::setStringList| Name: | QStringListModel::setStringList | | Prototype: | void QStringListModel::setStringList(const QStringList &strings) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 308-313 |
| | 3 | 1 |
QStringListModel::setData| Name: | QStringListModel::setData | | Prototype: | bool QStringListModel::setData(const QModelIndex &index, const QVariant &value, int role) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 179-194 |
| | 10 | 2 |
QStringListModel::rowCount| Name: | QStringListModel::rowCount | | Prototype: | int QStringListModel::rowCount(const QModelIndex &parent) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 115-121 |
| | 3 | 2 |
QStringListModel::removeRows| Name: | QStringListModel::removeRows | | Prototype: | bool QStringListModel::removeRows(int row, int count, const QModelIndex &parent) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 233-246 |
| | 7 | 3 |
QStringListModel::insertRows| Name: | QStringListModel::insertRows | | Prototype: | bool QStringListModel::insertRows(int row, int count, const QModelIndex &parent) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 207-220 |
| | 7 | 3 |
QStringListModel::flags| Name: | QStringListModel::flags | | Prototype: | Qt::ItemFlags QStringListModel::flags(const QModelIndex &index) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 162-168 |
| | 3 | 2 |
QStringListModel::data| Name: | QStringListModel::data | | Prototype: | QVariant QStringListModel::data(const QModelIndex &index, int role) const | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 143-152 |
| | 5 | 3 |
QStringListModel::QStringListModel| Name: | QStringListModel::QStringListModel | | Prototype: | QStringListModel::QStringListModel(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 89-92 |
| | 2 | 1 |
QStringListModel::QStringListModel| Name: | QStringListModel::QStringListModel | | Prototype: | QStringListModel::QStringListModel(const QStringList &strings, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp | | Lines: | 99-102 |
| | 2 | 1 |
QString::vsprintf| Name: | QString::vsprintf | | Prototype: | QString &QString::vsprintf(const char *cformat, va_list ap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5948-5951 |
| | 1 | 1 |
QString::vasprintf| Name: | QString::vasprintf | | Prototype: | QString QString::vasprintf(const char *cformat, va_list ap) | | Coverage: | 60.090% (134/223) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5967-6284 |
| | 195 | 97 |
QString::utf16| Name: | QString::utf16 | | Prototype: | const ushort *QString::utf16() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5642-5649 |
| | 3 | 2 |