Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsScaleName: | QGraphicsScale::QGraphicsScale | Prototype: | QGraphicsScale::QGraphicsScale(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 217-220 |
| | 2 | 1 |
applyToName: | QGraphicsScale::applyTo | Prototype: | void QGraphicsScale::applyTo(QMatrix4x4 *matrix) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 337-343 |
| | 4 | 1 |
originName: | QGraphicsScale::origin | Prototype: | QVector3D QGraphicsScale::origin() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 238-242 |
| | 2 | 1 |
setOriginName: | QGraphicsScale::setOrigin | Prototype: | void QGraphicsScale::setOrigin(const QVector3D &point) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 243-251 |
| | 6 | 2 |
setXScaleName: | QGraphicsScale::setXScale | Prototype: | void QGraphicsScale::setXScale(qreal scale) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 269-278 |
| | 7 | 2 |
setYScaleName: | QGraphicsScale::setYScale | Prototype: | void QGraphicsScale::setYScale(qreal scale) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 296-305 |
| | 7 | 2 |
setZScaleName: | QGraphicsScale::setZScale | Prototype: | void QGraphicsScale::setZScale(qreal scale) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 323-332 |
| | 7 | 2 |
xScaleName: | QGraphicsScale::xScale | Prototype: | qreal QGraphicsScale::xScale() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 264-268 |
| | 2 | 1 |
yScaleName: | QGraphicsScale::yScale | Prototype: | qreal QGraphicsScale::yScale() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 291-295 |
| | 2 | 1 |
zScaleName: | QGraphicsScale::zScale | Prototype: | qreal QGraphicsScale::zScale() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicstransform.cpp | Lines: | 318-322 |
| | 2 | 1 |