| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 303-306 |  
  |  | 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:  | 324-327 |  
  |  | 1 | 1 | 
 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:  | 150-154 |  
  |  | 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:  | 162-168 |  
  |  | 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:  | 177-183 |  
  |  | 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:  | 188-192 |  
  |  | 1 | 1 | 
 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:  | 268-275 |  
  |  | 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:  | 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::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:  | 238-243 |  
  |  | 3 | 2 | 
 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:  | 251-257 |  
  |  | 4 | 2 | 
 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:  | 221-227 |  
  |  | 4 | 1 | 
 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:  | 197-200 |  
  |  | 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:  | 9333-9340 |  
  |  | 5 | 2 | 
 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:  | 9881-9884 |  
  |  | 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:  | 9898-9901 |  
  |  | 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:  | 9915-9918 |  
  |  | 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:  | 9992-9996 |  
  |  | 2 | 1 | 
 QStringRef::endsWith| Name:  | 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::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:  | 10028-10031 |  
  |  | 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:  | 10038-10042 |  
  |  | 2 | 1 | 
 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:  | 9688-9691 |  
  |  | 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:  | 9703-9706 |  
  |  | 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:  | 9723-9726 |  
  |  | 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:  | 9742-9745 |  
  |  | 1 | 1 | 
 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:  | 9761-9780 |  
  |  | 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:  | 9791-9794 |  
  |  | 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:  | 9811-9832 |  
  |  | 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:  | 9849-9869 |  
  |  | 16 | 6 | 
 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:  | 9522-9527 |  
  |  | 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:  | 9605-9620 |  
  |  | 8 | 5 | 
 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:  | 9561-9566 |  
  |  | 3 | 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:  | 6919-6922 |  
  |  | 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:  | 6928-6931 |  
  |  | 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:  | 9931-9935 |  
  |  | 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:  | 9942-9945 |  
  |  | 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:  | 9952-9956 |  
  |  | 2 | 1 | 
 QStringRef::startsWith| Name:  | 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::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:  | 10625-10628 |  
  |  | 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:  | 10644-10647 |  
  |  | 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:  | 10524-10527 |  
  |  | 1 | 1 | 
 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:  | 10284-10287 |  
  |  | 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:  | 10321-10329 |  
  |  | 4 | 2 | 
 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:  | 10471-10474 |  
  |  | 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:  | 10419-10422 |  
  |  | 1 | 1 | 
 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:  | 10574-10577 |  
  |  | 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:  | 9063-9069 |  
  |  | 5 | 3 | 
 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:  | 10549-10552 |  
  |  | 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:  | 10498-10501 |  
  |  | 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:  | 10444-10447 |  
  |  | 1 | 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:  | 10599-10602 |  
  |  | 1 | 1 | 
 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:  | 10363-10370 |  
  |  | 5 | 1 | 
 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:  | 10341-10347 |  
  |  | 3 | 2 | 
 QStringRef::trimmed| Name:  | 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::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:  | 68-72 |  
  |  | 1 | 1 | 
 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:  | 74-78 |  
  |  | 3 | 2 | 
 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:  | 80-85 |  
  |  | 4 | 2 | 
 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:  | 369-376 |  
  |  | 2 | 1 | 
 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:  | 382-387 |  
  |  | 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:  | 396-402 |  
  |  | 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:  | 389-394 |  
  |  | 3 | 3 | 
 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:  | 404-410 |  
  |  | 4 | 4 | 
 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:  | 439-622 |  
  |  | 119 | 15 | 
 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:  | 417-433 |  
  |  | 10 | 2 | 
 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:  | 187-196 |  
  |  | 2 | 1 | 
 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:  | 210-214 |  
  |  | 2 | 1 | 
 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:  | 221-226 |  
  |  | 3 | 2 | 
 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:  | 343-366 |  
  |  | 16 | 4 | 
 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:  | 239-296 |  
  |  | 36 | 13 | 
 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:  | 310-336 |  
  |  | 19 | 7 | 
 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:  | 397-402 |  
  |  | 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:  | 409-414 |  
  |  | 2 | 1 | 
 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:  | 2165-2181 |  
  |  | 14 | 5 | 
 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:  | 2361-2378 |  
  |  | 10 | 3 | 
 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:  | 622-630 |  
  |  | 4 | 1 | 
 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:  | 584-610 |  
  |  | 20 | 7 | 
 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:  | 545-566 |  
  |  | 17 | 6 | 
 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:  | 521-537 |  
  |  | 10 | 3 | 
 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:  | 2409-2413 |  
  |  | 2 | 1 | 
 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:  | 2420-2424 |  
  |  | 2 | 1 | 
 QStyle::sliderPositionFromValue| Name:  | 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::sliderValueFromPosition| Name:  | 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::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:  | 2291-2304 |  
  |  | 10 | 1 | 
 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:  | 2194-2197 |  
  |  | 1 | 1 | 
 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:  | 2154-2159 |  
  |  | 3 | 2 | 
 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:  | 2135-2143 |  
  |  | 6 | 2 | 
 QStyleAnimation::QStyleAnimation| Name:  | 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::delay| Name:  | 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::duration| Name:  | 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::frameRate| Name:  | 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::isUpdateNeeded| Name:  | 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::setDelay| Name:  | 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::setDuration| Name:  | 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::setFrameRate| Name:  | 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::setStartTime| Name:  | 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::start| Name:  | 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::startTime| Name:  | 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::target| Name:  | 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::updateCurrentTime| Name:  | 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::updateTarget| Name:  | 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 |