| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFiniteStack::~QFiniteStack| Name: | QFiniteStack::~QFiniteStack | | Prototype: | template<typename T> QFiniteStack<T>::~QFiniteStack() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 88-92 |
| | 1 | 1 |
QFiniteStack::top| Name: | QFiniteStack::top | | Prototype: | template<typename T> T &QFiniteStack<T>::top() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 106-110 |
| | 1 | 1 |
QFiniteStack::push| Name: | QFiniteStack::push | | Prototype: | template<typename T> void QFiniteStack<T>::push(const T &o) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 112-121 |
| | 4 | 2 |
QFiniteStack::pop| Name: | QFiniteStack::pop | | Prototype: | template<typename T> T QFiniteStack<T>::pop() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 123-136 |
| | 7 | 2 |
QFiniteStack::operator[]| Name: | QFiniteStack::operator[] | | Prototype: | template<typename T> T &QFiniteStack<T>::operator[](int index) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 150-154 |
| | 1 | 1 |
QFiniteStack::isEmpty| Name: | QFiniteStack::isEmpty | | Prototype: | template<typename T> bool QFiniteStack<T>::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 94-98 |
| | 1 | 1 |
QFiniteStack::deallocate| Name: | QFiniteStack::deallocate | | Prototype: | template<typename T> void QFiniteStack<T>::deallocate() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 169-183 |
| | 8 | 3 |
QFiniteStack::count| Name: | QFiniteStack::count | | Prototype: | template<typename T> int QFiniteStack<T>::count() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 138-142 |
| | 1 | 1 |
QFiniteStack::capacity| Name: | QFiniteStack::capacity | | Prototype: | inline int capacity() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 66-66 |
| | 1 | 1 |
QFiniteStack::at| Name: | QFiniteStack::at | | Prototype: | template<typename T> const T &QFiniteStack<T>::at(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 144-148 |
| | 1 | 1 |
QFiniteStack::allocate| Name: | QFiniteStack::allocate | | Prototype: | template<typename T> void QFiniteStack<T>::allocate(int size) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 156-167 |
| | 6 | 2 |
QFiniteStack::QFiniteStack| Name: | QFiniteStack::QFiniteStack | | Prototype: | template<typename T> QFiniteStack<T>::QFiniteStack() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfinitestack_p.h | | Lines: | 82-86 |
| | 2 | 1 |
QFieldList::takeFirst| Name: | QFieldList::takeFirst | | Prototype: | template<class N, N *N::*nextMember> N *QFieldList<N, nextMember>::takeFirst() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 242-256 |
| | 9 | 3 |
QFieldList::prepend| Name: | QFieldList::prepend | | Prototype: | template<class N, N *N::*nextMember> void QFieldList<N, nextMember>::prepend(N *v) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 272-284 |
| | 7 | 2 |
QFieldList::next| Name: | QFieldList::next | | Prototype: | template<class N, N *N::*nextMember> N *QFieldList<N, nextMember>::next(N *v) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 310-315 |
| | 2 | 1 |
QFieldList::isEmpty| Name: | QFieldList::isEmpty | | Prototype: | template<class N, N *N::*nextMember> bool QFieldList<N, nextMember>::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 286-290 |
| | 1 | 1 |
QFieldList::first| Name: | QFieldList::first | | Prototype: | template<class N, N *N::*nextMember> N *QFieldList<N, nextMember>::first() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 236-240 |
| | 1 | 1 |
QFieldList::copyAndClearPrepend| Name: | QFieldList::copyAndClearPrepend | | Prototype: | template<class N, N *N::*nextMember> void QFieldList<N, nextMember>::copyAndClearPrepend(QForwardFieldList<N, nextMember> &o) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 391-398 |
| | 4 | 2 |
QFieldList::append| Name: | QFieldList::append | | Prototype: | template<class N, N *N::*nextMember> void QFieldList<N, nextMember>::append(N *v) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 258-270 |
| | 7 | 2 |
QFieldList::QFieldList| Name: | QFieldList::QFieldList | | Prototype: | template<class N, N *N::*nextMember> QFieldList<N, nextMember>::QFieldList() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qfieldlist_p.h | | Lines: | 230-234 |
| | 2 | 1 |
QDeferredCleanup::~QDeferredCleanup| Name: | QDeferredCleanup::~QDeferredCleanup | | Prototype: | ~QDeferredCleanup() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qdeferredcleanup_p.h | | Lines: | 67-67 |
| | 1 | 1 |
QDeferredCleanup::QDeferredCleanup| Name: | QDeferredCleanup::QDeferredCleanup | | Prototype: | template <typename Callback> QDeferredCleanup(Callback &&cb) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qdeferredcleanup_p.h | | Lines: | 63-66 |
| | 1 | 1 |
QDebugMessageService::QDebugMessageService| Name: | QDebugMessageService::QDebugMessageService | | Prototype: | QDebugMessageService(float version, QObject *parent = nullptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/debugger/qqmldebugserviceinterfaces_p.h | | Lines: | 193-194 |
| | 1 | 1 |
QContinuingAnimationGroupJob::duration| Name: | QContinuingAnimationGroupJob::duration | | Prototype: | int duration() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qcontinuinganimationgroupjob_p.h | | Lines: | 67-67 |
| | 1 | 1 |
QBiPointer::setFlagValue| Name: | QBiPointer::setFlagValue | | Prototype: | template<typename T, typename T2> void QBiPointer<T, T2>::setFlagValue(bool v) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 302-307 |
| | 2 | 2 |
QBiPointer::setFlag| Name: | QBiPointer::setFlag | | Prototype: | template<typename T, typename T2> void QBiPointer<T, T2>::setFlag() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 290-294 |
| | 1 | 1 |
QBiPointer::operator=| Name: | QBiPointer::operator= | | Prototype: | template<typename T, typename T2> QBiPointer<T, T2> &QBiPointer<T, T2>::operator=(const QBiPointer<T, T2> &o) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 309-314 |
| | 2 | 1 |
QBiPointer::operator=| Name: | QBiPointer::operator= | | Prototype: | template<typename T, typename T2> QBiPointer<T, T2> &QBiPointer<T, T2>::operator=(T *o) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 316-323 |
| | 3 | 1 |
QBiPointer::operator=| Name: | QBiPointer::operator= | | Prototype: | template<typename T, typename T2> QBiPointer<T, T2> &QBiPointer<T, T2>::operator=(T2 *o) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 325-332 |
| | 3 | 1 |
QBiPointer::isT2| Name: | QBiPointer::isT2 | | Prototype: | template<typename T, typename T2> bool QBiPointer<T, T2>::isT2() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 278-282 |
| | 1 | 1 |
QBiPointer::isT1| Name: | QBiPointer::isT1 | | Prototype: | template<typename T, typename T2> bool QBiPointer<T, T2>::isT1() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 272-276 |
| | 1 | 1 |
QBiPointer::isNull| Name: | QBiPointer::isNull | | Prototype: | template<typename T, typename T2> bool QBiPointer<T, T2>::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 266-270 |
| | 1 | 1 |
QBiPointer::flag| Name: | QBiPointer::flag | | Prototype: | template<typename T, typename T2> bool QBiPointer<T, T2>::flag() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 284-288 |
| | 1 | 1 |
QBiPointer::clearFlag| Name: | QBiPointer::clearFlag | | Prototype: | template<typename T, typename T2> void QBiPointer<T, T2>::clearFlag() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 296-300 |
| | 1 | 1 |
QBiPointer::asT2| Name: | QBiPointer::asT2 | | Prototype: | template<typename T, typename T2> T2 *QBiPointer<T, T2>::asT2() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 341-346 |
| | 2 | 1 |
QBiPointer::asT1| Name: | QBiPointer::asT1 | | Prototype: | template<typename T, typename T2> T *QBiPointer<T, T2>::asT1() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 334-339 |
| | 2 | 1 |
QBiPointer::QBiPointer| Name: | QBiPointer::QBiPointer | | Prototype: | template<typename T, typename T2> QBiPointer<T, T2>::QBiPointer(T *v) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 246-251 |
| | 1 | 1 |
QBiPointer::QBiPointer| Name: | QBiPointer::QBiPointer | | Prototype: | template<typename T, typename T2> QBiPointer<T, T2>::QBiPointer(T2 *v) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/ftw/qflagpointer_p.h | | Lines: | 253-258 |
| | 1 | 1 |
QAnimationGroupJob::~QAnimationGroupJob| Name: | QAnimationGroupJob::~QAnimationGroupJob | | Prototype: | QAnimationGroupJob::~QAnimationGroupJob() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 50-53 |
| | 1 | 1 |
QAnimationGroupJob::uncontrolledAnimationFinishTime| Name: | QAnimationGroupJob::uncontrolledAnimationFinishTime | | Prototype: | int uncontrolledAnimationFinishTime(QAbstractAnimationJob *anim) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob_p.h | | Lines: | 88-88 |
| | 1 | 1 |
QAnimationGroupJob::topLevelAnimationLoopChanged| Name: | QAnimationGroupJob::topLevelAnimationLoopChanged | | Prototype: | void QAnimationGroupJob::topLevelAnimationLoopChanged() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 55-59 |
| | 2 | 2 |
QAnimationGroupJob::setUncontrolledAnimationFinishTime| Name: | QAnimationGroupJob::setUncontrolledAnimationFinishTime | | Prototype: | void QAnimationGroupJob::setUncontrolledAnimationFinishTime(QAbstractAnimationJob *anim, int time) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 149-152 |
| | 1 | 1 |
QAnimationGroupJob::resetUncontrolledAnimationFinishTime| Name: | QAnimationGroupJob::resetUncontrolledAnimationFinishTime | | Prototype: | void QAnimationGroupJob::resetUncontrolledAnimationFinishTime(QAbstractAnimationJob *anim) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 144-147 |
| | 1 | 1 |
QAnimationGroupJob::removeAnimation| Name: | QAnimationGroupJob::removeAnimation | | Prototype: | void QAnimationGroupJob::removeAnimation(QAbstractAnimationJob *animation) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 97-119 |
| | 14 | 3 |
QAnimationGroupJob::lastChild| Name: | QAnimationGroupJob::lastChild | | Prototype: | QAbstractAnimationJob *lastChild() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob_p.h | | Lines: | 73-73 |
| | 1 | 1 |
QAnimationGroupJob::firstChild| Name: | QAnimationGroupJob::firstChild | | Prototype: | QAbstractAnimationJob *firstChild() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob_p.h | | Lines: | 72-72 |
| | 1 | 1 |
QAnimationGroupJob::clear| Name: | QAnimationGroupJob::clear | | Prototype: | void QAnimationGroupJob::clear() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 121-133 |
| | 9 | 2 |
QAnimationGroupJob::appendAnimation| Name: | QAnimationGroupJob::appendAnimation | | Prototype: | void QAnimationGroupJob::appendAnimation(QAbstractAnimationJob *animation) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 61-77 |
| | 10 | 3 |
QAnimationGroupJob::animationRemoved| Name: | QAnimationGroupJob::animationRemoved | | Prototype: | void QAnimationGroupJob::animationRemoved(QAbstractAnimationJob* anim, QAbstractAnimationJob* , QAbstractAnimationJob* ) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 159-166 |
| | 4 | 2 |
QAnimationGroupJob::QAnimationGroupJob| Name: | QAnimationGroupJob::QAnimationGroupJob | | Prototype: | QAnimationGroupJob::QAnimationGroupJob() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qanimationgroupjob.cpp | | Lines: | 44-48 |
| | 1 | 1 |
QAnimationActionProxy::doAction| Name: | QAnimationActionProxy::doAction | | Prototype: | void doAction() override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickanimation_p_p.h | | Lines: | 91-91 |
| | 1 | 1 |
QAnimationActionProxy::QAnimationActionProxy| Name: | QAnimationActionProxy::QAnimationActionProxy | | Prototype: | QAnimationActionProxy(T *instance) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickanimation_p_p.h | | Lines: | 90-90 |
| | 1 | 1 |
QAccessibleQuickWindow::window| Name: | QAccessibleQuickWindow::window | | Prototype: | QQuickWindow *window() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickview_p.h | | Lines: | 80-80 |
| | 1 | 1 |
QAccessibleQuickWindow::rect| Name: | QAccessibleQuickWindow::rect | | Prototype: | QRect QAccessibleQuickWindow::rect() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickview.cpp | | Lines: | 107-110 |
| | 1 | 1 |
QAccessibleQuickWindow::childCount| Name: | QAccessibleQuickWindow::childCount | | Prototype: | int QAccessibleQuickWindow::childCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickview.cpp | | Lines: | 65-68 |
| | 1 | 1 |
QAccessibleQuickWindow::QAccessibleQuickWindow| Name: | QAccessibleQuickWindow::QAccessibleQuickWindow | | Prototype: | QAccessibleQuickWindow::QAccessibleQuickWindow(QQuickWindow *object) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickview.cpp | | Lines: | 53-56 |
| | 2 | 1 |
QAccessibleQuickItem::rect| Name: | QAccessibleQuickItem::rect | | Prototype: | QRect QAccessibleQuickItem::rect() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem.cpp | | Lines: | 67-71 |
| | 2 | 1 |
QAccessibleQuickItem::item| Name: | QAccessibleQuickItem::item | | Prototype: | QQuickItem *item() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem_p.h | | Lines: | 134-134 |
| | 1 | 1 |
QAccessibleQuickItem::indexOfChild| Name: | QAccessibleQuickItem::indexOfChild | | Prototype: | int QAccessibleQuickItem::indexOfChild(const QAccessibleInterface *iface) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem.cpp | | Lines: | 148-152 |
| | 2 | 1 |
QAccessibleQuickItem::childItems| Name: | QAccessibleQuickItem::childItems | | Prototype: | QList<QQuickItem *> QAccessibleQuickItem::childItems() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem.cpp | | Lines: | 174-177 |
| | 1 | 1 |
QAccessibleQuickItem::childCount| Name: | QAccessibleQuickItem::childCount | | Prototype: | int QAccessibleQuickItem::childCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem.cpp | | Lines: | 62-65 |
| | 1 | 1 |
QAccessibleQuickItem::QAccessibleQuickItem| Name: | QAccessibleQuickItem::QAccessibleQuickItem | | Prototype: | QAccessibleQuickItem::QAccessibleQuickItem(QQuickItem *item) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/accessible/qaccessiblequickitem.cpp | | Lines: | 52-55 |
| | 2 | 1 |
QAbstractAnimationJob::~QAbstractAnimationJob| Name: | QAbstractAnimationJob::~QAbstractAnimationJob | | Prototype: | QAbstractAnimationJob::~QAbstractAnimationJob() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 283-304 |
| | 13 | 5 |
QAbstractAnimationJob::userControlDisabled| Name: | QAbstractAnimationJob::userControlDisabled | | Prototype: | bool QAbstractAnimationJob::userControlDisabled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 559-562 |
| | 1 | 1 |
QAbstractAnimationJob::updateState| Name: | QAbstractAnimationJob::updateState | | Prototype: | void QAbstractAnimationJob::updateState(QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 571-576 |
| | 2 | 1 |
QAbstractAnimationJob::updateDirection| Name: | QAbstractAnimationJob::updateDirection | | Prototype: | void QAbstractAnimationJob::updateDirection(QAbstractAnimationJob::Direction direction) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 578-581 |
| | 1 | 1 |
QAbstractAnimationJob::totalDuration| Name: | QAbstractAnimationJob::totalDuration | | Prototype: | int QAbstractAnimationJob::totalDuration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 433-442 |
| | 7 | 3 |
QAbstractAnimationJob::stop| Name: | QAbstractAnimationJob::stop | | Prototype: | void QAbstractAnimationJob::stop() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 527-532 |
| | 3 | 2 |
QAbstractAnimationJob::state| Name: | QAbstractAnimationJob::state | | Prototype: | inline QAbstractAnimationJob::State state() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 101-101 |
| | 1 | 1 |
QAbstractAnimationJob::setLoopCount| Name: | QAbstractAnimationJob::setLoopCount | | Prototype: | void QAbstractAnimationJob::setLoopCount(int loopCount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 428-431 |
| | 1 | 1 |
QAbstractAnimationJob::setDisableUserControl| Name: | QAbstractAnimationJob::setDisableUserControl | | Prototype: | void QAbstractAnimationJob::setDisableUserControl() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 564-569 |
| | 3 | 1 |
QAbstractAnimationJob::setDirection| Name: | QAbstractAnimationJob::setDirection | | Prototype: | void QAbstractAnimationJob::setDirection(Direction direction) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 400-426 |
| | 14 | 6 |
QAbstractAnimationJob::previousSibling| Name: | QAbstractAnimationJob::previousSibling | | Prototype: | QAbstractAnimationJob *previousSibling() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 127-127 |
| | 1 | 1 |
QAbstractAnimationJob::pause| Name: | QAbstractAnimationJob::pause | | Prototype: | void QAbstractAnimationJob::pause() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 534-542 |
| | 4 | 2 |
QAbstractAnimationJob::nextSibling| Name: | QAbstractAnimationJob::nextSibling | | Prototype: | QAbstractAnimationJob *nextSibling() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 126-126 |
| | 1 | 1 |
QAbstractAnimationJob::loopCount| Name: | QAbstractAnimationJob::loopCount | | Prototype: | inline int loopCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 88-88 |
| | 1 | 1 |
QAbstractAnimationJob::isStopped| Name: | QAbstractAnimationJob::isStopped | | Prototype: | inline bool isStopped() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 103-103 |
| | 1 | 1 |
QAbstractAnimationJob::isRunning| Name: | QAbstractAnimationJob::isRunning | | Prototype: | inline bool isRunning() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 102-102 |
| | 1 | 1 |
QAbstractAnimationJob::isRenderThreadProxy| Name: | QAbstractAnimationJob::isRenderThreadProxy | | Prototype: | bool isRenderThreadProxy() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 131-131 |
| | 1 | 1 |
QAbstractAnimationJob::isRenderThreadJob| Name: | QAbstractAnimationJob::isRenderThreadJob | | Prototype: | bool isRenderThreadJob() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 130-130 |
| | 1 | 1 |
QAbstractAnimationJob::isPaused| Name: | QAbstractAnimationJob::isPaused | | Prototype: | inline bool isPaused() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 104-104 |
| | 1 | 1 |
QAbstractAnimationJob::isGroup| Name: | QAbstractAnimationJob::isGroup | | Prototype: | bool isGroup() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 129-129 |
| | 1 | 1 |
QAbstractAnimationJob::group| Name: | QAbstractAnimationJob::group | | Prototype: | inline QAnimationGroupJob *group() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 86-86 |
| | 1 | 1 |
QAbstractAnimationJob::fireTopLevelAnimationLoopChanged| Name: | QAbstractAnimationJob::fireTopLevelAnimationLoopChanged | | Prototype: | void QAbstractAnimationJob::fireTopLevelAnimationLoopChanged() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 306-312 |
| | 4 | 2 |
QAbstractAnimationJob::duration| Name: | QAbstractAnimationJob::duration | | Prototype: | int duration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 92-92 |
| | 1 | 1 |
QAbstractAnimationJob::direction| Name: | QAbstractAnimationJob::direction | | Prototype: | inline QAbstractAnimationJob::Direction direction() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 94-94 |
| | 1 | 1 |
QAbstractAnimationJob::currentTime| Name: | QAbstractAnimationJob::currentTime | | Prototype: | inline int currentTime() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 98-98 |
| | 1 | 1 |
QAbstractAnimationJob::currentLoopTime| Name: | QAbstractAnimationJob::currentLoopTime | | Prototype: | inline int currentLoopTime() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 99-99 |
| | 1 | 1 |
QAbstractAnimationJob::currentLoop| Name: | QAbstractAnimationJob::currentLoop | | Prototype: | inline int currentLoop() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 100-100 |
| | 1 | 1 |
QAbstractAnimationJob::QAbstractAnimationJob| Name: | QAbstractAnimationJob::QAbstractAnimationJob | | Prototype: | QAbstractAnimationJob::QAbstractAnimationJob() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob.cpp | | Lines: | 259-281 |
| | 2 | 1 |
QAbstractAnimationJob::ChangeListener::operator==| Name: | QAbstractAnimationJob::ChangeListener::operator== | | Prototype: | bool operator==(const ChangeListener &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 169-169 |
| | 1 | 1 |
QAbstractAnimationJob::ChangeListener::ChangeListener| Name: | QAbstractAnimationJob::ChangeListener::ChangeListener | | Prototype: | ChangeListener(QAnimationJobChangeListener *l, QAbstractAnimationJob::ChangeTypes t) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/animations/qabstractanimationjob_p.h | | Lines: | 166-166 |
| | 1 | 1 |
ProxyObject::virtualSetPrototypeOf| Name: | ProxyObject::virtualSetPrototypeOf | | Prototype: | bool ProxyObject::virtualSetPrototypeOf(Managed *m, const Object *p) | | Coverage: | 100.000% (25/25) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4proxy.cpp | | Lines: | 439-478 |
| | 30 | 8 |
Proxy::virtualCall| Name: | Proxy::virtualCall | | Prototype: | ReturnedValue Proxy::virtualCall(const FunctionObject *f, const Value *, const Value *, int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4proxy.cpp | | Lines: | 521-524 |
| | 1 | 1 |
Proxy::method_revoke| Name: | Proxy::method_revoke | | Prototype: | ReturnedValue Proxy::method_revoke(const FunctionObject *f, const Value *, const Value *, int) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4proxy.cpp | | Lines: | 544-553 |
| | 6 | 1 |
PropertyListPrototype::init| Name: | PropertyListPrototype::init | | Prototype: | void PropertyListPrototype::init(ExecutionEngine *) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllistwrapper.cpp | | Lines: | 160-163 |
| | 1 | 1 |
PlainLoader::loadThread| Name: | PlainLoader::loadThread | | Prototype: | void loadThread(QQmlTypeLoader *loader, QQmlDataBlob *blob) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypeloader.cpp | | Lines: | 994-997 |
| | 1 | 1 |
PlainLoader::loadAsync| Name: | PlainLoader::loadAsync | | Prototype: | void loadAsync(QQmlTypeLoader *loader, QQmlDataBlob *blob) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypeloader.cpp | | Lines: | 1002-1005 |
| | 1 | 1 |
PlainLoader::load| Name: | PlainLoader::load | | Prototype: | void load(QQmlTypeLoader *loader, QQmlDataBlob *blob) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmltypeloader.cpp | | Lines: | 998-1001 |
| | 1 | 1 |
PersistentValueStorage::mark| Name: | PersistentValueStorage::mark | | Prototype: | void PersistentValueStorage::mark(MarkStack *markStack) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/jsruntime/qv4persistent.cpp | | Lines: | 235-247 |
| | 7 | 4 |