| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QtPrivate::ResultStoreBase::insertResultItem| Name: | 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: | 124-136 |
| | 8 | 2 |
QtPrivate::ResultStoreBase::hasNextResult| Name: | 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: | 185-188 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::filterMode| Name: | 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: | 100-103 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::end| Name: | 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: | 180-183 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::count| Name: | 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: | 226-229 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::contains| Name: | 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: | 221-224 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::begin| Name: | 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: | 175-178 |
| | 1 | 1 |
QtPrivate::ResultStoreBase::addResults| Name: | 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: | 160-173 |
| | 8 | 3 |
QtPrivate::ResultStoreBase::addResult| Name: | 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: | 154-158 |
| | 2 | 1 |
QtPrivate::ResultStoreBase::ResultStoreBase| Name: | 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: | 92-93 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::vectorIndex| Name: | 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: | 47-47 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::resultIndex| Name: | 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: | 48-48 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::operator==| Name: | QtPrivate::ResultIteratorBase::operator== | | Prototype: | bool ResultIteratorBase::operator==(const ResultIteratorBase &other) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qresultstore.cpp | | Lines: | 72-75 |
| | 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: | 50-59 |
| | 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: | 77-80 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::isVector| Name: | 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: | 82-85 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::canIncrementVectorIndex| Name: | 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: | 87-90 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::batchedAdvance| Name: | 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: | 66-70 |
| | 2 | 1 |
QtPrivate::ResultIteratorBase::batchSize| Name: | 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: | 61-64 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::ResultIteratorBase| Name: | 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: | 42-43 |
| | 1 | 1 |
QtPrivate::ResultIteratorBase::ResultIteratorBase| Name: | 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: | 44-45 |
| | 1 | 1 |
QtPrivate::QStringList_sort| Name: | QtPrivate::QStringList_sort | | Prototype: | void QtPrivate::QStringList_sort(QStringList *that, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 257-263 |
| | 3 | 2 |
QtPrivate::QStringList_replaceInStrings| Name: | QtPrivate::QStringList_replaceInStrings | | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QString &before, const QString &after, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 373-378 |
| | 2 | 2 |
QtPrivate::QStringList_replaceInStrings| Name: | QtPrivate::QStringList_replaceInStrings | | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QRegExp &rx, const QString &after) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 404-408 |
| | 2 | 2 |
QtPrivate::QStringList_replaceInStrings| Name: | QtPrivate::QStringList_replaceInStrings | | Prototype: | void QtPrivate::QStringList_replaceInStrings(QStringList *that, const QRegularExpression &re, const QString &after) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 436-440 |
| | 2 | 2 |
QtPrivate::QStringList_removeDuplicates| Name: | QtPrivate::QStringList_removeDuplicates | | Prototype: | int QtPrivate::QStringList_removeDuplicates(QStringList *that) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 695-715 |
| | 17 | 5 |
QtPrivate::QStringList_lastIndexOf| Name: | QtPrivate::QStringList_lastIndexOf | | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, const QRegExp &rx, int from) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 594-598 |
| | 2 | 1 |
QtPrivate::QStringList_lastIndexOf| Name: | QtPrivate::QStringList_lastIndexOf | | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, QRegExp &rx, int from) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 617-620 |
| | 1 | 1 |
QtPrivate::QStringList_lastIndexOf| Name: | QtPrivate::QStringList_lastIndexOf | | Prototype: | int QtPrivate::QStringList_lastIndexOf(const QStringList *that, const QRegularExpression &re, int from) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 664-680 |
| | 11 | 5 |
QtPrivate::QStringList_join| Name: | QtPrivate::QStringList_join | | Prototype: | QString QtPrivate::QStringList_join(const QStringList *that, const QChar *sep, int seplen) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 459-480 |
| | 15 | 6 |
QtPrivate::QStringList_indexOf| Name: | QtPrivate::QStringList_indexOf | | Prototype: | int QtPrivate::QStringList_indexOf(const QStringList *that, const QRegExp &rx, int from) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 555-559 |
| | 2 | 1 |
QtPrivate::QStringList_indexOf| Name: | QtPrivate::QStringList_indexOf | | Prototype: | int QtPrivate::QStringList_indexOf(const QStringList *that, QRegExp &rx, int from) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 577-580 |
| | 1 | 1 |
QtPrivate::QStringList_indexOf| Name: | QtPrivate::QStringList_indexOf | | Prototype: | int QtPrivate::QStringList_indexOf(const QStringList *that, const QRegularExpression &re, int from) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 636-650 |
| | 9 | 4 |
QtPrivate::QStringList_filter| Name: | QtPrivate::QStringList_filter | | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QString &str, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 285-294 |
| | 6 | 3 |
QtPrivate::QStringList_filter| Name: | QtPrivate::QStringList_filter | | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QRegExp &rx) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 326-333 |
| | 5 | 3 |
QtPrivate::QStringList_filter| Name: | QtPrivate::QStringList_filter | | Prototype: | QStringList QtPrivate::QStringList_filter(const QStringList *that, const QRegularExpression &re) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 346-354 |
| | 5 | 3 |
QtPrivate::QStringList_contains| Name: | QtPrivate::QStringList_contains | | Prototype: | bool QtPrivate::QStringList_contains(const QStringList *that, const QString &str, Qt::CaseSensitivity cs) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | | Lines: | 306-315 |
| | 5 | 3 |
QtPrivate::QPixelFormat_createYUV| Name: | QtPrivate::QPixelFormat_createYUV | | Prototype: | QPixelFormat QPixelFormat_createYUV(QPixelFormat::YUVLayout yuvLayout, uchar alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpixelformat.cpp | | Lines: | 522-576 |
| | 28 | 17 |
QtPrivate::QContainerImplHelper::mid| Name: | QtPrivate::QContainerImplHelper::mid | | Prototype: | QContainerImplHelper::CutResult QContainerImplHelper::mid(int originalLength, int *_position, int *_length) | | Coverage: | 100.000% (25/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | | Lines: | 149-171 |
| | 16 | 7 |
QtPrivate::QByteArrayList_join| Name: | QtPrivate::QByteArrayList_join | | Prototype: | QByteArray QtPrivate::QByteArrayList_join(const QByteArrayList *that, const char *sep, int seplen) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp | | Lines: | 133-145 |
| | 9 | 4 |
QtPrivate::ExceptionStore::throwPossibleException| Name: | QtPrivate::ExceptionStore::throwPossibleException | | Prototype: | void ExceptionStore::throwPossibleException() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 205-211 |
| | 3 | 2 |
QtPrivate::ExceptionStore::setException| Name: | QtPrivate::ExceptionStore::setException | | Prototype: | void ExceptionStore::setException(const QException &e) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 189-193 |
| | 2 | 2 |
QtPrivate::ExceptionStore::hasThrown| Name: | QtPrivate::ExceptionStore::hasThrown | | Prototype: | bool ExceptionStore::hasThrown() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 213-213 |
| | 1 | 1 |
QtPrivate::ExceptionStore::hasException| Name: | QtPrivate::ExceptionStore::hasException | | Prototype: | bool ExceptionStore::hasException() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 195-198 |
| | 1 | 1 |
QtPrivate::ExceptionStore::exception| Name: | QtPrivate::ExceptionStore::exception | | Prototype: | ExceptionHolder ExceptionStore::exception() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 200-203 |
| | 1 | 1 |
QtPrivate::ExceptionHolder::operator=| Name: | QtPrivate::ExceptionHolder::operator= | | Prototype: | void ExceptionHolder::operator=(const ExceptionHolder &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 174-177 |
| | 1 | 1 |
QtPrivate::ExceptionHolder::exception| Name: | QtPrivate::ExceptionHolder::exception | | Prototype: | QException *ExceptionHolder::exception() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 182-187 |
| | 3 | 2 |
QtPrivate::ExceptionHolder::ExceptionHolder| Name: | QtPrivate::ExceptionHolder::ExceptionHolder | | Prototype: | ExceptionHolder::ExceptionHolder(QException *exception) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 167-168 |
| | 1 | 1 |
QtPrivate::ExceptionHolder::ExceptionHolder| Name: | QtPrivate::ExceptionHolder::ExceptionHolder | | Prototype: | ExceptionHolder::ExceptionHolder(const ExceptionHolder &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 170-172 |
| | 1 | 1 |
QtPrivate::Base::~Base| Name: | QtPrivate::Base::~Base | | Prototype: | ~Base() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 161-161 |
| | 1 | 1 |
QtPrivate::Base::Base| Name: | QtPrivate::Base::Base | | Prototype: | Base(QException *exception) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 159-160 |
| | 1 | 1 |
QtFreetypeData::~QtFreetypeData| Name: | QtFreetypeData::~QtFreetypeData | | Prototype: | QtFreetypeData::~QtFreetypeData() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 123-130 |
| | 5 | 2 |
QtFreetypeData::QtFreetypeData| Name: | QtFreetypeData::QtFreetypeData | | Prototype: | QtFreetypeData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 114-116 |
| | 1 | 1 |
QtFontStyle::~QtFontStyle| Name: | QtFontStyle::~QtFontStyle | | Prototype: | ~QtFontStyle() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 222-232 |
| | 6 | 3 |
QtFontStyle::pixelSize| Name: | QtFontStyle::pixelSize | | Prototype: | QtFontSize *QtFontStyle::pixelSize(unsigned short size, bool add) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 266-290 |
| | 18 | 8 |
QtFontStyle::QtFontStyle| Name: | QtFontStyle::QtFontStyle | | Prototype: | QtFontStyle(const Key &k) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 216-220 |
| | 2 | 1 |
QtFontStyle::Key::operator==| Name: | QtFontStyle::Key::operator== | | Prototype: | bool operator==(const Key & other) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 202-205 |
| | 2 | 1 |
QtFontStyle::Key::operator!=| Name: | QtFontStyle::Key::operator!= | | Prototype: | bool operator!=(const Key &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 206-208 |
| | 1 | 1 |
QtFontStyle::Key::operator <| Name: | QtFontStyle::Key::operator < | | Prototype: | bool operator <(const Key &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 209-213 |
| | 3 | 1 |
QtFontStyle::Key::Key| Name: | QtFontStyle::Key::Key | | Prototype: | Key() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 195-196 |
| | 1 | 1 |
QtFontStyle::Key::Key| Name: | QtFontStyle::Key::Key | | Prototype: | Key(const Key &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 197-197 |
| | 1 | 1 |
QtFontStyle::Key::Key| Name: | QtFontStyle::Key::Key | | Prototype: | QtFontStyle::Key::Key(const QString &styleString) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 246-264 |
| | 10 | 6 |
QtFontFoundry::~QtFontFoundry| Name: | QtFontFoundry::~QtFontFoundry | | Prototype: | ~QtFontFoundry() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 295-299 |
| | 3 | 2 |
QtFontFoundry::style| Name: | QtFontFoundry::style | | Prototype: | QtFontStyle *QtFontFoundry::style(const QtFontStyle::Key &key, const QString &styleName, bool create) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 308-337 |
| | 20 | 8 |
QtFontFoundry::QtFontFoundry| Name: | QtFontFoundry::QtFontFoundry | | Prototype: | QtFontFoundry(const QString &n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 294-294 |
| | 1 | 1 |
QtFontFamily::~QtFontFamily| Name: | QtFontFamily::~QtFontFamily | | Prototype: | ~QtFontFamily() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 357-361 |
| | 3 | 2 |
QtFontFamily::matchesFamilyName| Name: | QtFontFamily::matchesFamilyName | | Prototype: | bool QtFontFamily::matchesFamilyName(const QString &familyName) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 403-406 |
| | 1 | 1 |
QtFontFamily::foundry| Name: | QtFontFamily::foundry | | Prototype: | QtFontFoundry *QtFontFamily::foundry(const QString &f, bool create) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 379-401 |
| | 15 | 7 |
QtFontFamily::ensurePopulated| Name: | QtFontFamily::ensurePopulated | | Prototype: | void QtFontFamily::ensurePopulated() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 408-415 |
| | 4 | 2 |
QtFontFamily::QtFontFamily| Name: | QtFontFamily::QtFontFamily | | Prototype: | QtFontFamily(const QString &n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 349-356 |
| | 1 | 1 |
QtFontDesc::QtFontDesc| Name: | QtFontDesc::QtFontDesc | | Prototype: | inline QtFontDesc() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 649-649 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBase::waitForResume| Name: | QtConcurrent::ThreadEngineBase::waitForResume | | Prototype: | void ThreadEngineBase::waitForResume() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 184-188 |
| | 2 | 2 |
QtConcurrent::ThreadEngineBase::threadThrottleExit| Name: | QtConcurrent::ThreadEngineBase::threadThrottleExit | | Prototype: | bool ThreadEngineBase::threadThrottleExit() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 239-242 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBase::threadExit| Name: | QtConcurrent::ThreadEngineBase::threadExit | | Prototype: | void ThreadEngineBase::threadExit() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 227-234 |
| | 4 | 2 |
QtConcurrent::ThreadEngineBase::startThreads| Name: | QtConcurrent::ThreadEngineBase::startThreads | | Prototype: | void ThreadEngineBase::startThreads() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 221-225 |
| | 1 | 2 |
QtConcurrent::ThreadEngineBase::startThreadInternal| Name: | QtConcurrent::ThreadEngineBase::startThreadInternal | | Prototype: | bool ThreadEngineBase::startThreadInternal() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 208-219 |
| | 7 | 3 |
QtConcurrent::ThreadEngineBase::startThread| Name: | QtConcurrent::ThreadEngineBase::startThread | | Prototype: | void ThreadEngineBase::startThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 166-169 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBase::startSingleThreaded| Name: | QtConcurrent::ThreadEngineBase::startSingleThreaded | | Prototype: | void ThreadEngineBase::startSingleThreaded() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 125-131 |
| | 3 | 2 |
QtConcurrent::ThreadEngineBase::startBlocking| Name: | QtConcurrent::ThreadEngineBase::startBlocking | | Prototype: | void ThreadEngineBase::startBlocking() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 133-164 |
| | 15 | 6 |
QtConcurrent::ThreadEngineBase::setProgressValue| Name: | QtConcurrent::ThreadEngineBase::setProgressValue | | Prototype: | void ThreadEngineBase::setProgressValue(int progress) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 196-200 |
| | 2 | 2 |
QtConcurrent::ThreadEngineBase::setProgressRange| Name: | QtConcurrent::ThreadEngineBase::setProgressRange | | Prototype: | void ThreadEngineBase::setProgressRange(int minimum, int maximum) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 202-206 |
| | 2 | 2 |
QtConcurrent::ThreadEngineBase::run| Name: | QtConcurrent::ThreadEngineBase::run | | Prototype: | void ThreadEngineBase::run() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 244-273 |
| | 10 | 6 |
QtConcurrent::ThreadEngineBase::isProgressReportingEnabled| Name: | QtConcurrent::ThreadEngineBase::isProgressReportingEnabled | | Prototype: | bool ThreadEngineBase::isProgressReportingEnabled() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 190-194 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBase::isCanceled| Name: | QtConcurrent::ThreadEngineBase::isCanceled | | Prototype: | bool ThreadEngineBase::isCanceled() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 176-182 |
| | 3 | 2 |
QtConcurrent::ThreadEngineBase::handleException| Name: | QtConcurrent::ThreadEngineBase::handleException | | Prototype: | void ThreadEngineBase::handleException(const QException &exception) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 277-283 |
| | 3 | 2 |
QtConcurrent::ThreadEngineBase::acquireBarrierSemaphore| Name: | QtConcurrent::ThreadEngineBase::acquireBarrierSemaphore | | Prototype: | void ThreadEngineBase::acquireBarrierSemaphore() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 171-174 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBase::ThreadEngineBase| Name: | QtConcurrent::ThreadEngineBase::ThreadEngineBase | | Prototype: | ThreadEngineBase::ThreadEngineBase() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 117-121 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBarrier::wait| Name: | QtConcurrent::ThreadEngineBarrier::wait | | Prototype: | void ThreadEngineBarrier::wait() | | Coverage: | 62.500% (5/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 79-92 |
| | 8 | 4 |
QtConcurrent::ThreadEngineBarrier::releaseUnlessLast| Name: | QtConcurrent::ThreadEngineBarrier::releaseUnlessLast | | Prototype: | bool ThreadEngineBarrier::releaseUnlessLast() | | Coverage: | 42.857% (6/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 101-115 |
| | 9 | 6 |
QtConcurrent::ThreadEngineBarrier::release| Name: | QtConcurrent::ThreadEngineBarrier::release | | Prototype: | int ThreadEngineBarrier::release() | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 59-76 |
| | 11 | 7 |
QtConcurrent::ThreadEngineBarrier::currentCount| Name: | QtConcurrent::ThreadEngineBarrier::currentCount | | Prototype: | int ThreadEngineBarrier::currentCount() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 94-97 |
| | 1 | 1 |
QtConcurrent::ThreadEngineBarrier::acquire| Name: | QtConcurrent::ThreadEngineBarrier::acquire | | Prototype: | void ThreadEngineBarrier::acquire() | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 45-57 |
| | 7 | 5 |
QtConcurrent::ThreadEngineBarrier::ThreadEngineBarrier| Name: | QtConcurrent::ThreadEngineBarrier::ThreadEngineBarrier | | Prototype: | ThreadEngineBarrier::ThreadEngineBarrier() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 42-43 |
| | 1 | 1 |
QtConcurrent::BlockSizeManagerV2::timeBeforeUser| Name: | QtConcurrent::BlockSizeManagerV2::timeBeforeUser | | Prototype: | void BlockSizeManagerV2::timeBeforeUser() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 195-202 |
| | 4 | 2 |
QtConcurrent::BlockSizeManagerV2::timeAfterUser| Name: | QtConcurrent::BlockSizeManagerV2::timeAfterUser | | Prototype: | void BlockSizeManagerV2::timeAfterUser() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 206-230 |
| | 11 | 4 |
QtConcurrent::BlockSizeManagerV2::blockSize| Name: | QtConcurrent::BlockSizeManagerV2::blockSize | | Prototype: | int BlockSizeManagerV2::blockSize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QtConcurrent::BlockSizeManagerV2::BlockSizeManagerV2| Name: | QtConcurrent::BlockSizeManagerV2::BlockSizeManagerV2 | | Prototype: | BlockSizeManagerV2::BlockSizeManagerV2(int iterationCount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 188-192 |
| | 1 | 1 |
QtConcurrent::BlockSizeManager::timeBeforeUser| Name: | QtConcurrent::BlockSizeManager::timeBeforeUser | | Prototype: | void BlockSizeManager::timeBeforeUser() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 143-150 |
| | 4 | 2 |
QtConcurrent::BlockSizeManager::timeAfterUser| Name: | QtConcurrent::BlockSizeManager::timeAfterUser | | Prototype: | void BlockSizeManager::timeAfterUser() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 154-178 |
| | 11 | 4 |
QtConcurrent::BlockSizeManager::blockSize| Name: | QtConcurrent::BlockSizeManager::blockSize | | Prototype: | int BlockSizeManager::blockSize() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentiteratekernel.cpp | | Lines: | 180-183 |
| | 1 | 1 |