| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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 | 
 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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 | 
 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 | 
 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::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::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::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::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::operator *=| Name:  | QMatrix::operator *= |  | Prototype:  | QMatrix &QMatrix::operator *=(const QMatrix &m) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 1029-1043 |  
  |  | 10 | 1 | 
 QMatrix::operator!=| Name:  | QMatrix::operator!= |  | Prototype:  | bool 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:  | 1011-1019 |  
  |  | 6 | 1 | 
 QMatrix::operator=| Name:  | QMatrix::operator= |  | Prototype:  | QMatrix &QMatrix::operator=(const QMatrix &matrix) noexcept |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 1071-1080 |  
  |  | 7 | 1 | 
 QMatrix::operator==| Name:  | QMatrix::operator== |  | Prototype:  | bool 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:  | 974-982 |  
  |  | 6 | 1 | 
 QMatrix::reset| Name:  | QMatrix::reset |  | Prototype:  | void QMatrix::reset() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 812-816 |  
  |  | 2 | 1 | 
 QMatrix::rotate| Name:  | QMatrix::rotate |  | Prototype:  | QMatrix &QMatrix::rotate(qreal a) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 896-918 |  
  |  | 18 | 4 | 
 QMatrix::scale| Name:  | QMatrix::scale |  | Prototype:  | QMatrix &QMatrix::scale(qreal sx, qreal sy) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 850-857 |  
  |  | 5 | 1 | 
 QMatrix::setMatrix| Name:  | QMatrix::setMatrix |  | Prototype:  | void QMatrix::setMatrix(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:  | 274-282 |  
  |  | 6 | 1 | 
 QMatrix::shear| Name:  | QMatrix::shear |  | Prototype:  | QMatrix &QMatrix::shear(qreal sh, qreal sv) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 866-877 |  
  |  | 9 | 1 | 
 QMatrix::translate| Name:  | QMatrix::translate |  | Prototype:  | QMatrix &QMatrix::translate(qreal dx, qreal dy) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 834-839 |  
  |  | 3 | 1 | 
 QMaxHeap::QMaxHeap| Name:  | QMaxHeap::QMaxHeap |  | Prototype:  | QMaxHeap() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 387-387 |  
  |  | 1 | 1 | 
 QMaxHeap::empty| Name:  | QMaxHeap::empty |  | Prototype:  | inline bool empty() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 389-389 |  
  |  | 1 | 1 | 
 QMaxHeap::isEmpty| Name:  | QMaxHeap::isEmpty |  | Prototype:  | inline bool isEmpty() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 390-390 |  
  |  | 1 | 1 | 
 QMaxHeap::left| Name:  | QMaxHeap::left |  | Prototype:  | static inline int left(int i) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 396-396 |  
  |  | 1 | 1 | 
 QMaxHeap::parent| Name:  | QMaxHeap::parent |  | Prototype:  | static inline int parent(int i) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 395-395 |  
  |  | 1 | 1 | 
 QMaxHeap::pop| Name:  | QMaxHeap::pop |  | Prototype:  | template <class T> T QMaxHeap<T>::pop() |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 416-440 |  
  |  | 19 | 6 | 
 QMaxHeap::push| Name:  | QMaxHeap::push |  | Prototype:  | template <class T> void QMaxHeap<T>::push(const T &x) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 402-414 |  
  |  | 8 | 2 | 
 QMaxHeap::right| Name:  | QMaxHeap::right |  | Prototype:  | static inline int right(int i) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 397-397 |  
  |  | 1 | 1 | 
 QMaxHeap::size| Name:  | QMaxHeap::size |  | Prototype:  | inline int size() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 388-388 |  
  |  | 1 | 1 | 
 QMaxHeap::top| Name:  | QMaxHeap::top |  | Prototype:  | inline const T &top() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp |  | Lines:  | 393-393 |  
  |  | 1 | 1 | 
 QMdi::ControllerWidget::getSubControl| Name:  | QMdi::ControllerWidget::getSubControl |  | Prototype:  | inline QStyle::SubControl getSubControl(const QPoint &pos) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp |  | Lines:  | 525-530 |  
  |  | 3 | 1 | 
 QMdi::ControllerWidget::hasVisibleControls| Name:  | QMdi::ControllerWidget::hasVisibleControls |  | Prototype:  | inline bool hasVisibleControls() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp |  | Lines:  | 499-504 |  
  |  | 3 | 1 | 
 QMdiArea::QMdiArea| Name:  | QMdiArea::QMdiArea |  | Prototype:  | QMdiArea::QMdiArea(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1702-1712 |  
  |  | 7 | 1 | 
 QMdiArea::activateNextSubWindow| Name:  | QMdiArea::activateNextSubWindow |  | Prototype:  | void QMdiArea::activateNextSubWindow() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1914-1923 |  
  |  | 6 | 3 | 
 QMdiArea::activatePreviousSubWindow| Name:  | QMdiArea::activatePreviousSubWindow |  | Prototype:  | void QMdiArea::activatePreviousSubWindow() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1932-1941 |  
  |  | 6 | 3 | 
 QMdiArea::activationOrder| Name:  | QMdiArea::activationOrder |  | Prototype:  | QMdiArea::WindowOrder QMdiArea::activationOrder() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2085-2089 |  
  |  | 2 | 1 | 
 QMdiArea::activeSubWindow| Name:  | QMdiArea::activeSubWindow |  | Prototype:  | QMdiSubWindow *QMdiArea::activeSubWindow() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1819-1823 |  
  |  | 2 | 1 | 
 QMdiArea::addSubWindow| Name:  | QMdiArea::addSubWindow |  | Prototype:  | QMdiSubWindow *QMdiArea::addSubWindow(QWidget *widget, Qt::WindowFlags windowFlags) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1966-1997 |  
  |  | 19 | 5 | 
 QMdiArea::background| Name:  | QMdiArea::background |  | Prototype:  | QBrush QMdiArea::background() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2058-2061 |  
  |  | 1 | 1 | 
 QMdiArea::cascadeSubWindows| Name:  | QMdiArea::cascadeSubWindows |  | Prototype:  | void QMdiArea::cascadeSubWindows() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2481-2487 |  
  |  | 4 | 2 | 
 QMdiArea::childEvent| Name:  | QMdiArea::childEvent |  | Prototype:  | void QMdiArea::childEvent(QChildEvent *childEvent) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2275-2284 |  
  |  | 5 | 4 | 
 QMdiArea::closeActiveSubWindow| Name:  | QMdiArea::closeActiveSubWindow |  | Prototype:  | void QMdiArea::closeActiveSubWindow() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1857-1862 |  
  |  | 3 | 2 | 
 QMdiArea::closeAllSubWindows| Name:  | QMdiArea::closeAllSubWindows |  | Prototype:  | void QMdiArea::closeAllSubWindows() |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1891-1905 |  
  |  | 9 | 4 | 
 QMdiArea::currentSubWindow| Name:  | QMdiArea::currentSubWindow |  | Prototype:  | QMdiSubWindow *QMdiArea::currentSubWindow() const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1787-1805 |  
  |  | 13 | 4 | 
 QMdiArea::documentMode| Name:  | QMdiArea::documentMode |  | Prototype:  | bool QMdiArea::documentMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2151-2155 |  
  |  | 2 | 1 | 
 QMdiArea::event| Name:  | QMdiArea::event |  | Prototype:  | bool QMdiArea::event(QEvent *event) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2492-2544 |  
  |  | 27 | 13 | 
 QMdiArea::eventFilter| Name:  | QMdiArea::eventFilter |  | Prototype:  | bool QMdiArea::eventFilter(QObject *object, QEvent *event) |  | Coverage:  |   0.000% (0/90) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2549-2664 |  
  |  | 57 | 32 | 
 QMdiArea::minimumSizeHint| Name:  | QMdiArea::minimumSizeHint |  | Prototype:  | QSize QMdiArea::minimumSizeHint() const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1762-1776 |  
  |  | 10 | 4 | 
 QMdiArea::paintEvent| Name:  | QMdiArea::paintEvent |  | Prototype:  | void QMdiArea::paintEvent(QPaintEvent *paintEvent) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2669-2676 |  
  |  | 5 | 2 | 
 QMdiArea::removeSubWindow| Name:  | QMdiArea::removeSubWindow |  | Prototype:  | void QMdiArea::removeSubWindow(QWidget *widget) |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2009-2048 |  
  |  | 28 | 9 | 
 QMdiArea::resizeEvent| Name:  | QMdiArea::resizeEvent |  | Prototype:  | void QMdiArea::resizeEvent(QResizeEvent *resizeEvent) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2289-2334 |  
  |  | 23 | 7 | 
 QMdiArea::scrollContentsBy| Name:  | QMdiArea::scrollContentsBy |  | Prototype:  | void QMdiArea::scrollContentsBy(int dx, int dy) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2451-2461 |  
  |  | 8 | 2 | 
 QMdiArea::setActivationOrder| Name:  | QMdiArea::setActivationOrder |  | Prototype:  | void QMdiArea::setActivationOrder(WindowOrder order) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2091-2096 |  
  |  | 3 | 2 | 
 QMdiArea::setActiveSubWindow| Name:  | QMdiArea::setActiveSubWindow |  | Prototype:  | void QMdiArea::setActiveSubWindow(QMdiSubWindow *window) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1831-1850 |  
  |  | 11 | 4 | 
 QMdiArea::setBackground| Name:  | QMdiArea::setBackground |  | Prototype:  | void QMdiArea::setBackground(const QBrush &brush) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2063-2071 |  
  |  | 5 | 2 | 
 QMdiArea::setDocumentMode| Name:  | QMdiArea::setDocumentMode |  | Prototype:  | void QMdiArea::setDocumentMode(bool enabled) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2157-2165 |  
  |  | 5 | 2 | 
 QMdiArea::setOption| Name:  | QMdiArea::setOption |  | Prototype:  | void QMdiArea::setOption(AreaOption option, bool on) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2104-2108 |  
  |  | 2 | 1 | 
 QMdiArea::setTabPosition| Name:  | QMdiArea::setTabPosition |  | Prototype:  | void QMdiArea::setTabPosition(QTabWidget::TabPosition position) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2261-2269 |  
  |  | 5 | 2 | 
 QMdiArea::setTabShape| Name:  | QMdiArea::setTabShape |  | Prototype:  | void QMdiArea::setTabShape(QTabWidget::TabShape shape) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2235-2243 |  
  |  | 5 | 2 |