Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 151-154 |
| | 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: | 163-168 |
| | 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: | 233-236 |
| | 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: | 211-215 |
| | 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: | 184-187 |
| | 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: | 245-249 |
| | 2 | 1 |
~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: | 173-176 |
| | 1 | 1 |
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: | 217-227 |
| | 6 | 2 |
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: | 189-202 |
| | 8 | 3 |
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: | 257-315 |
| | 33 | 9 |