| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QBrushDataPointerDeleter::cleanup| Name:  | QBrushDataPointerDeleter::cleanup |  | Prototype:  | static inline void cleanup(QBrushData *d) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 250-255 |  
  |  | 2 | 2 | 
 QBrush::textureImage| Name:  | QBrush::textureImage |  | Prototype:  | QImage QBrush::textureImage() const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 777-782 |  
  |  | 3 | 1 | 
 QBrush::texture| Name:  | QBrush::texture |  | Prototype:  | QPixmap QBrush::texture() const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 736-741 |  
  |  | 3 | 1 | 
 QBrush::setTransform| Name:  | QBrush::setTransform |  | Prototype:  | void QBrush::setTransform(const QTransform &matrix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 907-911 |  
  |  | 2 | 1 | 
 QBrush::setTextureImage| Name:  | QBrush::setTextureImage |  | Prototype:  | void QBrush::setTextureImage(const QImage &image) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 801-810 |  
  |  | 5 | 2 | 
 QBrush::setTexture| Name:  | QBrush::setTexture |  | Prototype:  | void QBrush::setTexture(const QPixmap &pixmap) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 753-762 |  
  |  | 5 | 2 | 
 QBrush::setStyle| Name:  | QBrush::setStyle |  | Prototype:  | void QBrush::setStyle(Qt::BrushStyle style) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 680-689 |  
  |  | 5 | 3 | 
 QBrush::setMatrix| Name:  | QBrush::setMatrix |  | Prototype:  | void QBrush::setMatrix(const QMatrix &matrix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 893-896 |  
  |  | 1 | 1 | 
 QBrush::setColor| Name:  | QBrush::setColor |  | Prototype:  | void QBrush::setColor(const QColor &c) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 712-719 |  
  |  | 4 | 2 | 
 QBrush::operator==| Name:  | QBrush::operator== |  | Prototype:  | bool QBrush::operator==(const QBrush &b) const |  | Coverage:  |   0.000% (0/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 947-996 |  
  |  | 28 | 14 | 
 QBrush::operator=| Name:  | QBrush::operator= |  | Prototype:  | QBrush &QBrush::operator=(const QBrush &b) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 632-640 |  
  |  | 5 | 2 | 
 QBrush::isOpaque| Name:  | QBrush::isOpaque |  | Prototype:  | bool QBrush::isOpaque() const |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 855-881 |  
  |  | 18 | 7 | 
 QBrush::init| Name:  | QBrush::init |  | Prototype:  | void QBrush::init(const QColor &color, Qt::BrushStyle style) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 384-407 |  
  |  | 14 | 8 | 
 QBrush::gradient| Name:  | QBrush::gradient |  | Prototype:  | const QGradient *QBrush::gradient() const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 816-824 |  
  |  | 5 | 2 | 
 QBrush::detach| Name:  | QBrush::detach |  | Prototype:  | void QBrush::detach(Qt::BrushStyle newStyle) |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 577-622 |  
  |  | 27 | 13 | 
 QBrush::cleanUp| Name:  | QBrush::cleanUp |  | Prototype:  | void QBrush::cleanUp(QBrushData *x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 571-574 |  
  |  | 1 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 414-419 |  
  |  | 2 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(const QPixmap &pixmap) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 428-432 |  
  |  | 2 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(const QImage &image) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 442-446 |  
  |  | 2 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(Qt::BrushStyle style) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 454-462 |  
  |  | 4 | 2 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(const QColor &color, Qt::BrushStyle style) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 470-478 |  
  |  | 4 | 2 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(Qt::GlobalColor color, Qt::BrushStyle style) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 487-495 |  
  |  | 4 | 2 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(const QColor &color, const QPixmap &pixmap) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 507-511 |  
  |  | 2 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(Qt::GlobalColor color, const QPixmap &pixmap) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 523-527 |  
  |  | 2 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(const QBrush &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 533-537 |  
  |  | 1 | 1 | 
 QBrush::QBrush| Name:  | QBrush::QBrush |  | Prototype:  | QBrush::QBrush(const QGradient &gradient) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 546-561 |  
  |  | 19 | 1 | 
 QBoxLayoutPrivate::setupGeom| Name:  | QBoxLayoutPrivate::setupGeom |  | Prototype:  | void QBoxLayoutPrivate::setupGeom() |  | Coverage:  |   0.000% (0/83) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 248-390 |  
  |  | 101 | 15 | 
 QBoxLayoutPrivate::setDirty| Name:  | QBoxLayoutPrivate::setDirty |  | Prototype:  | void setDirty() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 93-98 |  
  |  | 4 | 1 | 
 QBoxLayoutPrivate::replaceAt| Name:  | QBoxLayoutPrivate::replaceAt |  | Prototype:  | QLayoutItem* QBoxLayoutPrivate::replaceAt(int index, QLayoutItem *item) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 426-439 |  
  |  | 10 | 3 | 
 QBoxLayoutPrivate::effectiveMargins| Name:  | QBoxLayoutPrivate::effectiveMargins |  | Prototype:  | void QBoxLayoutPrivate::effectiveMargins(int *left, int *top, int *right, int *bottom) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 138-241 |  
  |  | 12 | 5 | 
 QBoxLayoutPrivate::deleteAll| Name:  | QBoxLayoutPrivate::deleteAll |  | Prototype:  | inline void deleteAll() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 115-115 |  
  |  | 1 | 2 | 
 QBoxLayoutPrivate::calcHfw| Name:  | QBoxLayoutPrivate::calcHfw |  | Prototype:  | void QBoxLayoutPrivate::calcHfw(int w) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 395-424 |  
  |  | 21 | 4 | 
 QBoxLayoutPrivate::QBoxLayoutPrivate| Name:  | QBoxLayoutPrivate::QBoxLayoutPrivate |  | Prototype:  | QBoxLayoutPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 90-90 |  
  |  | 1 | 1 | 
 QBoxLayoutItem::~QBoxLayoutItem| Name:  | QBoxLayoutItem::~QBoxLayoutItem |  | Prototype:  | ~QBoxLayoutItem() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 50-50 |  
  |  | 1 | 1 | 
 QBoxLayoutItem::vStretch| Name:  | QBoxLayoutItem::vStretch |  | Prototype:  | int vStretch() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 73-79 |  
  |  | 3 | 2 | 
 QBoxLayoutItem::mhfw| Name:  | QBoxLayoutItem::mhfw |  | Prototype:  | int mhfw(int w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 59-65 |  
  |  | 3 | 2 | 
 QBoxLayoutItem::hfw| Name:  | QBoxLayoutItem::hfw |  | Prototype:  | int hfw(int w) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 52-58 |  
  |  | 3 | 2 | 
 QBoxLayoutItem::hStretch| Name:  | QBoxLayoutItem::hStretch |  | Prototype:  | int hStretch() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 66-72 |  
  |  | 3 | 2 | 
 QBoxLayoutItem::QBoxLayoutItem| Name:  | QBoxLayoutItem::QBoxLayoutItem |  | Prototype:  | QBoxLayoutItem(QLayoutItem *it, int stretch_ = 0) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 48-49 |  
  |  | 1 | 1 | 
 QBoxLayout::~QBoxLayout| Name:  | QBoxLayout::~QBoxLayout |  | Prototype:  | QBoxLayout::~QBoxLayout() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 561-565 |  
  |  | 2 | 1 | 
 QBoxLayout::takeAt| Name:  | QBoxLayout::takeAt |  | Prototype:  | QLayoutItem *QBoxLayout::takeAt(int index) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 716-734 |  
  |  | 12 | 4 | 
 QBoxLayout::stretch| Name:  | QBoxLayout::stretch |  | Prototype:  | int QBoxLayout::stretch(int index) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1162-1168 |  
  |  | 4 | 2 | 
 QBoxLayout::spacing| Name:  | QBoxLayout::spacing |  | Prototype:  | int QBoxLayout::spacing() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 578-588 |  
  |  | 6 | 2 | 
 QBoxLayout::sizeHint| Name:  | QBoxLayout::sizeHint |  | Prototype:  | QSize QBoxLayout::sizeHint() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 606-612 |  
  |  | 4 | 2 | 
 QBoxLayout::setStretchFactor| Name:  | QBoxLayout::setStretchFactor |  | Prototype:  | bool QBoxLayout::setStretchFactor(QWidget *widget, int stretch) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1099-1113 |  
  |  | 10 | 4 | 
 QBoxLayout::setStretchFactor| Name:  | QBoxLayout::setStretchFactor |  | Prototype:  | bool QBoxLayout::setStretchFactor(QLayout *layout, int stretch) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1122-1136 |  
  |  | 9 | 4 | 
 QBoxLayout::setStretch| Name:  | QBoxLayout::setStretch |  | Prototype:  | void QBoxLayout::setStretch(int index, int stretch) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1144-1154 |  
  |  | 6 | 3 | 
 QBoxLayout::setSpacing| Name:  | QBoxLayout::setSpacing |  | Prototype:  | void QBoxLayout::setSpacing(int spacing) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 596-601 |  
  |  | 3 | 1 | 
 QBoxLayout::setGeometry| Name:  | QBoxLayout::setGeometry |  | Prototype:  | void QBoxLayout::setGeometry(const QRect &r) |  | Coverage:  |   0.000% (0/52) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 751-818 |  
  |  | 48 | 14 | 
 QBoxLayout::setDirection| Name:  | QBoxLayout::setDirection |  | Prototype:  | void QBoxLayout::setDirection(Direction direction) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1173-1210 |  
  |  | 21 | 8 | 
 QBoxLayout::minimumSize| Name:  | QBoxLayout::minimumSize |  | Prototype:  | QSize QBoxLayout::minimumSize() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 617-623 |  
  |  | 4 | 2 | 
 QBoxLayout::minimumHeightForWidth| Name:  | QBoxLayout::minimumHeightForWidth |  | Prototype:  | int QBoxLayout::minimumHeightForWidth(int w) const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 676-683 |  
  |  | 5 | 1 | 
 QBoxLayout::maximumSize| Name:  | QBoxLayout::maximumSize |  | Prototype:  | QSize QBoxLayout::maximumSize() const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 628-641 |  
  |  | 9 | 4 | 
 QBoxLayout::itemAt| Name:  | QBoxLayout::itemAt |  | Prototype:  | QLayoutItem *QBoxLayout::itemAt(int index) const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 707-711 |  
  |  | 2 | 1 | 
 QBoxLayout::invalidate| Name:  | QBoxLayout::invalidate |  | Prototype:  | void QBoxLayout::invalidate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 688-693 |  
  |  | 3 | 1 | 
 QBoxLayout::insertWidget| Name:  | QBoxLayout::insertWidget |  | Prototype:  | void QBoxLayout::insertWidget(int index, QWidget *widget, int stretch, Qt::Alignment alignment) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 970-997 |  
  |  | 12 | 3 | 
 QBoxLayout::insertStretch| Name:  | QBoxLayout::insertStretch |  | Prototype:  | void QBoxLayout::insertStretch(int index, int stretch) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 889-905 |  
  |  | 11 | 3 | 
 QBoxLayout::insertSpacing| Name:  | QBoxLayout::insertSpacing |  | Prototype:  | void QBoxLayout::insertSpacing(int index, int size) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 858-880 |  
  |  | 11 | 3 | 
 QBoxLayout::insertSpacerItem| Name:  | QBoxLayout::insertSpacerItem |  | Prototype:  | void QBoxLayout::insertSpacerItem(int index, QSpacerItem *spacerItem) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 916-926 |  
  |  | 7 | 2 | 
 QBoxLayout::insertLayout| Name:  | QBoxLayout::insertLayout |  | Prototype:  | void QBoxLayout::insertLayout(int index, QLayout *layout, int stretch) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 936-948 |  
  |  | 10 | 4 | 
 QBoxLayout::insertItem| Name:  | QBoxLayout::insertItem |  | Prototype:  | void QBoxLayout::insertItem(int index, QLayoutItem *item) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 838-847 |  
  |  | 6 | 2 | 
 QBoxLayout::heightForWidth| Name:  | QBoxLayout::heightForWidth |  | Prototype:  | int QBoxLayout::heightForWidth(int w) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 657-671 |  
  |  | 9 | 3 | 
 QBoxLayout::hasHeightForWidth| Name:  | QBoxLayout::hasHeightForWidth |  | Prototype:  | bool QBoxLayout::hasHeightForWidth() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 646-652 |  
  |  | 4 | 2 | 
 QBoxLayout::expandingDirections| Name:  | QBoxLayout::expandingDirections |  | Prototype:  | Qt::Orientations QBoxLayout::expandingDirections() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 740-746 |  
  |  | 4 | 2 | 
 QBoxLayout::direction| Name:  | QBoxLayout::direction |  | Prototype:  | QBoxLayout::Direction QBoxLayout::direction() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1221-1225 |  
  |  | 2 | 1 | 
 QBoxLayout::count| Name:  | QBoxLayout::count |  | Prototype:  | int QBoxLayout::count() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 698-702 |  
  |  | 2 | 1 | 
 QBoxLayout::addWidget| Name:  | QBoxLayout::addWidget |  | Prototype:  | void QBoxLayout::addWidget(QWidget *widget, int stretch, Qt::Alignment alignment) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1054-1057 |  
  |  | 1 | 1 | 
 QBoxLayout::addStrut| Name:  | QBoxLayout::addStrut |  | Prototype:  | void QBoxLayout::addStrut(int size) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1077-1090 |  
  |  | 9 | 2 | 
 QBoxLayout::addStretch| Name:  | QBoxLayout::addStretch |  | Prototype:  | void QBoxLayout::addStretch(int stretch) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1017-1020 |  
  |  | 1 | 1 | 
 QBoxLayout::addSpacing| Name:  | QBoxLayout::addSpacing |  | Prototype:  | void QBoxLayout::addSpacing(int size) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1006-1009 |  
  |  | 1 | 1 | 
 QBoxLayout::addSpacerItem| Name:  | QBoxLayout::addSpacerItem |  | Prototype:  | void QBoxLayout::addSpacerItem(QSpacerItem *spacerItem) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1029-1032 |  
  |  | 1 | 1 | 
 QBoxLayout::addLayout| Name:  | QBoxLayout::addLayout |  | Prototype:  | void QBoxLayout::addLayout(QLayout *layout, int stretch) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 1065-1068 |  
  |  | 1 | 1 | 
 QBoxLayout::addItem| Name:  | QBoxLayout::addItem |  | Prototype:  | void QBoxLayout::addItem(QLayoutItem *item) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 823-829 |  
  |  | 4 | 1 | 
 QBoxLayout::QBoxLayout| Name:  | QBoxLayout::QBoxLayout |  | Prototype:  | QBoxLayout::QBoxLayout(Direction dir, QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp |  | Lines:  | 547-552 |  
  |  | 2 | 1 | 
 QBooleanComboBox::value| Name:  | QBooleanComboBox::value |  | Prototype:  | bool QBooleanComboBox::value() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp |  | Lines:  | 596-599 |  
  |  | 1 | 1 | 
 QBooleanComboBox::setValue| Name:  | QBooleanComboBox::setValue |  | Prototype:  | void QBooleanComboBox::setValue(bool value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp |  | Lines:  | 591-594 |  
  |  | 1 | 1 | 
 QBooleanComboBox::QBooleanComboBox| Name:  | QBooleanComboBox::QBooleanComboBox |  | Prototype:  | QBooleanComboBox::QBooleanComboBox(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp |  | Lines:  | 584-589 |  
  |  | 2 | 1 | 
 QBoolToType::operator()| Name:  | QBoolToType::operator() |  | Prototype:  | inline bool operator()() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp |  | Lines:  | 309-312 |  
  |  | 1 | 1 | 
 QBmpHandler::write| Name:  | QBmpHandler::write |  | Prototype:  | bool QBmpHandler::write(const QImage &img) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 788-847 |  
  |  | 32 | 13 | 
 QBmpHandler::supportsOption| Name:  | QBmpHandler::supportsOption |  | Prototype:  | bool QBmpHandler::supportsOption(ImageOption option) const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 849-853 |  
  |  | 2 | 1 | 
 QBmpHandler::setOption| Name:  | QBmpHandler::setOption |  | Prototype:  | void QBmpHandler::setOption(ImageOption option, const QVariant &value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 887-891 |  
  |  | 2 | 1 | 
 QBmpHandler::readHeader| Name:  | QBmpHandler::readHeader |  | Prototype:  | bool QBmpHandler::readHeader() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 706-727 |  
  |  | 11 | 3 | 
 QBmpHandler::read| Name:  | QBmpHandler::read |  | Prototype:  | bool QBmpHandler::read(QImage *image) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 756-786 |  
  |  | 18 | 5 | 
 QBmpHandler::option| Name:  | QBmpHandler::option |  | Prototype:  | QVariant QBmpHandler::option(ImageOption option) const |  | Coverage:  |   0.000% (0/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 855-885 |  
  |  | 20 | 13 | 
 QBmpHandler::name| Name:  | QBmpHandler::name |  | Prototype:  | QByteArray QBmpHandler::name() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 893-896 |  
  |  | 1 | 1 | 
 QBmpHandler::formatName| Name:  | QBmpHandler::formatName |  | Prototype:  | QByteArray QBmpHandler::formatName() const |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 701-704 |  
  |  | 1 | 1 | 
 QBmpHandler::canRead| Name:  | QBmpHandler::canRead |  | Prototype:  | bool QBmpHandler::canRead() const |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 729-740 |  
  |  | 6 | 3 | 
 QBmpHandler::canRead| Name:  | QBmpHandler::canRead |  | Prototype:  | bool QBmpHandler::canRead(QIODevice *device) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 742-754 |  
  |  | 7 | 3 | 
 QBmpHandler::QBmpHandler| Name:  | QBmpHandler::QBmpHandler |  | Prototype:  | QBmpHandler::QBmpHandler(InternalFormat fmt) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp |  | Lines:  | 696-699 |  
  |  | 2 | 1 | 
 QBlitterPaintEnginePrivate::updateTransformState| Name:  | QBlitterPaintEnginePrivate::updateTransformState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateTransformState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 334-346 |  
  |  | 5 | 1 | 
 QBlitterPaintEnginePrivate::updateRenderHintsState| Name:  | QBlitterPaintEnginePrivate::updateRenderHintsState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateRenderHintsState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 328-332 |  
  |  | 2 | 1 | 
 QBlitterPaintEnginePrivate::updatePenState| Name:  | QBlitterPaintEnginePrivate::updatePenState |  | Prototype:  | void QBlitterPaintEnginePrivate::updatePenState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 300-303 |  
  |  | 1 | 1 | 
 QBlitterPaintEnginePrivate::updateOpacityState| Name:  | QBlitterPaintEnginePrivate::updateOpacityState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateOpacityState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 314-318 |  
  |  | 2 | 1 | 
 QBlitterPaintEnginePrivate::updateCompositionModeState| Name:  | QBlitterPaintEnginePrivate::updateCompositionModeState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateCompositionModeState(QPainterState *s) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 320-326 |  
  |  | 3 | 1 | 
 QBlitterPaintEnginePrivate::updateCompleteState| Name:  | QBlitterPaintEnginePrivate::updateCompleteState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateCompleteState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 289-298 |  
  |  | 7 | 1 | 
 QBlitterPaintEnginePrivate::updateClipState| Name:  | QBlitterPaintEnginePrivate::updateClipState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateClipState(QPainterState *) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 348-353 |  
  |  | 3 | 1 | 
 QBlitterPaintEnginePrivate::updateBrushState| Name:  | QBlitterPaintEnginePrivate::updateBrushState |  | Prototype:  | void QBlitterPaintEnginePrivate::updateBrushState(QPainterState *s) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 305-312 |  
  |  | 4 | 1 | 
 QBlitterPaintEnginePrivate::unlock| Name:  | QBlitterPaintEnginePrivate::unlock |  | Prototype:  | inline void QBlitterPaintEnginePrivate::unlock() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 283-286 |  
  |  | 1 | 1 | 
 QBlitterPaintEnginePrivate::lock| Name:  | QBlitterPaintEnginePrivate::lock |  | Prototype:  | inline void QBlitterPaintEnginePrivate::lock() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 277-281 |  
  |  | 2 | 2 | 
 QBlitterPaintEnginePrivate::fillRect| Name:  | QBlitterPaintEnginePrivate::fillRect |  | Prototype:  | void QBlitterPaintEnginePrivate::fillRect(const QRectF &rect, const QColor &color, bool alpha) |  | Coverage:  |   0.000% (0/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp |  | Lines:  | 355-401 |  
  |  | 33 | 12 |