| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QMatrix::operator *| Name:  | QMatrix::operator * |  | Prototype:  | QMatrix QMatrix::operator *(const QMatrix &m) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 1055-1065 |  
  |  | 7 | 1 | 
 QMatrix::mapToPolygon| Name:  | QMatrix::mapToPolygon |  | Prototype:  | QPolygon QMatrix::mapToPolygon(const QRect &rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 756-801 |  
  |  | 30 | 4 | 
 QMatrix::mapRect| Name:  | QMatrix::mapRect |  | Prototype:  | QRect QMatrix::mapRect(const QRect &rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 376-420 |  
  |  | 37 | 4 | 
 QMatrix::mapRect| Name:  | QMatrix::mapRect |  | Prototype:  | QRectF QMatrix::mapRect(const QRectF &rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 441-484 |  
  |  | 37 | 4 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | void QMatrix::map(qreal x, qreal y, qreal *tx, qreal *ty) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 355-358 |  
  |  | 1 | 1 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | void QMatrix::map(int x, int y, int *tx, int *ty) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 371-374 |  
  |  | 1 | 1 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QPoint QMatrix::map(const QPoint &p) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 506-512 |  
  |  | 4 | 1 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QPointF QMatrix::map(const QPointF &point) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 530-535 |  
  |  | 3 | 1 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QLineF QMatrix::map(const QLineF &line) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 571-574 |  
  |  | 1 | 1 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QLine QMatrix::map(const QLine &line) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 584-587 |  
  |  | 1 | 1 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QPolygon QMatrix::map(const QPolygon &a) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 607-618 |  
  |  | 8 | 2 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QPolygonF QMatrix::map(const QPolygonF &a) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 628-639 |  
  |  | 8 | 2 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QRegion QMatrix::map(const QRegion &r) const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 672-684 |  
  |  | 8 | 3 | 
 QMatrix::map| Name:  | QMatrix::map |  | Prototype:  | QPainterPath QMatrix::map(const QPainterPath &path) const |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 702-734 |  
  |  | 17 | 6 | 
 QMatrix::inverted| Name:  | QMatrix::inverted |  | Prototype:  | QMatrix QMatrix::inverted(bool *invertible) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 946-964 |  
  |  | 13 | 4 | 
 QMatrix::QMatrix| Name:  | QMatrix::QMatrix |  | Prototype:  | QMatrix::QMatrix() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 220-228 |  
  |  | 2 | 1 | 
 QMatrix::QMatrix| Name:  | QMatrix::QMatrix |  | Prototype:  | QMatrix::QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 237-245 |  
  |  | 2 | 1 | 
 QMatrix::QMatrix| Name:  | QMatrix::QMatrix |  | Prototype:  | QMatrix::QMatrix(const QMatrix &matrix) noexcept |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 251-259 |  
  |  | 2 | 1 | 
 QMatrix4x4::viewport| Name:  | QMatrix4x4::viewport |  | Prototype:  | void QMatrix4x4::viewport(float left, float bottom, float width, float height, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1592-1617 |  
  |  | 21 | 1 | 
 QMatrix4x4::transposed| Name:  | QMatrix4x4::transposed |  | Prototype:  | QMatrix4x4 QMatrix4x4::transposed() const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 585-596 |  
  |  | 6 | 3 | 
 QMatrix4x4::translate| Name:  | QMatrix4x4::translate |  | Prototype:  | void QMatrix4x4::translate(const QVector3D& vector) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 985-1017 |  
  |  | 28 | 6 | 
 QMatrix4x4::translate| Name:  | QMatrix4x4::translate |  | Prototype:  | void QMatrix4x4::translate(float x, float y) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1028-1052 |  
  |  | 20 | 6 | 
 QMatrix4x4::translate| Name:  | QMatrix4x4::translate |  | Prototype:  | void QMatrix4x4::translate(float x, float y, float z) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1062-1091 |  
  |  | 25 | 6 | 
 QMatrix4x4::toTransform| Name:  | QMatrix4x4::toTransform |  | Prototype:  | QTransform QMatrix4x4::toTransform() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1687-1692 |  
  |  | 3 | 1 | 
 QMatrix4x4::toTransform| Name:  | QMatrix4x4::toTransform |  | Prototype:  | QTransform QMatrix4x4::toTransform(float distanceToPlane) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1711-1736 |  
  |  | 12 | 3 | 
 QMatrix4x4::toAffine| Name:  | QMatrix4x4::toAffine |  | Prototype:  | QMatrix QMatrix4x4::toAffine() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1669-1674 |  
  |  | 3 | 1 | 
 QMatrix4x4::scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(const QVector3D& vector) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 823-857 |  
  |  | 30 | 4 | 
 QMatrix4x4::scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(float x, float y) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 869-893 |  
  |  | 20 | 4 | 
 QMatrix4x4::scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(float x, float y, float z) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 903-934 |  
  |  | 27 | 4 | 
 QMatrix4x4::scale| Name:  | QMatrix4x4::scale |  | Prototype:  | void QMatrix4x4::scale(float factor) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 944-975 |  
  |  | 27 | 4 | 
 QMatrix4x4::rotate| Name:  | QMatrix4x4::rotate |  | Prototype:  | void QMatrix4x4::rotate(float angle, const QVector3D& vector) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1101-1104 |  
  |  | 1 | 1 | 
 QMatrix4x4::rotate| Name:  | QMatrix4x4::rotate |  | Prototype:  | void QMatrix4x4::rotate(float angle, float x, float y, float z) |  | Coverage:  |   0.000% (0/51) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1116-1218 |  
  |  | 87 | 14 | 
 QMatrix4x4::rotate| Name:  | QMatrix4x4::rotate |  | Prototype:  | void QMatrix4x4::rotate(const QQuaternion& quaternion) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1325-1363 |  
  |  | 31 | 1 | 
 QMatrix4x4::projectedRotate| Name:  | QMatrix4x4::projectedRotate |  | Prototype:  | void QMatrix4x4::projectedRotate(float angle, float x, float y, float z) |  | Coverage:  |   0.000% (0/51) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1223-1314 |  
  |  | 77 | 14 | 
 QMatrix4x4::perspective| Name:  | QMatrix4x4::perspective |  | Prototype:  | void QMatrix4x4::perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1491-1525 |  
  |  | 27 | 3 | 
 QMatrix4x4::orthonormalInverse| Name:  | QMatrix4x4::orthonormalInverse |  | Prototype:  | QMatrix4x4 QMatrix4x4::orthonormalInverse() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1903-1931 |  
  |  | 19 | 1 | 
 QMatrix4x4::ortho| Name:  | QMatrix4x4::ortho |  | Prototype:  | void QMatrix4x4::ortho(const QRect& rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1376-1383 |  
  |  | 1 | 1 | 
 QMatrix4x4::ortho| Name:  | QMatrix4x4::ortho |  | Prototype:  | void QMatrix4x4::ortho(const QRectF& rect) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1394-1397 |  
  |  | 1 | 1 | 
 QMatrix4x4::ortho| Name:  | QMatrix4x4::ortho |  | Prototype:  | void QMatrix4x4::ortho(float left, float right, float bottom, float top, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1407-1438 |  
  |  | 24 | 2 | 
 QMatrix4x4::optimize| Name:  | QMatrix4x4::optimize |  | Prototype:  | void QMatrix4x4::optimize() |  | Coverage:  |   0.000% (0/56) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1953-2003 |  
  |  | 30 | 8 | 
 QMatrix4x4::operator/=| Name:  | QMatrix4x4::operator/= |  | Prototype:  | QMatrix4x4& QMatrix4x4::operator/=(float divisor) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 628-648 |  
  |  | 18 | 1 | 
 QMatrix4x4::normalMatrix| Name:  | QMatrix4x4::normalMatrix |  | Prototype:  | QMatrix3x3 QMatrix4x4::normalMatrix() const |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 529-580 |  
  |  | 39 | 6 | 
 QMatrix4x4::mapRect| Name:  | QMatrix4x4::mapRect |  | Prototype:  | QRect QMatrix4x4::mapRect(const QRect& rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1796-1832 |  
  |  | 26 | 5 | 
 QMatrix4x4::mapRect| Name:  | QMatrix4x4::mapRect |  | Prototype:  | QRectF QMatrix4x4::mapRect(const QRectF& rect) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1842-1873 |  
  |  | 21 | 5 | 
 QMatrix4x4::lookAt| Name:  | QMatrix4x4::lookAt |  | Prototype:  | void QMatrix4x4::lookAt(const QVector3D& eye, const QVector3D& center, const QVector3D& up) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1538-1569 |  
  |  | 26 | 2 | 
 QMatrix4x4::inverted| Name:  | QMatrix4x4::inverted |  | Prototype:  | QMatrix4x4 QMatrix4x4::inverted(bool *invertible) const |  | Coverage:  |   0.000% (0/56) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 409-519 |  
  |  | 92 | 18 | 
 QMatrix4x4::frustum| Name:  | QMatrix4x4::frustum |  | Prototype:  | void QMatrix4x4::frustum(float left, float right, float bottom, float top, float nearPlane, float farPlane) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1448-1479 |  
  |  | 24 | 2 | 
 QMatrix4x4::flipCoordinates| Name:  | QMatrix4x4::flipCoordinates |  | Prototype:  | void QMatrix4x4::flipCoordinates() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1629-1649 |  
  |  | 12 | 2 | 
 QMatrix4x4::determinant| Name:  | QMatrix4x4::determinant |  | Prototype:  | double QMatrix4x4::determinant() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 383-395 |  
  |  | 9 | 4 | 
 QMatrix4x4::copyDataTo| Name:  | QMatrix4x4::copyDataTo |  | Prototype:  | void QMatrix4x4::copyDataTo(float *values) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 1655-1660 |  
  |  | 3 | 3 | 
 QMatrix4x4::QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const float *values) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 104-110 |  
  |  | 4 | 3 | 
 QMatrix4x4::QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const float *values, int cols, int rows) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 175-188 |  
  |  | 8 | 5 | 
 QMatrix4x4::QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const QMatrix& matrix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 201-220 |  
  |  | 17 | 1 | 
 QMatrix4x4::QMatrix4x4| Name:  | QMatrix4x4::QMatrix4x4 |  | Prototype:  | QMatrix4x4::QMatrix4x4(const QTransform& transform) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp |  | Lines:  | 233-252 |  
  |  | 17 | 1 | 
 QMapNodeBase::previousNode| Name:  | QMapNodeBase::previousNode |  | Prototype:  | const QMapNodeBase *QMapNodeBase::previousNode() const |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 71-87 |  
  |  | 11 | 4 | 
 QMapNodeBase::nextNode| Name:  | QMapNodeBase::nextNode |  | Prototype:  | const QMapNodeBase *QMapNodeBase::nextNode() const |  | Coverage:  |  92.308% (12/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 53-69 |  
  |  | 11 | 4 | 
 QMapDataBase::rotateRight| Name:  | QMapDataBase::rotateRight |  | Prototype:  | void QMapDataBase::rotateRight(QMapNodeBase *x) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 109-125 |  
  |  | 13 | 4 | 
 QMapDataBase::rotateLeft| Name:  | QMapDataBase::rotateLeft |  | Prototype:  | void QMapDataBase::rotateLeft(QMapNodeBase *x) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 90-106 |  
  |  | 13 | 4 | 
 QMapDataBase::recalcMostLeftNode| Name:  | QMapDataBase::recalcMostLeftNode |  | Prototype:  | void QMapDataBase::recalcMostLeftNode() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 297-302 |  
  |  | 3 | 2 | 
 QMapDataBase::rebalance| Name:  | QMapDataBase::rebalance |  | Prototype:  | void QMapDataBase::rebalance(QMapNodeBase *x) |  | Coverage:  | 100.000% (25/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 128-168 |  
  |  | 29 | 7 | 
 QMapDataBase::freeTree| Name:  | QMapDataBase::freeTree |  | Prototype:  | void QMapDataBase::freeTree(QMapNodeBase *root, int alignment) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 349-356 |  
  |  | 5 | 3 | 
 QMapDataBase::freeNodeAndRebalance| Name:  | QMapDataBase::freeNodeAndRebalance |  | Prototype:  | void QMapDataBase::freeNodeAndRebalance(QMapNodeBase *z) |  | Coverage:  |  96.226% (102/106) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 170-295 |  
  |  | 98 | 28 | 
 QMapDataBase::freeData| Name:  | QMapDataBase::freeData |  | Prototype:  | void QMapDataBase::freeData(QMapDataBase *d) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 373-376 |  
  |  | 1 | 1 | 
 QMapDataBase::createNode| Name:  | QMapDataBase::createNode |  | Prototype:  | QMapNodeBase *QMapDataBase::createNode(int alloc, int alignment, QMapNodeBase *parent, bool left) |  | Coverage:  |  85.714% (12/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 327-347 |  
  |  | 13 | 5 | 
 QMapDataBase::createData| Name:  | QMapDataBase::createData |  | Prototype:  | QMapDataBase *QMapDataBase::createData() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp |  | Lines:  | 358-371 |  
  |  | 8 | 1 | 
 QMainWindowTabBar::mouseReleaseEvent| Name:  | QMainWindowTabBar::mouseReleaseEvent |  | Prototype:  | void QMainWindowTabBar::mouseReleaseEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1610-1620 |  
  |  | 6 | 3 | 
 QMainWindowTabBar::mouseMoveEvent| Name:  | QMainWindowTabBar::mouseMoveEvent |  | Prototype:  | void QMainWindowTabBar::mouseMoveEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1560-1608 |  
  |  | 30 | 8 | 
 QMainWindowTabBar::event| Name:  | QMainWindowTabBar::event |  | Prototype:  | bool QMainWindowTabBar::event(QEvent *e) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1622-1638 |  
  |  | 11 | 4 | 
 QMainWindowTabBar::QMainWindowTabBar| Name:  | QMainWindowTabBar::QMainWindowTabBar |  | Prototype:  | QMainWindowTabBar::QMainWindowTabBar(QMainWindow *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1554-1558 |  
  |  | 1 | 1 | 
 QMainWindowPrivate::separatorCursor| Name:  | QMainWindowPrivate::separatorCursor |  | Prototype:  | QCursor QMainWindowPrivate::separatorCursor(const QList<int> &path) const |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1336-1358 |  
  |  | 9 | 7 | 
 QMainWindowPrivate::mainWindowLayout| Name:  | QMainWindowPrivate::mainWindowLayout |  | Prototype:  | static inline QMainWindowLayout *mainWindowLayout(const QMainWindow *mainWindow) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 115-118 |  
  |  | 1 | 1 | 
 QMainWindowPrivate::init| Name:  | QMainWindowPrivate::init |  | Prototype:  | void QMainWindowPrivate::init() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 163-181 |  
  |  | 5 | 1 | 
 QMainWindowPrivate::adjustCursor| Name:  | QMainWindowPrivate::adjustCursor |  | Prototype:  | void QMainWindowPrivate::adjustCursor(const QPoint &pos) |  | Coverage:  |   0.000% (0/34) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1360-1408 |  
  |  | 31 | 12 | 
 QMainWindowPrivate::QMainWindowPrivate| Name:  | QMainWindowPrivate::QMainWindowPrivate |  | Prototype:  | inline QMainWindowPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 78-90 |  
  |  | 1 | 1 | 
 QMainWindowLayoutState::unplug| Name:  | QMainWindowLayoutState::unplug |  | Prototype:  | QLayoutItem *QMainWindowLayoutState::unplug(const QList<int> &path, QMainWindowLayoutState *other) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 812-829 |  
  |  | 6 | 3 | 
 QMainWindowLayoutState::takeAt| Name:  | QMainWindowLayoutState::takeAt |  | Prototype:  | QLayoutItem *QMainWindowLayoutState::takeAt(int index, int *x) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 539-558 |  
  |  | 5 | 3 | 
 QMainWindowLayoutState::sizeHint| Name:  | QMainWindowLayoutState::sizeHint |  | Prototype:  | QSize QMainWindowLayoutState::sizeHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 426-443 |  
  |  | 4 | 1 | 
 QMainWindowLayoutState::setCentralWidget| Name:  | QMainWindowLayoutState::setCentralWidget |  | Prototype:  | void QMainWindowLayoutState::setCentralWidget(QWidget *widget) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 606-620 |  
  |  | 5 | 2 | 
 QMainWindowLayoutState::saveState| Name:  | QMainWindowLayoutState::saveState |  | Prototype:  | void QMainWindowLayoutState::saveState(QDataStream &stream) const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 831-850 |  
  |  | 9 | 3 | 
 QMainWindowLayoutState::restoreState| Name:  | QMainWindowLayoutState::restoreState |  | Prototype:  | bool QMainWindowLayoutState::restoreState(QDataStream &_stream, const QMainWindowLayoutState &oldState) |  | Coverage:  |   0.000% (0/48) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 938-1035 |  
  |  | 57 | 19 | 
 QMainWindowLayoutState::remove| Name:  | QMainWindowLayoutState::remove |  | Prototype:  | void QMainWindowLayoutState::remove(const QList<int> &path) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 690-703 |  
  |  | 5 | 3 | 
 QMainWindowLayoutState::remove| Name:  | QMainWindowLayoutState::remove |  | Prototype:  | void QMainWindowLayoutState::remove(QLayoutItem *item) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 705-719 |  
  |  | 5 | 3 | 
 QMainWindowLayoutState::plug| Name:  | QMainWindowLayoutState::plug |  | Prototype:  | QLayoutItem *QMainWindowLayoutState::plug(const QList<int> &path) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 795-810 |  
  |  | 6 | 3 | 
 QMainWindowLayoutState::minimumSize| Name:  | QMainWindowLayoutState::minimumSize |  | Prototype:  | QSize QMainWindowLayoutState::minimumSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 445-461 |  
  |  | 4 | 1 | 
 QMainWindowLayoutState::itemRect| Name:  | QMainWindowLayoutState::itemRect |  | Prototype:  | QRect QMainWindowLayoutState::itemRect(const QList<int> &path) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 761-776 |  
  |  | 6 | 3 | 
 QMainWindowLayoutState::itemAt| Name:  | QMainWindowLayoutState::itemAt |  | Prototype:  | QLayoutItem *QMainWindowLayoutState::itemAt(int index, int *x) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 521-537 |  
  |  | 5 | 3 | 
 QMainWindowLayoutState::item| Name:  | QMainWindowLayoutState::item |  | Prototype:  | QLayoutItem *QMainWindowLayoutState::item(const QList<int> &path) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 741-759 |  
  |  | 8 | 3 | 
 QMainWindowLayoutState::isValid| Name:  | QMainWindowLayoutState::isValid |  | Prototype:  | bool QMainWindowLayoutState::isValid() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 736-739 |  
  |  | 1 | 1 | 
 QMainWindowLayoutState::insertGap| Name:  | QMainWindowLayoutState::insertGap |  | Prototype:  | bool QMainWindowLayoutState::insertGap(const QList<int> &path, QLayoutItem *item) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 666-688 |  
  |  | 10 | 4 | 
 QMainWindowLayoutState::indexOf| Name:  | QMainWindowLayoutState::indexOf |  | Prototype:  | QList<int> QMainWindowLayoutState::indexOf(QWidget *widget) const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 560-585 |  
  |  | 12 | 5 | 
 QMainWindowLayoutState::gapRect| Name:  | QMainWindowLayoutState::gapRect |  | Prototype:  | QRect QMainWindowLayoutState::gapRect(const QList<int> &path) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 778-793 |  
  |  | 6 | 3 | 
 QMainWindowLayoutState::gapIndex| Name:  | QMainWindowLayoutState::gapIndex |  | Prototype:  | QList<int> QMainWindowLayoutState::gapIndex(QWidget *widget, const QPoint &pos) const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 637-664 |  
  |  | 13 | 5 | 
 QMainWindowLayoutState::fitLayout| Name:  | QMainWindowLayoutState::fitLayout |  | Prototype:  | void QMainWindowLayoutState::fitLayout() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 481-497 |  
  |  | 5 | 1 | 
 QMainWindowLayoutState::deleteCentralWidgetItem| Name:  | QMainWindowLayoutState::deleteCentralWidgetItem |  | Prototype:  | void QMainWindowLayoutState::deleteCentralWidgetItem() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 510-519 |  
  |  | 2 | 1 | 
 QMainWindowLayoutState::deleteAllLayoutItems| Name:  | QMainWindowLayoutState::deleteAllLayoutItems |  | Prototype:  | void QMainWindowLayoutState::deleteAllLayoutItems() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 499-508 |  
  |  | 2 | 1 | 
 QMainWindowLayoutState::contains| Name:  | QMainWindowLayoutState::contains |  | Prototype:  | bool QMainWindowLayoutState::contains(QWidget *widget) const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 587-604 |  
  |  | 7 | 4 | 
 QMainWindowLayoutState::clear| Name:  | QMainWindowLayoutState::clear |  | Prototype:  | void QMainWindowLayoutState::clear() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 721-734 |  
  |  | 3 | 1 | 
 QMainWindowLayoutState::checkFormat| Name:  | QMainWindowLayoutState::checkFormat |  | Prototype:  | bool QMainWindowLayoutState::checkFormat(QDataStream &stream) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 887-936 |  
  |  | 21 | 10 | 
 QMainWindowLayoutState::centralWidget| Name:  | QMainWindowLayoutState::centralWidget |  | Prototype:  | QWidget *QMainWindowLayoutState::centralWidget() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 622-635 |  
  |  | 5 | 2 | 
 QMainWindowLayoutState::apply| Name:  | QMainWindowLayoutState::apply |  | Prototype:  | void QMainWindowLayoutState::apply(bool animated) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 463-479 |  
  |  | 2 | 1 |