Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStyleAnimationName: | QStyleAnimation::QStyleAnimation | Prototype: | QStyleAnimation::QStyleAnimation(QObject *target) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 53-56 |
| | 2 | 1 |
delayName: | QStyleAnimation::delay | Prototype: | int QStyleAnimation::delay() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 77-80 |
| | 1 | 1 |
durationName: | QStyleAnimation::duration | Prototype: | int QStyleAnimation::duration() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 67-70 |
| | 1 | 1 |
frameRateName: | QStyleAnimation::frameRate | Prototype: | QStyleAnimation::FrameRate QStyleAnimation::frameRate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 97-100 |
| | 1 | 1 |
isUpdateNeededName: | QStyleAnimation::isUpdateNeeded | Prototype: | bool QStyleAnimation::isUpdateNeeded() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 122-125 |
| | 1 | 1 |
setDelayName: | QStyleAnimation::setDelay | Prototype: | void QStyleAnimation::setDelay(int delay) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 82-85 |
| | 1 | 1 |
setDurationName: | QStyleAnimation::setDuration | Prototype: | void QStyleAnimation::setDuration(int duration) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 72-75 |
| | 1 | 1 |
setFrameRateName: | QStyleAnimation::setFrameRate | Prototype: | void QStyleAnimation::setFrameRate(FrameRate fps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 102-105 |
| | 1 | 1 |
setStartTimeName: | QStyleAnimation::setStartTime | Prototype: | void QStyleAnimation::setStartTime(const QTime &time) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 92-95 |
| | 1 | 1 |
startName: | QStyleAnimation::start | Prototype: | void QStyleAnimation::start() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 116-120 |
| | 2 | 1 |
startTimeName: | QStyleAnimation::startTime | Prototype: | QTime QStyleAnimation::startTime() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 87-90 |
| | 1 | 1 |
targetName: | QStyleAnimation::target | Prototype: | QObject *QStyleAnimation::target() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 62-65 |
| | 1 | 1 |
updateCurrentTimeName: | QStyleAnimation::updateCurrentTime | Prototype: | void QStyleAnimation::updateCurrentTime(int) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 127-134 |
| | 4 | 3 |
updateTargetName: | QStyleAnimation::updateTarget | Prototype: | void QStyleAnimation::updateTarget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 107-114 |
| | 5 | 2 |