| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QEasingCurve| Name: | QEasingCurve::~QEasingCurve | | Prototype: | QEasingCurve::~QEasingCurve() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1073-1076 |
| | 1 | 1 |
type| Name: | QEasingCurve::type | | Prototype: | QEasingCurve::Type QEasingCurve::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1313-1316 |
| | 1 | 1 |
setType| Name: | QEasingCurve::setType | | Prototype: | void QEasingCurve::setType(Type type) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1359-1369 |
| | 6 | 3 |
setPeriod| Name: | QEasingCurve::setPeriod | | Prototype: | void QEasingCurve::setPeriod(qreal period) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1173-1178 |
| | 3 | 2 |
setAmplitude| Name: | QEasingCurve::setAmplitude | | Prototype: | void QEasingCurve::setAmplitude(qreal amplitude) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1149-1154 |
| | 3 | 2 |
period| Name: | QEasingCurve::period | | Prototype: | qreal QEasingCurve::period() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1161-1164 |
| | 1 | 1 |
overshoot| Name: | QEasingCurve::overshoot | | Prototype: | qreal QEasingCurve::overshoot() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1185-1188 |
| | 1 | 1 |
amplitude| Name: | QEasingCurve::amplitude | | Prototype: | qreal QEasingCurve::amplitude() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1137-1140 |
| | 1 | 1 |
QEasingCurve| Name: | QEasingCurve::QEasingCurve | | Prototype: | QEasingCurve::QEasingCurve(Type type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1054-1058 |
| | 1 | 1 |
QEasingCurve| Name: | QEasingCurve::QEasingCurve | | Prototype: | QEasingCurve::QEasingCurve(const QEasingCurve &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1063-1067 |
| | 3 | 1 |
operator==| Name: | QEasingCurve::operator== | | Prototype: | bool QEasingCurve::operator==(const QEasingCurve &other) const | | Coverage: | 79.167% (19/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1103-1120 |
| | 10 | 4 |
valueForProgress| Name: | QEasingCurve::valueForProgress | | Prototype: | qreal QEasingCurve::valueForProgress(qreal progress) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1408-1417 |
| | 6 | 3 |
addTCBSegment| Name: | QEasingCurve::addTCBSegment | | Prototype: | void QEasingCurve::addTCBSegment(const QPointF &nextPoint, qreal t, qreal c, qreal b) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1279-1291 |
| | 6 | 3 |
setOvershoot| Name: | QEasingCurve::setOvershoot | | Prototype: | void QEasingCurve::setOvershoot(qreal overshoot) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1197-1202 |
| | 3 | 2 |
setCustomType| Name: | QEasingCurve::setCustomType | | Prototype: | void QEasingCurve::setCustomType(EasingFunction func) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1382-1390 |
| | 5 | 2 |
addCubicBezierSegment| Name: | QEasingCurve::addCubicBezierSegment | | Prototype: | void QEasingCurve::addCubicBezierSegment(const QPointF & c1, const QPointF & c2, const QPointF & endPoint) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1212-1217 |
| | 3 | 2 |
toCubicSpline| Name: | QEasingCurve::toCubicSpline | | Prototype: | QVector<QPointF> QEasingCurve::toCubicSpline() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1305-1308 |
| | 1 | 1 |
customType| Name: | QEasingCurve::customType | | Prototype: | QEasingCurve::EasingFunction QEasingCurve::customType() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1397-1400 |
| | 1 | 1 |