Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
updateStateName: | QPropertyAnimation::updateState | Prototype: | void QPropertyAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | Coverage: | 67.568% (25/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 251-309 |
| | 33 | 9 |
setTargetObjectName: | QPropertyAnimation::setTargetObject | Prototype: | void QPropertyAnimation::setTargetObject(QObject *target) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 183-196 |
| | 8 | 3 |
setPropertyNameName: | QPropertyAnimation::setPropertyName | Prototype: | void QPropertyAnimation::setPropertyName(const QByteArray &propertyName) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 211-221 |
| | 6 | 2 |
~QPropertyAnimationName: | QPropertyAnimation::~QPropertyAnimation | Prototype: | QPropertyAnimation::~QPropertyAnimation() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 167-170 |
| | 1 | 1 |
updateCurrentValueName: | QPropertyAnimation::updateCurrentValue | Prototype: | void QPropertyAnimation::updateCurrentValue(const QVariant &value) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 239-243 |
| | 2 | 1 |
targetObjectName: | QPropertyAnimation::targetObject | Prototype: | QObject *QPropertyAnimation::targetObject() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 178-181 |
| | 1 | 1 |
propertyNameName: | QPropertyAnimation::propertyName | Prototype: | QByteArray QPropertyAnimation::propertyName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 205-209 |
| | 2 | 1 |
eventName: | QPropertyAnimation::event | Prototype: | bool QPropertyAnimation::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 227-230 |
| | 1 | 1 |
QPropertyAnimationName: | QPropertyAnimation::QPropertyAnimation | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 145-148 |
| | 2 | 1 |
QPropertyAnimationName: | QPropertyAnimation::QPropertyAnimation | Prototype: | QPropertyAnimation::QPropertyAnimation(QObject *target, const QByteArray &propertyName, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 157-162 |
| | 2 | 1 |