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: | 194-198 |
| | 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: | 590-593 |
| | 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: | 577-580 |
| | 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: | 510-521 |
| | 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: | 422-426 |
| | 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: | 472-476 |
| | 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: | 213-216 |
| | 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: | 302-316 |
| | 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: | 263-268 |
| | 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: | 288-297 |
| | 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: | 561-567 |
| | 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: | 323-327 |
| | 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: | 344-353 |
| | 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: | 445-454 |
| | 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: | 223-227 |
| | 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: | 277-281 |
| | 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: | 334-337 |
| | 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: | 434-438 |
| | 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: | 484-488 |
| | 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: | 529-552 |
| | 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: | 246-256 |
| | 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: | 383-387 |
| | 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: | 495-504 |
| | 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: | 235-238 |
| | 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: | 394-403 |
| | 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: | 410-415 |
| | 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: | 461-465 |
| | 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: | 360-364 |
| | 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: | 371-375 |
| | 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: | 203-206 |
| | 1 | 1 |