| 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: | 47-50 |
| | 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: | 71-74 |
| | 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: | 61-64 |
| | 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: | 91-94 |
| | 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: | 116-119 |
| | 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: | 76-79 |
| | 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: | 66-69 |
| | 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: | 96-99 |
| | 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: | 86-89 |
| | 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: | 110-114 |
| | 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: | 81-84 |
| | 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: | 56-59 |
| | 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: | 121-128 |
| | 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: | 101-108 |
| | 5 | 2 |