Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsItemAnimationName: | QGraphicsItemAnimation::QGraphicsItemAnimation | Prototype: | QGraphicsItemAnimation::QGraphicsItemAnimation(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 188-192 |
| | 1 | 1 |
afterAnimationStepName: | QGraphicsItemAnimation::afterAnimationStep | Prototype: | void QGraphicsItemAnimation::afterAnimationStep(qreal step) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 584-587 |
| | 1 | 1 |
beforeAnimationStepName: | QGraphicsItemAnimation::beforeAnimationStep | Prototype: | void QGraphicsItemAnimation::beforeAnimationStep(qreal step) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 571-574 |
| | 1 | 1 |
clearName: | QGraphicsItemAnimation::clear | Prototype: | void QGraphicsItemAnimation::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 504-515 |
| | 9 | 1 |
horizontalScaleAtName: | QGraphicsItemAnimation::horizontalScaleAt | Prototype: | qreal QGraphicsItemAnimation::horizontalScaleAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 416-420 |
| | 2 | 1 |
horizontalShearAtName: | QGraphicsItemAnimation::horizontalShearAt | Prototype: | qreal QGraphicsItemAnimation::horizontalShearAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 466-470 |
| | 2 | 1 |
itemName: | QGraphicsItemAnimation::item | Prototype: | QGraphicsItem *QGraphicsItemAnimation::item() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 207-210 |
| | 1 | 1 |
matrixAtName: | QGraphicsItemAnimation::matrixAt | Prototype: | QMatrix QGraphicsItemAnimation::matrixAt(qreal step) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 296-310 |
| | 11 | 5 |
posAtName: | QGraphicsItemAnimation::posAt | Prototype: | QPointF QGraphicsItemAnimation::posAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 257-262 |
| | 3 | 1 |
posListName: | QGraphicsItemAnimation::posList | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::posList() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 282-291 |
| | 6 | 2 |
resetName: | QGraphicsItemAnimation::reset | Prototype: | void QGraphicsItemAnimation::reset() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 555-561 |
| | 4 | 2 |
rotationAtName: | QGraphicsItemAnimation::rotationAt | Prototype: | qreal QGraphicsItemAnimation::rotationAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 317-321 |
| | 2 | 1 |
rotationListName: | QGraphicsItemAnimation::rotationList | Prototype: | QList<QPair<qreal, qreal> > QGraphicsItemAnimation::rotationList() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 338-347 |
| | 6 | 2 |
scaleListName: | QGraphicsItemAnimation::scaleList | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::scaleList() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 439-448 |
| | 6 | 2 |
setItemName: | QGraphicsItemAnimation::setItem | Prototype: | void QGraphicsItemAnimation::setItem(QGraphicsItem *item) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 217-221 |
| | 2 | 1 |
setPosAtName: | QGraphicsItemAnimation::setPosAt | Prototype: | void QGraphicsItemAnimation::setPosAt(qreal step, const QPointF &pos) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 271-275 |
| | 2 | 1 |
setRotationAtName: | QGraphicsItemAnimation::setRotationAt | Prototype: | void QGraphicsItemAnimation::setRotationAt(qreal step, qreal angle) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 328-331 |
| | 1 | 1 |
setScaleAtName: | QGraphicsItemAnimation::setScaleAt | Prototype: | void QGraphicsItemAnimation::setScaleAt(qreal step, qreal sx, qreal sy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 428-432 |
| | 2 | 1 |
setShearAtName: | QGraphicsItemAnimation::setShearAt | Prototype: | void QGraphicsItemAnimation::setShearAt(qreal step, qreal sh, qreal sv) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 478-482 |
| | 2 | 1 |
setStepName: | QGraphicsItemAnimation::setStep | Prototype: | void QGraphicsItemAnimation::setStep(qreal step) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 523-546 |
| | 16 | 5 |
setTimeLineName: | QGraphicsItemAnimation::setTimeLine | Prototype: | void QGraphicsItemAnimation::setTimeLine(QTimeLine *timeLine) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 240-250 |
| | 8 | 4 |
setTranslationAtName: | QGraphicsItemAnimation::setTranslationAt | Prototype: | void QGraphicsItemAnimation::setTranslationAt(qreal step, qreal dx, qreal dy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 377-381 |
| | 2 | 1 |
shearListName: | QGraphicsItemAnimation::shearList | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::shearList() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 489-498 |
| | 6 | 2 |
timeLineName: | QGraphicsItemAnimation::timeLine | Prototype: | QTimeLine *QGraphicsItemAnimation::timeLine() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 229-232 |
| | 1 | 1 |
translationListName: | QGraphicsItemAnimation::translationList | Prototype: | QList<QPair<qreal, QPointF> > QGraphicsItemAnimation::translationList() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 388-397 |
| | 6 | 2 |
verticalScaleAtName: | QGraphicsItemAnimation::verticalScaleAt | Prototype: | qreal QGraphicsItemAnimation::verticalScaleAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 404-409 |
| | 2 | 1 |
verticalShearAtName: | QGraphicsItemAnimation::verticalShearAt | Prototype: | qreal QGraphicsItemAnimation::verticalShearAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 455-459 |
| | 2 | 1 |
xTranslationAtName: | QGraphicsItemAnimation::xTranslationAt | Prototype: | qreal QGraphicsItemAnimation::xTranslationAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 354-358 |
| | 2 | 1 |
yTranslationAtName: | QGraphicsItemAnimation::yTranslationAt | Prototype: | qreal QGraphicsItemAnimation::yTranslationAt(qreal step) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 365-369 |
| | 2 | 1 |
~QGraphicsItemAnimationName: | QGraphicsItemAnimation::~QGraphicsItemAnimation | Prototype: | QGraphicsItemAnimation::~QGraphicsItemAnimation() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitemanimation.cpp | Lines: | 197-200 |
| | 1 | 1 |