Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QEasingCurveName: | 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: | 1060-1064 |
| | 1 | 1 |
QEasingCurveName: | 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: | 1069-1073 |
| | 3 | 1 |
amplitudeName: | QEasingCurve::amplitude | Prototype: | qreal QEasingCurve::amplitude() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1143-1146 |
| | 1 | 1 |
customTypeName: | QEasingCurve::customType | Prototype: | QEasingCurve::EasingFunction QEasingCurve::customType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1403-1406 |
| | 1 | 1 |
overshootName: | QEasingCurve::overshoot | Prototype: | qreal QEasingCurve::overshoot() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1191-1194 |
| | 1 | 1 |
periodName: | QEasingCurve::period | Prototype: | qreal QEasingCurve::period() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1167-1170 |
| | 1 | 1 |
toCubicSplineName: | QEasingCurve::toCubicSpline | Prototype: | QVector<QPointF> QEasingCurve::toCubicSpline() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1311-1314 |
| | 1 | 1 |
typeName: | 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: | 1319-1322 |
| | 1 | 1 |
~QEasingCurveName: | 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: | 1079-1082 |
| | 1 | 1 |
addCubicBezierSegmentName: | 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: | 1218-1223 |
| | 3 | 2 |
setAmplitudeName: | 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: | 1155-1160 |
| | 3 | 2 |
setCustomTypeName: | 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: | 1388-1396 |
| | 5 | 2 |
setOvershootName: | 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: | 1203-1208 |
| | 3 | 2 |
setPeriodName: | 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: | 1179-1184 |
| | 3 | 2 |
addTCBSegmentName: | 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: | 1285-1297 |
| | 6 | 3 |
setTypeName: | 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: | 1365-1375 |
| | 6 | 3 |
valueForProgressName: | 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: | 1414-1423 |
| | 6 | 3 |
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: | 1109-1126 |
| | 10 | 4 |