| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QWidgetAnimator| Name: | 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 |
abort| Name: | 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 |
animate| Name: | 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 |
animating| Name: | 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 |
animationFinished| Name: | 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 |