| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsScale| Name: | 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 |
applyTo| Name: | 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 |
origin| Name: | 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 |
setOrigin| Name: | 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 |
setXScale| Name: | 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 |
setYScale| Name: | 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 |
setZScale| Name: | 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 |
xScale| Name: | 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 |
yScale| Name: | 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 |
zScale| Name: | 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 |