| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStyleAnimation| Name: | 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 |
delay| Name: | 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 |
duration| Name: | 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 |
frameRate| Name: | 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 |
isUpdateNeeded| Name: | 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 |
setDelay| Name: | 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 |
setDuration| Name: | 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 |
setFrameRate| Name: | 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 |
setStartTime| Name: | 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 |
start| Name: | 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 |
startTime| Name: | 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 |
target| Name: | 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 |
updateCurrentTime| Name: | 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 |
updateTarget| Name: | 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 |