Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QAbstractAnimationName: | QAbstractAnimation::QAbstractAnimation | Prototype: | QAbstractAnimation::QAbstractAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1043-1048 |
| | 1 | 1 |
QAbstractAnimationName: | QAbstractAnimation::QAbstractAnimation | Prototype: | QAbstractAnimation::QAbstractAnimation(QAbstractAnimationPrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1053-1058 |
| | 1 | 1 |
currentLoopName: | QAbstractAnimation::currentLoop | Prototype: | int QAbstractAnimation::currentLoop() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1230-1234 |
| | 2 | 1 |
currentLoopTimeName: | QAbstractAnimation::currentLoopTime | Prototype: | int QAbstractAnimation::currentLoopTime() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1277-1281 |
| | 2 | 1 |
currentTimeName: | QAbstractAnimation::currentTime | Prototype: | int QAbstractAnimation::currentTime() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1296-1300 |
| | 2 | 1 |
directionName: | QAbstractAnimation::direction | Prototype: | QAbstractAnimation::Direction QAbstractAnimation::direction() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1149-1153 |
| | 2 | 1 |
eventName: | QAbstractAnimation::event | Prototype: | bool QAbstractAnimation::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1443-1446 |
| | 1 | 1 |
groupName: | QAbstractAnimation::group | Prototype: | QAnimationGroup *QAbstractAnimation::group() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1098-1102 |
| | 2 | 1 |
loopCountName: | QAbstractAnimation::loopCount | Prototype: | int QAbstractAnimation::loopCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1206-1210 |
| | 2 | 1 |
setLoopCountName: | QAbstractAnimation::setLoopCount | Prototype: | void QAbstractAnimation::setLoopCount(int loopCount) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1211-1215 |
| | 2 | 1 |
stateName: | QAbstractAnimation::state | Prototype: | QAbstractAnimation::State QAbstractAnimation::state() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1086-1090 |
| | 2 | 1 |
updateDirectionName: | QAbstractAnimation::updateDirection | Prototype: | void QAbstractAnimation::updateDirection(QAbstractAnimation::Direction direction) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1476-1479 |
| | 1 | 1 |
updateStateName: | QAbstractAnimation::updateState | Prototype: | void QAbstractAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1463-1468 |
| | 2 | 1 |
pauseName: | QAbstractAnimation::pause | Prototype: | void QAbstractAnimation::pause() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1395-1404 |
| | 5 | 2 |
resumeName: | QAbstractAnimation::resume | Prototype: | void QAbstractAnimation::resume() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1413-1423 |
| | 6 | 2 |
setPausedName: | QAbstractAnimation::setPaused | Prototype: | void QAbstractAnimation::setPaused(bool paused) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1431-1437 |
| | 3 | 2 |
startName: | QAbstractAnimation::start | Prototype: | void QAbstractAnimation::start(DeletionPolicy policy) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1359-1366 |
| | 5 | 2 |
stopName: | QAbstractAnimation::stop | Prototype: | void QAbstractAnimation::stop() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1378-1386 |
| | 4 | 2 |
totalDurationName: | QAbstractAnimation::totalDuration | Prototype: | int QAbstractAnimation::totalDuration() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1260-1269 |
| | 7 | 3 |
~QAbstractAnimationName: | QAbstractAnimation::~QAbstractAnimation | Prototype: | QAbstractAnimation::~QAbstractAnimation() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1065-1076 |
| | 7 | 3 |
setDirectionName: | QAbstractAnimation::setDirection | Prototype: | void QAbstractAnimation::setDirection(Direction direction) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1154-1183 |
| | 16 | 6 |
setCurrentTimeName: | QAbstractAnimation::setCurrentTime | Prototype: | void QAbstractAnimation::setCurrentTime(int msecs) | Coverage: | 100.000% (36/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | Lines: | 1301-1341 |
| | 23 | 7 |