| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDockAreaLayout::resizeDocks| Name: | QDockAreaLayout::resizeDocks | | Prototype: | void QDockAreaLayout::resizeDocks(const QList<QDockWidget *> &docks, const QList<int> &sizes, Qt::Orientation o) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3138-3183 |
| | 32 | 10 |
QDockAreaLayout::removePlaceHolder| Name: | QDockAreaLayout::removePlaceHolder | | Prototype: | void QDockAreaLayout::removePlaceHolder(const QString &name) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2613-2626 |
| | 8 | 4 |
QDockAreaLayout::remove| Name: | QDockAreaLayout::remove | | Prototype: | void QDockAreaLayout::remove(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2605-2611 |
| | 4 | 1 |
QDockAreaLayout::plug| Name: | QDockAreaLayout::plug | | Prototype: | QLayoutItem *QDockAreaLayout::plug(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2589-2595 |
| | 4 | 1 |
QDockAreaLayout::paintSeparators| Name: | QDockAreaLayout::paintSeparators | | Prototype: | void QDockAreaLayout::paintSeparators(QPainter *p, QWidget *widget, const QRegion &clip, const QPoint &mouse) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3216-3233 |
| | 11 | 5 |
QDockAreaLayout::minimumSize| Name: | QDockAreaLayout::minimumSize | | Prototype: | QSize QDockAreaLayout::minimumSize() const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2975-3023 |
| | 33 | 6 |
QDockAreaLayout::keepSize| Name: | QDockAreaLayout::keepSize | | Prototype: | void QDockAreaLayout::keepSize(QDockWidget *w) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3443-3451 |
| | 6 | 3 |
QDockAreaLayout::itemRect| Name: | QDockAreaLayout::itemRect | | Prototype: | QRect QDockAreaLayout::itemRect(const QList<int> &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2539-2545 |
| | 4 | 1 |
QDockAreaLayout::itemAt| Name: | QDockAreaLayout::itemAt | | Prototype: | QLayoutItem *QDockAreaLayout::itemAt(int *x, int index) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3327-3341 |
| | 8 | 4 |
QDockAreaLayout::item| Name: | QDockAreaLayout::item | | Prototype: | QDockAreaLayoutItem &QDockAreaLayout::item(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2531-2537 |
| | 4 | 1 |
QDockAreaLayout::isValid| Name: | QDockAreaLayout::isValid | | Prototype: | bool QDockAreaLayout::isValid() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2321-2324 |
| | 1 | 1 |
QDockAreaLayout::insertGap| Name: | QDockAreaLayout::insertGap | | Prototype: | bool QDockAreaLayout::insertGap(const QList<int> &path, QLayoutItem *dockWidgetItem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2581-2587 |
| | 4 | 1 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | QDockAreaLayoutInfo *QDockAreaLayout::info(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2504-2512 |
| | 4 | 3 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | QDockAreaLayoutInfo *QDockAreaLayout::info(const QList<int> &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2514-2524 |
| | 6 | 2 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | const QDockAreaLayoutInfo *QDockAreaLayout::info(const QList<int> &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2526-2529 |
| | 1 | 1 |
QDockAreaLayout::indexOfPlaceHolder| Name: | QDockAreaLayout::indexOfPlaceHolder | | Prototype: | QList<int> QDockAreaLayout::indexOfPlaceHolder(const QString &objectName) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2390-2400 |
| | 6 | 3 |
QDockAreaLayout::indexOf| Name: | QDockAreaLayout::indexOf | | Prototype: | QList<int> QDockAreaLayout::indexOf(QWidget *dockWidget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2402-2412 |
| | 6 | 3 |
QDockAreaLayout::getGrid| Name: | QDockAreaLayout::getGrid | | Prototype: | void QDockAreaLayout::getGrid(QVector<QLayoutStruct> *_ver_struct_list, QVector<QLayoutStruct> *_hor_struct_list) | | Coverage: | 0.000% (0/139) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2630-2806 |
| | 139 | 17 |
QDockAreaLayout::gapRect| Name: | QDockAreaLayout::gapRect | | Prototype: | QRect QDockAreaLayout::gapRect(const QList<int> &path) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3395-3441 |
| | 31 | 7 |
QDockAreaLayout::gapIndex| Name: | QDockAreaLayout::gapIndex | | Prototype: | QList<int> QDockAreaLayout::gapIndex(const QPoint &pos) const | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2414-2477 |
| | 38 | 15 |
QDockAreaLayout::fitLayout| Name: | QDockAreaLayout::fitLayout | | Prototype: | void QDockAreaLayout::fitLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2904-2914 |
| | 6 | 1 |
QDockAreaLayout::findSeparator| Name: | QDockAreaLayout::findSeparator | | Prototype: | QList<int> QDockAreaLayout::findSeparator(const QPoint &pos) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2479-2502 |
| | 17 | 7 |
QDockAreaLayout::deleteAllLayoutItems| Name: | QDockAreaLayout::deleteAllLayoutItems | | Prototype: | void QDockAreaLayout::deleteAllLayoutItems() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3362-3366 |
| | 2 | 2 |
QDockAreaLayout::constrainedRect| Name: | QDockAreaLayout::constrainedRect | | Prototype: | QRect QDockAreaLayout::constrainedRect(QRect rect, QWidget* widget) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3031-3050 |
| | 13 | 3 |
QDockAreaLayout::clear| Name: | QDockAreaLayout::clear | | Prototype: | void QDockAreaLayout::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2916-2923 |
| | 4 | 2 |
QDockAreaLayout::apply| Name: | QDockAreaLayout::apply | | Prototype: | void QDockAreaLayout::apply(bool animate) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3200-3214 |
| | 8 | 4 |
QDockAreaLayout::addDockWidget| Name: | QDockAreaLayout::addDockWidget | | Prototype: | void QDockAreaLayout::addDockWidget(QInternal::DockPosition pos, QDockWidget *dockWidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3092-3123 |
| | 15 | 3 |
QDockAreaLayout::QDockAreaLayout| Name: | QDockAreaLayout::QDockAreaLayout | | Prototype: | QDockAreaLayout::QDockAreaLayout(QMainWindow *win) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2295-2319 |
| | 16 | 1 |
QDnsTextRecord::timeToLive| Name: | QDnsTextRecord::timeToLive | | Prototype: | quint32 QDnsTextRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 953-956 |
| | 1 | 1 |
QDnsTextRecord::operator=| Name: | QDnsTextRecord::operator= | | Prototype: | QDnsTextRecord &QDnsTextRecord::operator=(const QDnsTextRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 972-976 |
| | 2 | 1 |
QDnsServiceRecord::timeToLive| Name: | QDnsServiceRecord::timeToLive | | Prototype: | quint32 QDnsServiceRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 862-865 |
| | 1 | 1 |
QDnsServiceRecord::operator=| Name: | QDnsServiceRecord::operator= | | Prototype: | QDnsServiceRecord &QDnsServiceRecord::operator=(const QDnsServiceRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 885-889 |
| | 2 | 1 |
QDnsMailExchangeRecord::timeToLive| Name: | QDnsMailExchangeRecord::timeToLive | | Prototype: | quint32 QDnsMailExchangeRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 754-757 |
| | 1 | 1 |
QDnsMailExchangeRecord::operator=| Name: | QDnsMailExchangeRecord::operator= | | Prototype: | QDnsMailExchangeRecord &QDnsMailExchangeRecord::operator=(const QDnsMailExchangeRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 764-768 |
| | 2 | 1 |
QDnsLookup::setNameserver| Name: | QDnsLookup::setNameserver | | Prototype: | void QDnsLookup::setNameserver(const QHostAddress &nameserver) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 393-400 |
| | 4 | 2 |
QDnsLookup::nameserver| Name: | QDnsLookup::nameserver | | Prototype: | QHostAddress QDnsLookup::nameserver() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 388-391 |
| | 1 | 1 |
QDnsLookup::QDnsLookup| Name: | QDnsLookup::QDnsLookup | | Prototype: | QDnsLookup::QDnsLookup(Type type, const QString &name, const QHostAddress &nameserver, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 292-300 |
| | 5 | 1 |
QDnsHostAddressRecord::timeToLive| Name: | QDnsHostAddressRecord::timeToLive | | Prototype: | quint32 QDnsHostAddressRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 649-652 |
| | 1 | 1 |
QDnsHostAddressRecord::operator=| Name: | QDnsHostAddressRecord::operator= | | Prototype: | QDnsHostAddressRecord &QDnsHostAddressRecord::operator=(const QDnsHostAddressRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 668-672 |
| | 2 | 1 |
QDnsDomainNameRecord::timeToLive| Name: | QDnsDomainNameRecord::timeToLive | | Prototype: | quint32 QDnsDomainNameRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 564-567 |
| | 1 | 1 |
QDnsDomainNameRecord::operator=| Name: | QDnsDomainNameRecord::operator= | | Prototype: | QDnsDomainNameRecord &QDnsDomainNameRecord::operator=(const QDnsDomainNameRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 583-587 |
| | 2 | 1 |
QDistanceFieldData::~QDistanceFieldData| Name: | QDistanceFieldData::~QDistanceFieldData | | Prototype: | QDistanceFieldData::~QDistanceFieldData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 786-789 |
| | 1 | 1 |
QDistanceFieldData::create| Name: | QDistanceFieldData::create | | Prototype: | QDistanceFieldData *QDistanceFieldData::create(const QSize &size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 791-804 |
| | 7 | 2 |
QDistanceFieldData::create| Name: | QDistanceFieldData::create | | Prototype: | QDistanceFieldData *QDistanceFieldData::create(const QPainterPath &path, bool doubleResolution) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 806-819 |
| | 9 | 1 |
QDistanceFieldData::QDistanceFieldData| Name: | QDistanceFieldData::QDistanceFieldData | | Prototype: | QDistanceFieldData::QDistanceFieldData(const QDistanceFieldData &other) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 773-784 |
| | 3 | 2 |
QDistanceField::width| Name: | QDistanceField::width | | Prototype: | int QDistanceField::width() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 898-901 |
| | 1 | 1 |
QDistanceField::toImage| Name: | QDistanceField::toImage | | Prototype: | QImage QDistanceField::toImage(QImage::Format format) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 1008-1034 |
| | 16 | 8 |
QDistanceField::setGlyph| Name: | QDistanceField::setGlyph | | Prototype: | void QDistanceField::setGlyph(const QRawFont &font, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 873-884 |
| | 7 | 1 |
QDistanceField::setGlyph| Name: | QDistanceField::setGlyph | | Prototype: | void QDistanceField::setGlyph(QFontEngine *fontEngine, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 886-896 |
| | 7 | 1 |
QDistanceField::scanLine| Name: | QDistanceField::scanLine | | Prototype: | uchar *QDistanceField::scanLine(int i) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 981-988 |
| | 4 | 2 |
QDistanceField::scanLine| Name: | QDistanceField::scanLine | | Prototype: | const uchar *QDistanceField::scanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 990-997 |
| | 4 | 2 |
QDistanceField::isNull| Name: | QDistanceField::isNull | | Prototype: | bool QDistanceField::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 863-866 |
| | 1 | 1 |
QDistanceField::height| Name: | QDistanceField::height | | Prototype: | int QDistanceField::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 903-906 |
| | 1 | 1 |
QDistanceField::glyph| Name: | QDistanceField::glyph | | Prototype: | glyph_t QDistanceField::glyph() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 868-871 |
| | 1 | 1 |
QDistanceField::copy| Name: | QDistanceField::copy | | Prototype: | QDistanceField QDistanceField::copy(const QRect &r) const | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 908-964 |
| | 41 | 13 |
QDistanceField::constScanLine| Name: | QDistanceField::constScanLine | | Prototype: | const uchar *QDistanceField::constScanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 999-1006 |
| | 4 | 2 |
QDistanceField::constBits| Name: | QDistanceField::constBits | | Prototype: | const uchar *QDistanceField::constBits() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 976-979 |
| | 1 | 1 |
QDistanceField::bits| Name: | QDistanceField::bits | | Prototype: | uchar *QDistanceField::bits() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 966-969 |
| | 1 | 1 |
QDistanceField::bits| Name: | QDistanceField::bits | | Prototype: | const uchar *QDistanceField::bits() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 971-974 |
| | 1 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 822-825 |
| | 2 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(int width, int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 827-830 |
| | 2 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QDistanceField &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 832-835 |
| | 1 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QRawFont &font, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 837-840 |
| | 1 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(QFontEngine *fontEngine, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 842-845 |
| | 1 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(const QPainterPath &path, glyph_t glyph, bool doubleResolution) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 847-855 |
| | 5 | 1 |
QDistanceField::QDistanceField| Name: | QDistanceField::QDistanceField | | Prototype: | QDistanceField::QDistanceField(QDistanceFieldData *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 858-861 |
| | 2 | 1 |
QDisabledNetworkReply::QDisabledNetworkReply| Name: | QDisabledNetworkReply::QDisabledNetworkReply | | Prototype: | QDisabledNetworkReply::QDisabledNetworkReply(QObject *parent, const QNetworkRequest &req, QNetworkAccessManager::Operation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 1120-1138 |
| | 10 | 1 |
QDirModelPrivate::type| Name: | QDirModelPrivate::type | | Prototype: | QString QDirModelPrivate::type(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1337-1340 |
| | 1 | 1 |
QDirModelPrivate::time| Name: | QDirModelPrivate::time | | Prototype: | QString QDirModelPrivate::time(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1342-1350 |
| | 1 | 1 |
QDirModelPrivate::size| Name: | QDirModelPrivate::size | | Prototype: | QString QDirModelPrivate::size(const QModelIndex &index) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1304-1335 |
| | 17 | 6 |
QDirModelPrivate::savePersistentIndexes| Name: | QDirModelPrivate::savePersistentIndexes | | Prototype: | void QDirModelPrivate::savePersistentIndexes() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1237-1252 |
| | 12 | 2 |
QDirModelPrivate::restorePersistentIndexes| Name: | QDirModelPrivate::restorePersistentIndexes | | Prototype: | void QDirModelPrivate::restorePersistentIndexes() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1254-1273 |
| | 14 | 4 |
QDirModelPrivate::resolvedInfo| Name: | QDirModelPrivate::resolvedInfo | | Prototype: | QFileInfo QDirModelPrivate::resolvedInfo(QFileInfo info) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1374-1393 |
| | 10 | 4 |
QDirModelPrivate::populate| Name: | QDirModelPrivate::populate | | Prototype: | void QDirModelPrivate::populate(QDirNode *parent) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 159-164 |
| | 3 | 1 |
QDirModelPrivate::node| Name: | QDirModelPrivate::node | | Prototype: | QDirModelPrivate::QDirNode *QDirModelPrivate::node(const QModelIndex &index) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 151-157 |
| | 4 | 1 |
QDirModelPrivate::node| Name: | QDirModelPrivate::node | | Prototype: | QDirModelPrivate::QDirNode *QDirModelPrivate::node(int row, QDirNode *parent) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1175-1191 |
| | 10 | 4 |
QDirModelPrivate::name| Name: | QDirModelPrivate::name | | Prototype: | QString QDirModelPrivate::name(const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1287-1302 |
| | 6 | 2 |
QDirModelPrivate::invalidate| Name: | QDirModelPrivate::invalidate | | Prototype: | void QDirModelPrivate::invalidate() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 173-185 |
| | 9 | 3 |
QDirModelPrivate::init::[lambda]| Name: | QDirModelPrivate::init::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1172-1172 |
| | 0 | 1 |
QDirModelPrivate::init| Name: | QDirModelPrivate::init | | Prototype: | void QDirModelPrivate::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1162-1173 |
| | 6 | 4 |
QDirModelPrivate::entryList| Name: | QDirModelPrivate::entryList | | Prototype: | QStringList QDirModelPrivate::entryList(const QString &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1281-1285 |
| | 2 | 1 |
QDirModelPrivate::entryInfoList| Name: | QDirModelPrivate::entryInfoList | | Prototype: | QFileInfoList QDirModelPrivate::entryInfoList(const QString &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1275-1279 |
| | 2 | 1 |
QDirModelPrivate::clear| Name: | QDirModelPrivate::clear | | Prototype: | void QDirModelPrivate::clear(QDirNode *parent) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 166-171 |
| | 3 | 1 |
QDirModelPrivate::children| Name: | QDirModelPrivate::children | | Prototype: | QVector<QDirModelPrivate::QDirNode> QDirModelPrivate::children(QDirNode *parent, bool stat) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1193-1228 |
| | 24 | 8 |
QDirModelPrivate::appendChild| Name: | QDirModelPrivate::appendChild | | Prototype: | void QDirModelPrivate::appendChild(QDirModelPrivate::QDirNode *parent, const QString &path) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1352-1372 |
| | 14 | 3 |
QDirModelPrivate::_q_refresh| Name: | QDirModelPrivate::_q_refresh | | Prototype: | void QDirModelPrivate::_q_refresh() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1230-1235 |
| | 3 | 1 |
QDirModelPrivate::QDirNode::QDirNode| Name: | QDirModelPrivate::QDirNode::QDirNode | | Prototype: | QDirNode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 76-76 |
| | 1 | 1 |
QDirModelPrivate::QDirModelPrivate| Name: | QDirModelPrivate::QDirModelPrivate | | Prototype: | QDirModelPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 85-92 |
| | 1 | 1 |
QDirModel::supportedDropActions| Name: | QDirModel::supportedDropActions | | Prototype: | Qt::DropActions QDirModel::supportedDropActions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 634-637 |
| | 1 | 1 |
QDirModel::sorting| Name: | QDirModel::sorting | | Prototype: | QDir::SortFlags QDirModel::sorting() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 743-747 |
| | 2 | 1 |
QDirModel::sort| Name: | QDirModel::sort | | Prototype: | void QDirModel::sort(int column, Qt::SortOrder order) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 508-532 |
| | 14 | 7 |
QDirModel::setSorting| Name: | QDirModel::setSorting | | Prototype: | void QDirModel::setSorting(QDir::SortFlags sort) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 725-735 |
| | 7 | 2 |
QDirModel::setResolveSymlinks| Name: | QDirModel::setResolveSymlinks | | Prototype: | void QDirModel::setResolveSymlinks(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 756-760 |
| | 2 | 1 |
QDirModel::setReadOnly| Name: | QDirModel::setReadOnly | | Prototype: | void QDirModel::setReadOnly(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 778-782 |
| | 2 | 1 |
QDirModel::setNameFilters| Name: | QDirModel::setNameFilters | | Prototype: | void QDirModel::setNameFilters(const QStringList &filters) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 664-674 |
| | 7 | 2 |
QDirModel::setLazyChildCount| Name: | QDirModel::setLazyChildCount | | Prototype: | void QDirModel::setLazyChildCount(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 803-807 |
| | 2 | 1 |
QDirModel::setIconProvider| Name: | QDirModel::setIconProvider | | Prototype: | void QDirModel::setIconProvider(QFileIconProvider *provider) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 644-648 |
| | 2 | 1 |
QDirModel::setFilter| Name: | QDirModel::setFilter | | Prototype: | void QDirModel::setFilter(QDir::Filters filters) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 695-705 |
| | 7 | 2 |
QDirModel::setData| Name: | QDirModel::setData | | Prototype: | bool QDirModel::setData(const QModelIndex &index, const QVariant &value, int role) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 405-427 |
| | 15 | 3 |
QDirModel::rowCount| Name: | QDirModel::rowCount | | Prototype: | int QDirModel::rowCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 330-347 |
| | 13 | 6 |