Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
BezierEaseName: | BezierEase::BezierEase | Prototype: | BezierEase(QEasingCurve::Type type = QEasingCurve::BezierSpline) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 441-443 |
| | 1 | 1 |
_acosName: | BezierEase::_acos | Prototype: | qreal static inline _acos(qreal x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 665-668 |
| | 1 | 1 |
_cbrtName: | BezierEase::_cbrt | Prototype: | qreal static inline _cbrt(qreal d) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 604-625 |
| | 10 | 3 |
_cosName: | BezierEase::_cos | Prototype: | qreal static inline _cos(qreal x) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 670-701 |
| | 20 | 6 |
_fast_cbrtName: | BezierEase::_fast_cbrt | Prototype: | float static inline _fast_cbrt(float x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 627-640 |
| | 4 | 1 |
_fast_cbrtName: | BezierEase::_fast_cbrt | Prototype: | double static inline _fast_cbrt(double d) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 642-663 |
| | 7 | 1 |
copyName: | BezierEase::copy | Prototype: | QEasingCurveFunction *copy() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 499-509 |
| | 8 | 1 |
cosacosName: | BezierEase::cosacos | Prototype: | void static inline cosacos(qreal x, qreal &s1, qreal &s2, qreal &s3 ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 708-728 |
| | 6 | 1 |
evaluateDerivateForXName: | BezierEase::evaluateDerivateForX | Prototype: | qreal static inline evaluateDerivateForX(const SingleCubicBezier &singleCubicBezier, qreal t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 592-602 |
| | 6 | 1 |
evaluateForXName: | BezierEase::evaluateForX | Prototype: | qreal static inline evaluateForX(const SingleCubicBezier &singleCubicBezier, qreal t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 574-590 |
| | 10 | 1 |
evaluateSegmentForYName: | BezierEase::evaluateSegmentForY | Prototype: | qreal static inline evaluateSegmentForY(const SingleCubicBezier &singleCubicBezier, qreal t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 556-572 |
| | 10 | 1 |
findTForXName: | BezierEase::findTForX | Prototype: | qreal static inline findTForX(const SingleCubicBezier &singleCubicBezier, qreal x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 800-820 |
| | 12 | 1 |
getBezierSegmentName: | BezierEase::getBezierSegment | Prototype: | void getBezierSegment(SingleCubicBezier * &singleCubicBezier, qreal x) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 511-523 |
| | 6 | 3 |
inRangeName: | BezierEase::inRange | Prototype: | bool static inline inRange(qreal f) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 703-706 |
| | 1 | 1 |
initName: | BezierEase::init | Prototype: | void init() | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 445-497 |
| | 33 | 5 |
newtonIterationName: | BezierEase::newtonIteration | Prototype: | qreal static inline newtonIteration(const SingleCubicBezier &singleCubicBezier, qreal t, qreal x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 526-533 |
| | 3 | 1 |
singleRealSolutionForCubicName: | BezierEase::singleRealSolutionForCubic | Prototype: | qreal static inline singleRealSolutionForCubic(qreal a, qreal b, qreal c) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 730-798 |
| | 39 | 6 |
valueName: | BezierEase::value | Prototype: | qreal value(qreal x) override | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 535-554 |
| | 11 | 4 |