| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QStringHash::isLinked| Name: | QStringHash::isLinked | | Prototype: | template<class T> bool QStringHash<T>::isLinked() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 605-609 |
| | 1 | 1 |
QStringHash::isEmpty| Name: | QStringHash::isEmpty | | Prototype: | template<class T> bool QStringHash<T>::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 587-591 |
| | 1 | 1 |
QStringHash::insert| Name: | QStringHash::insert | | Prototype: | template<class T> void QStringHash<T>::insert(const ConstIterator &iter) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 825-829 |
| | 1 | 1 |
QStringHash::initializeNode| Name: | QStringHash::initializeNode | | Prototype: | template<class T> void QStringHash<T>::initializeNode(Node *node, const QHashedCStringRef &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 621-627 |
| | 3 | 1 |
QStringHash::initializeNode| Name: | QStringHash::initializeNode | | Prototype: | template<class T> void QStringHash<T>::initializeNode(Node *node, const QHashedString &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 611-619 |
| | 5 | 1 |
QStringHash::find| Name: | QStringHash::find | | Prototype: | template<class T> template<class K> typename QStringHash<T>::ConstIterator QStringHash<T>::find(const K &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 972-977 |
| | 1 | 1 |
QStringHash::end| Name: | QStringHash::end | | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringHash<T>::end() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 966-970 |
| | 1 | 1 |
QStringHash::createNode| Name: | QStringHash::createNode | | Prototype: | template<class T> typename QStringHash<T>::Node *QStringHash<T>::createNode(const Node &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 784-789 |
| | 2 | 1 |
QStringHash::createNode| Name: | QStringHash::createNode | | Prototype: | template<class T> template<class K> typename QStringHash<T>::Node *QStringHash<T>::createNode(const K &key, const T &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 791-797 |
| | 2 | 1 |
QStringHash::count| Name: | QStringHash::count | | Prototype: | template<class T> int QStringHash<T>::count() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 593-597 |
| | 1 | 1 |
QStringHash::copyAndReserve| Name: | QStringHash::copyAndReserve | | Prototype: | template<class T> void QStringHash<T>::copyAndReserve(const QStringHash<T> &other, int additionalReserve) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 503-510 |
| | 4 | 1 |
QStringHash::contains| Name: | QStringHash::contains | | Prototype: | template<class T> template<class K> bool QStringHash<T>::contains(const K &key) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 866-871 |
| | 1 | 1 |
QStringHash::begin| Name: | QStringHash::begin | | Prototype: | template<class T> typename QStringHash<T>::ConstIterator QStringHash<T>::begin() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 960-964 |
| | 1 | 1 |
QStringHash::ReservedNodePool::~ReservedNodePool| Name: | QStringHash::ReservedNodePool::~ReservedNodePool | | Prototype: | ~ReservedNodePool() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 368-368 |
| | 1 | 1 |
QStringHash::ReservedNodePool::ReservedNodePool| Name: | QStringHash::ReservedNodePool::ReservedNodePool | | Prototype: | ReservedNodePool() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 367-367 |
| | 1 | 1 |
QStringHash::QStringHash| Name: | QStringHash::QStringHash | | Prototype: | template<class T> QStringHash<T>::QStringHash() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 471-475 |
| | 2 | 1 |
QStringHash::QStringHash| Name: | QStringHash::QStringHash | | Prototype: | template<class T> QStringHash<T>::QStringHash(const QStringHash<T> &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 477-485 |
| | 4 | 1 |
QStringHash::Node::Node| Name: | QStringHash::Node::Node | | Prototype: | Node(const QHashedCStringRef &key, const T &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 354-354 |
| | 1 | 1 |
QStringHash::Node::Node| Name: | QStringHash::Node::Node | | Prototype: | Node(const Node &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 355-355 |
| | 1 | 1 |
QStringHash::Node::Node| Name: | QStringHash::Node::Node | | Prototype: | Node(const QHashedString &key, const T &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 353-353 |
| | 1 | 1 |
QStringHash::NewedNode::NewedNode| Name: | QStringHash::NewedNode::NewedNode | | Prototype: | NewedNode(const QHashedCStringRef &key, const T &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 361-361 |
| | 1 | 1 |
QStringHash::NewedNode::NewedNode| Name: | QStringHash::NewedNode::NewedNode | | Prototype: | NewedNode(const Node &o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 362-362 |
| | 1 | 1 |
QStringHash::NewedNode::NewedNode| Name: | QStringHash::NewedNode::NewedNode | | Prototype: | NewedNode(const QHashedString &key, const T &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 360-360 |
| | 1 | 1 |
QStringHash::ConstIterator::value| Name: | QStringHash::ConstIterator::value | | Prototype: | template<class T> const T &QStringHash<T>::ConstIterator::value() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 939-944 |
| | 2 | 1 |
QStringHash::ConstIterator::operator==| Name: | QStringHash::ConstIterator::operator== | | Prototype: | template<class T> bool QStringHash<T>::ConstIterator::operator==(const ConstIterator &o) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 914-918 |
| | 1 | 1 |
QStringHash::ConstIterator::operator++| Name: | QStringHash::ConstIterator::operator++ | | Prototype: | template<class T> typename QStringHash<T>::ConstIterator &QStringHash<T>::ConstIterator::operator++() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 907-912 |
| | 2 | 1 |
QStringHash::ConstIterator::operator*| Name: | QStringHash::ConstIterator::operator* | | Prototype: | template<class T> const T &QStringHash<T>::ConstIterator::operator*() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 946-951 |
| | 2 | 1 |
QStringHash::ConstIterator::operator!=| Name: | QStringHash::ConstIterator::operator!= | | Prototype: | template<class T> bool QStringHash<T>::ConstIterator::operator!=(const ConstIterator &o) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 920-924 |
| | 1 | 1 |
QStringHash::ConstIterator::node| Name: | QStringHash::ConstIterator::node | | Prototype: | template<class T> typename QStringHash<T>::Node *QStringHash<T>::ConstIterator::node() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 953-958 |
| | 2 | 1 |
QStringHash::ConstIterator::key| Name: | QStringHash::ConstIterator::key | | Prototype: | template<class T> QHashedString QStringHash<T>::ConstIterator::key() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 933-938 |
| | 2 | 1 |
QStringHash::ConstIterator::equals| Name: | QStringHash::ConstIterator::equals | | Prototype: | template<class T> template<typename K> bool QStringHash<T>::ConstIterator::equals(const K &key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 926-931 |
| | 1 | 1 |
QStringHash::ConstIterator::ConstIterator| Name: | QStringHash::ConstIterator::ConstIterator | | Prototype: | template<class T> QStringHash<T>::ConstIterator::ConstIterator(const QStringHashData::IteratorData &d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qhashedstring_p.h | | Lines: | 901-905 |
| | 2 | 1 |
QSpringAnimation::init| Name: | QSpringAnimation::init | | Prototype: | void QSpringAnimation::init() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 202-206 |
| | 2 | 1 |
QSpringAnimation::duration| Name: | QSpringAnimation::duration | | Prototype: | int QSpringAnimation::duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 186-189 |
| | 1 | 1 |
QSpringAnimation::debugAnimation| Name: | QSpringAnimation::debugAnimation | | Prototype: | void QSpringAnimation::debugAnimation(QDebug d) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 320-326 |
| | 4 | 1 |
QSpringAnimation::clearTemplate| Name: | QSpringAnimation::clearTemplate | | Prototype: | void clearTemplate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 97-97 |
| | 1 | 1 |
QSpringAnimation::QSpringAnimation| Name: | QSpringAnimation::QSpringAnimation | | Prototype: | QSpringAnimation::QSpringAnimation(QQuickSpringAnimationPrivate *priv) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickspringanimation.cpp | | Lines: | 143-165 |
| | 2 | 1 |
QSmoothedAnimationTimer::stopAnimation| Name: | QSmoothedAnimationTimer::stopAnimation | | Prototype: | void QSmoothedAnimationTimer::stopAnimation() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 71-74 |
| | 1 | 1 |
QSmoothedAnimationTimer::QSmoothedAnimationTimer| Name: | QSmoothedAnimationTimer::QSmoothedAnimationTimer | | Prototype: | QSmoothedAnimationTimer::QSmoothedAnimationTimer(QSmoothedAnimation *animation, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 60-65 |
| | 1 | 1 |
QSmoothedAnimation::duration| Name: | QSmoothedAnimation::duration | | Prototype: | int QSmoothedAnimation::duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 143-146 |
| | 1 | 1 |
QSmoothedAnimation::debugAnimation| Name: | QSmoothedAnimation::debugAnimation | | Prototype: | void QSmoothedAnimation::debugAnimation(QDebug d) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 314-319 |
| | 3 | 1 |
QSmoothedAnimation::clearTemplate| Name: | QSmoothedAnimation::clearTemplate | | Prototype: | void clearTemplate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation_p_p.h | | Lines: | 101-101 |
| | 1 | 1 |
QSmoothedAnimation::QSmoothedAnimation| Name: | QSmoothedAnimation::QSmoothedAnimation | | Prototype: | QSmoothedAnimation::QSmoothedAnimation(QQuickSmoothedAnimationPrivate *priv) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquicksmoothedanimation.cpp | | Lines: | 76-84 |
| | 2 | 1 |
QSequentialAnimationGroupJob::debugAnimation| Name: | QSequentialAnimationGroupJob::debugAnimation | | Prototype: | void QSequentialAnimationGroupJob::debugAnimation(QDebug d) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 418-423 |
| | 2 | 1 |
QSequentialAnimationGroupJob::currentAnimation| Name: | QSequentialAnimationGroupJob::currentAnimation | | Prototype: | QAbstractAnimationJob *currentAnimation() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob_p.h | | Lines: | 70-70 |
| | 1 | 1 |
QSequentialAnimationGroupJob::atEnd| Name: | QSequentialAnimationGroupJob::atEnd | | Prototype: | bool QSequentialAnimationGroupJob::atEnd() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 57-71 |
| | 5 | 1 |
QSequentialAnimationGroupJob::QSequentialAnimationGroupJob| Name: | QSequentialAnimationGroupJob::QSequentialAnimationGroupJob | | Prototype: | QSequentialAnimationGroupJob::QSequentialAnimationGroupJob() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qsequentialanimationgroupjob.cpp | | Lines: | 46-51 |
| | 2 | 1 |
QSG_RASTER_LOG_TIME_TEXTURE| Name: | QSG_RASTER_LOG_TIME_TEXTURE | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_TIME_TEXTURE() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 75-75 |
| | 1 | 1 |
QSG_RASTER_LOG_TIME_RENDERLOOP| Name: | QSG_RASTER_LOG_TIME_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_TIME_RENDERLOOP() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 72-72 |
| | 1 | 1 |
QSG_RASTER_LOG_TIME_RENDERER| Name: | QSG_RASTER_LOG_TIME_RENDERER | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_TIME_RENDERER() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 81-81 |
| | 1 | 1 |
QSG_RASTER_LOG_TIME_GLYPH| Name: | QSG_RASTER_LOG_TIME_GLYPH | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_TIME_GLYPH() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 78-78 |
| | 1 | 1 |
QSG_RASTER_LOG_TIME_COMPILATION| Name: | QSG_RASTER_LOG_TIME_COMPILATION | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_TIME_COMPILATION() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 69-69 |
| | 1 | 1 |
QSG_RASTER_LOG_RENDERLOOP| Name: | QSG_RASTER_LOG_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_RENDERLOOP() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 66-66 |
| | 1 | 1 |
QSG_RASTER_LOG_INFO| Name: | QSG_RASTER_LOG_INFO | | Prototype: | const QLoggingCategory &QSG_RASTER_LOG_INFO() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/adaptations/software/qsgsoftwarecontext.cpp | | Lines: | 62-62 |
| | 1 | 1 |
QSG_LOG_TIME_TEXTURE| Name: | QSG_LOG_TIME_TEXTURE | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_TEXTURE() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 93-93 |
| | 1 | 1 |
QSG_LOG_TIME_RENDERLOOP| Name: | QSG_LOG_TIME_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_RENDERLOOP() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 90-90 |
| | 1 | 1 |
QSG_LOG_TIME_RENDERER| Name: | QSG_LOG_TIME_RENDERER | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_RENDERER() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 99-99 |
| | 1 | 1 |
QSG_LOG_TIME_GLYPH| Name: | QSG_LOG_TIME_GLYPH | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_GLYPH() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 96-96 |
| | 1 | 1 |
QSG_LOG_TIME_COMPILATION| Name: | QSG_LOG_TIME_COMPILATION | | Prototype: | const QLoggingCategory &QSG_LOG_TIME_COMPILATION() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 87-87 |
| | 1 | 1 |
QSG_LOG_TEXTUREIO| Name: | QSG_LOG_TEXTUREIO | | Prototype: | const QLoggingCategory &QSG_LOG_TEXTUREIO() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/compressedtexture/qsgcompressedtexture.cpp | | Lines: | 50-50 |
| | 1 | 1 |
QSG_LOG_RENDERLOOP| Name: | QSG_LOG_RENDERLOOP | | Prototype: | const QLoggingCategory &QSG_LOG_RENDERLOOP() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 83-83 |
| | 1 | 1 |
QSG_LOG_INFO| Name: | QSG_LOG_INFO | | Prototype: | const QLoggingCategory &QSG_LOG_INFO() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp | | Lines: | 79-79 |
| | 1 | 1 |
QSGWindowsRenderLoop::sceneGraphContext| Name: | QSGWindowsRenderLoop::sceneGraphContext | | Prototype: | QSGContext *sceneGraphContext() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgwindowsrenderloop_p.h | | Lines: | 86-86 |
| | 1 | 1 |
QSGWindowsRenderLoop::animationDriver| Name: | QSGWindowsRenderLoop::animationDriver | | Prototype: | QAnimationDriver *animationDriver() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgwindowsrenderloop_p.h | | Lines: | 84-84 |
| | 1 | 1 |
QSGVisitableNode::QSGVisitableNode [qsgadaptationlayer_p.h #1]| Name: | QSGVisitableNode::QSGVisitableNode [qsgadaptationlayer_p.h #1] | | Prototype: | QSGVisitableNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/qsgadaptationlayer_p.h #1 | | Lines: | 127-127 |
| | 1 | 1 |
QSGVertexColorMaterialShader::initialize| Name: | QSGVertexColorMaterialShader::initialize | | Prototype: | void QSGVertexColorMaterialShader::initialize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 93-99 |
| | 2 | 1 |
QSGVertexColorMaterialShader::attributeNames| Name: | QSGVertexColorMaterialShader::attributeNames | | Prototype: | char const *const *QSGVertexColorMaterialShader::attributeNames() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 87-91 |
| | 1 | 1 |
QSGVertexColorMaterialShader::QSGVertexColorMaterialShader| Name: | QSGVertexColorMaterialShader::QSGVertexColorMaterialShader | | Prototype: | QSGVertexColorMaterialShader::QSGVertexColorMaterialShader() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 66-72 |
| | 2 | 1 |
QSGVertexColorMaterial::type| Name: | QSGVertexColorMaterial::type | | Prototype: | QSGMaterialType *QSGVertexColorMaterial::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 159-162 |
| | 1 | 1 |
QSGVertexColorMaterial::createShader| Name: | QSGVertexColorMaterial::createShader | | Prototype: | QSGMaterialShader *QSGVertexColorMaterial::createShader() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 170-173 |
| | 1 | 1 |
QSGVertexColorMaterial::compare| Name: | QSGVertexColorMaterial::compare | | Prototype: | int QSGVertexColorMaterial::compare(const QSGMaterial * ) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 150-153 |
| | 1 | 1 |
QSGVertexColorMaterial::QSGVertexColorMaterial| Name: | QSGVertexColorMaterial::QSGVertexColorMaterial | | Prototype: | QSGVertexColorMaterial::QSGVertexColorMaterial() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgvertexcolormaterial.cpp | | Lines: | 135-138 |
| | 1 | 1 |
QSGTransformNode::setMatrix| Name: | QSGTransformNode::setMatrix | | Prototype: | void QSGTransformNode::setMatrix(const QMatrix4x4 &matrix) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.cpp | | Lines: | 1200-1204 |
| | 2 | 1 |
QSGTransformNode::setCombinedMatrix| Name: | QSGTransformNode::setCombinedMatrix | | Prototype: | void QSGTransformNode::setCombinedMatrix(const QMatrix4x4 &matrix) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.cpp | | Lines: | 1226-1229 |
| | 1 | 1 |
QSGTransformNode::matrix| Name: | QSGTransformNode::matrix | | Prototype: | const QMatrix4x4 &matrix() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.h | | Lines: | 283-283 |
| | 1 | 1 |
QSGTransformNode::combinedMatrix| Name: | QSGTransformNode::combinedMatrix | | Prototype: | const QMatrix4x4 &combinedMatrix() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.h | | Lines: | 286-286 |
| | 1 | 1 |
QSGTransformNode::QSGTransformNode| Name: | QSGTransformNode::QSGTransformNode | | Prototype: | QSGTransformNode::QSGTransformNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/coreapi/qsgnode.cpp | | Lines: | 1171-1174 |
| | 2 | 1 |
QSGTextureReader::~QSGTextureReader| Name: | QSGTextureReader::~QSGTextureReader | | Prototype: | QSGTextureReader::~QSGTextureReader() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QSGTextureReader::supportedFileFormats::[lambda]| Name: | QSGTextureReader::supportedFileFormats::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 105-105 |
| | 0 | 1 |
QSGTextureReader::QSGTextureReader| Name: | QSGTextureReader::QSGTextureReader | | Prototype: | QSGTextureReader::QSGTextureReader(QIODevice *device, const QString &fileName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturereader.cpp | | Lines: | 55-58 |
| | 2 | 1 |
QSGTextureProvider::textureChanged| Name: | QSGTextureProvider::textureChanged | | Prototype: | void QSGTextureProvider::textureChanged() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/.moc/moc_qsgtextureprovider.cpp | | Lines: | 124-127 |
| | 1 | 1 |
QSGTexturePrivate::QSGTexturePrivate| Name: | QSGTexturePrivate::QSGTexturePrivate | | Prototype: | QSGTexturePrivate::QSGTexturePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 100-110 |
| | 2 | 1 |
QSGTextureMaterialShader::initialize| Name: | QSGTextureMaterialShader::initialize | | Prototype: | void QSGTextureMaterialShader::initialize() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 408-414 |
| | 2 | 1 |
QSGTextureMaterialShader::QSGTextureMaterialShader| Name: | QSGTextureMaterialShader::QSGTextureMaterialShader | | Prototype: | QSGTextureMaterialShader::QSGTextureMaterialShader() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 390-396 |
| | 1 | 1 |
QSGTextureMaterial::type| Name: | QSGTextureMaterial::type | | Prototype: | QSGMaterialType *QSGTextureMaterial::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 374-377 |
| | 1 | 1 |
QSGTextureMaterial::createShader| Name: | QSGTextureMaterial::createShader | | Prototype: | QSGMaterialShader *QSGTextureMaterial::createShader() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexturematerial.cpp | | Lines: | 385-388 |
| | 1 | 1 |
QSGTextureFileHandler::logName| Name: | QSGTextureFileHandler::logName | | Prototype: | QByteArray logName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h | | Lines: | 74-74 |
| | 1 | 1 |
QSGTextureFileHandler::device| Name: | QSGTextureFileHandler::device | | Prototype: | QIODevice *device() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h | | Lines: | 73-73 |
| | 1 | 1 |
QSGTextureFileHandler::QSGTextureFileHandler::[lambda]| Name: | QSGTextureFileHandler::QSGTextureFileHandler::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h | | Lines: | 68-68 |
| | 0 | 1 |
QSGTexture::verticalWrapMode| Name: | QSGTexture::verticalWrapMode | | Prototype: | QSGTexture::WrapMode QSGTexture::verticalWrapMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 568-571 |
| | 1 | 1 |
QSGTexture::updateBindOptions::[lambda]| Name: | QSGTexture::updateBindOptions::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 606-606 |
| | 0 | 1 |
QSGTexture::removedFromAtlas| Name: | QSGTexture::removedFromAtlas | | Prototype: | QSGTexture *QSGTexture::removedFromAtlas() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 399-403 |
| | 2 | 1 |
QSGTexture::normalizedTextureSubRect| Name: | QSGTexture::normalizedTextureSubRect | | Prototype: | QRectF QSGTexture::normalizedTextureSubRect() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 440-443 |
| | 1 | 1 |
QSGTexture::mipmapFiltering| Name: | QSGTexture::mipmapFiltering | | Prototype: | QSGTexture::Filtering QSGTexture::mipmapFiltering() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 477-480 |
| | 1 | 1 |
QSGTexture::isAtlasTexture| Name: | QSGTexture::isAtlasTexture | | Prototype: | bool QSGTexture::isAtlasTexture() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 410-413 |
| | 1 | 1 |
QSGTexture::horizontalWrapMode| Name: | QSGTexture::horizontalWrapMode | | Prototype: | QSGTexture::WrapMode QSGTexture::horizontalWrapMode() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 546-549 |
| | 1 | 1 |
QSGTexture::filtering| Name: | QSGTexture::filtering | | Prototype: | QSGTexture::Filtering QSGTexture::filtering() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.cpp | | Lines: | 498-501 |
| | 1 | 1 |
QSGTexture::d_func| Name: | QSGTexture::d_func | | Prototype: | inline QSGTexturePrivate* d_func() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.h | | Lines: | 53-53 |
| | 1 | 1 |
QSGTexture::d_func| Name: | QSGTexture::d_func | | Prototype: | inline const QSGTexturePrivate* d_func() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.h | | Lines: | 53-53 |
| | 1 | 1 |
QSGTexture::convertToNormalizedSourceRect| Name: | QSGTexture::convertToNormalizedSourceRect | | Prototype: | QRectF QSGTexture::convertToNormalizedSourceRect(const QRectF &rect) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/scenegraph/util/qsgtexture.h | | Lines: | 114-126 |
| | 8 | 1 |