Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
animatingName: | QWidgetAnimator::animating | Prototype: | bool QWidgetAnimator::animating() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | Lines: | 117-120 |
| | 1 | 1 |
QWidgetAnimatorName: | QWidgetAnimator::QWidgetAnimator | Prototype: | QWidgetAnimator::QWidgetAnimator(QMainWindowLayout *layout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | Lines: | 49-51 |
| | 2 | 1 |
animationFinishedName: | QWidgetAnimator::animationFinished | Prototype: | void QWidgetAnimator::animationFinished() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | Lines: | 73-77 |
| | 2 | 1 |
abortName: | QWidgetAnimator::abort | Prototype: | void QWidgetAnimator::abort(QWidget *w) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | Lines: | 53-70 |
| | 8 | 3 |
animateName: | QWidgetAnimator::animate | Prototype: | void QWidgetAnimator::animate(QWidget *widget, const QRect &_final_geometry, bool animate) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetanimator.cpp | Lines: | 80-115 |
| | 19 | 4 |