Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QEasingCurveFunctionName: | QEasingCurveFunction::QEasingCurveFunction | Prototype: | QEasingCurveFunction(QEasingCurve::Type type, qreal period = 0.3, qreal amplitude = 1.0, qreal overshoot = 1.70158) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 357-360 |
| | 1 | 1 |
valueName: | QEasingCurveFunction::value | Prototype: | qreal QEasingCurveFunction::value(qreal t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 377-381 |
| | 2 | 1 |
copyName: | QEasingCurveFunction::copy | Prototype: | QEasingCurveFunction *QEasingCurveFunction::copy() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 383-389 |
| | 4 | 1 |
operator==Name: | QEasingCurveFunction::operator== | Prototype: | bool QEasingCurveFunction::operator==(const QEasingCurveFunction &other) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 391-399 |
| | 6 | 1 |