Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QItemSelectionModel::QItemSelectionModelName: | QItemSelectionModel::QItemSelectionModel | Prototype: | QItemSelectionModel::QItemSelectionModel(QItemSelectionModelPrivate &dd, QAbstractItemModel *model) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1137-1141 |
| | 1 | 1 |
QItemSelection::splitName: | QItemSelection::split | Prototype: | void QItemSelection::split(const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) | Coverage: | 94.444% (17/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 558-599 |
| | 33 | 6 |
QItemSelection::selectName: | QItemSelection::select | Prototype: | void QItemSelection::select(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 436-457 |
| | 16 | 4 |
QItemSelection::mergeName: | QItemSelection::merge | Prototype: | void QItemSelection::merge(const QItemSelection &other, QItemSelectionModel::SelectionFlags command) | Coverage: | 100.000% (34/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 502-549 |
| | 29 | 12 |
QItemSelection::indexesName: | QItemSelection::indexes | Prototype: | QModelIndexList QItemSelection::indexes() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 479-482 |
| | 1 | 1 |
QItemSelection::containsName: | QItemSelection::contains | Prototype: | bool QItemSelection::contains(const QModelIndex &index) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 464-473 |
| | 6 | 4 |
QItemSelection::QItemSelectionName: | QItemSelection::QItemSelection | Prototype: | QItemSelection::QItemSelection(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 424-427 |
| | 1 | 1 |
QItemEditorFactory::~QItemEditorFactoryName: | QItemEditorFactory::~QItemEditorFactory | Prototype: | QItemEditorFactory::~QItemEditorFactory() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 189-195 |
| | 2 | 1 |
QItemEditorFactory::valuePropertyNameName: | QItemEditorFactory::valuePropertyName | Prototype: | QByteArray QItemEditorFactory::valuePropertyName(int userType) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 176-184 |
| | 5 | 2 |
QItemEditorFactory::setDefaultFactoryName: | QItemEditorFactory::setDefaultFactory | Prototype: | void QItemEditorFactory::setDefaultFactory(QItemEditorFactory *factory) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 345-350 |
| | 2 | 1 |
QItemEditorFactory::registerEditorName: | QItemEditorFactory::registerEditor | Prototype: | void QItemEditorFactory::registerEditor(int userType, QItemEditorCreatorBase *creator) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 205-217 |
| | 8 | 3 |
QItemEditorFactory::defaultFactoryName: | QItemEditorFactory::defaultFactory | Prototype: | const QItemEditorFactory *QItemEditorFactory::defaultFactory() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 331-337 |
| | 3 | 2 |
QItemEditorFactory::createEditorName: | QItemEditorFactory::createEditor | Prototype: | QWidget *QItemEditorFactory::createEditor(int userType, QWidget *parent) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 163-171 |
| | 5 | 2 |
QItemDelegatePrivate::widgetName: | QItemDelegatePrivate::widget | Prototype: | const QWidget *widget(const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 116-119 |
| | 1 | 1 |
QItemDelegatePrivate::valueToTextName: | QItemDelegatePrivate::valueToText | Prototype: | QString QItemDelegatePrivate::valueToText(const QVariant &value, const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 336-339 |
| | 1 | 1 |
QItemDelegatePrivate::textLayoutBoundsName: | QItemDelegatePrivate::textLayoutBounds | Prototype: | QRect QItemDelegatePrivate::textLayoutBounds(const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 129-145 |
| | 8 | 5 |
QItemDelegatePrivate::replaceNewLineName: | QItemDelegatePrivate::replaceNewLine | Prototype: | inline static QString replaceNewLine(QString text) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 97-104 |
| | 5 | 3 |
QItemDelegatePrivate::iconStateName: | QItemDelegatePrivate::iconState | Prototype: | inline QIcon::State iconState(QStyle::State state) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 94-95 |
| | 1 | 1 |
QItemDelegatePrivate::iconModeName: | QItemDelegatePrivate::iconMode | Prototype: | inline QIcon::Mode iconMode(QStyle::State state) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 87-92 |
| | 3 | 3 |
QItemDelegatePrivate::editorFactoryName: | QItemDelegatePrivate::editorFactory | Prototype: | inline const QItemEditorFactory *editorFactory() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 84-85 |
| | 1 | 1 |
QItemDelegatePrivate::doTextLayoutName: | QItemDelegatePrivate::doTextLayout | Prototype: | QSizeF QItemDelegatePrivate::doTextLayout(int lineWidth) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 147-163 |
| | 12 | 3 |
QItemDelegatePrivate::QItemDelegatePrivateName: | QItemDelegatePrivate::QItemDelegatePrivate | Prototype: | QItemDelegatePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 82-82 |
| | 1 | 1 |
QItemDelegate::updateEditorGeometryName: | QItemDelegate::updateEditorGeometry | Prototype: | void QItemDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 548-564 |
| | 12 | 2 |
QItemDelegate::textRectangleName: | QItemDelegate::textRectangle | Prototype: | QRect QItemDelegate::textRectangle(QPainter * , const QRect &rect, const QFont &font, const QString &text) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1064-1077 |
| | 9 | 1 |
QItemDelegate::sizeHintName: | QItemDelegate::sizeHint | Prototype: | QSize QItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 445-458 |
| | 8 | 2 |
QItemDelegate::setOptionsName: | QItemDelegate::setOptions | Prototype: | QStyleOptionViewItem QItemDelegate::setOptions(const QModelIndex &index, const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1172-1198 |
| | 13 | 4 |
QItemDelegate::setModelDataName: | QItemDelegate::setModelData | Prototype: | void QItemDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 522-541 |
| | 9 | 3 |
QItemDelegate::setItemEditorFactoryName: | QItemDelegate::setItemEditorFactory | Prototype: | void QItemDelegate::setItemEditorFactory(QItemEditorFactory *factory) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 585-589 |
| | 2 | 1 |
QItemDelegate::setEditorDataName: | QItemDelegate::setEditorData | Prototype: | void QItemDelegate::setEditorData(QWidget *editor, const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 494-509 |
| | 6 | 3 |
QItemDelegate::setClippingName: | QItemDelegate::setClipping | Prototype: | void QItemDelegate::setClipping(bool clip) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 330-334 |
| | 2 | 1 |
QItemDelegate::selectedName: | QItemDelegate::selected | Prototype: | QPixmap *QItemDelegate::selected(const QPixmap &pixmap, const QPalette &palette, bool enabled) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 976-1001 |
| | 18 | 3 |
QItemDelegate::rectName: | QItemDelegate::rect | Prototype: | QRect QItemDelegate::rect(const QStyleOptionViewItem &option, const QModelIndex &index, int role) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1007-1041 |
| | 22 | 10 |
QItemDelegate::paintName: | QItemDelegate::paint | Prototype: | void QItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 363-433 |
| | 42 | 6 |
QItemDelegate::itemEditorFactoryName: | QItemDelegate::itemEditorFactory | Prototype: | QItemEditorFactory *QItemDelegate::itemEditorFactory() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 572-576 |
| | 2 | 1 |
QItemDelegate::hasClippingName: | QItemDelegate::hasClipping | Prototype: | bool QItemDelegate::hasClipping() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 324-328 |
| | 2 | 1 |
QItemDelegate::eventFilterName: | QItemDelegate::eventFilter | Prototype: | bool QItemDelegate::eventFilter(QObject *object, QEvent *event) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1107-1111 |
| | 2 | 1 |
QItemDelegate::editorEventName: | QItemDelegate::editorEvent | Prototype: | bool QItemDelegate::editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1117-1166 |
| | 31 | 9 |
QItemDelegate::drawFocusName: | QItemDelegate::drawFocus | Prototype: | void QItemDelegate::drawFocus(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 708-727 |
| | 15 | 2 |
QItemDelegate::drawDisplayName: | QItemDelegate::drawDisplay | Prototype: | void QItemDelegate::drawDisplay(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QString &text) const | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 596-674 |
| | 56 | 9 |
QItemDelegate::drawDecorationName: | QItemDelegate::drawDecoration | Prototype: | void QItemDelegate::drawDecoration(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QPixmap &pixmap) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 680-701 |
| | 13 | 4 |
QItemDelegate::drawCheckName: | QItemDelegate::drawCheck | Prototype: | void QItemDelegate::drawCheck(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, Qt::CheckState state) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 735-762 |
| | 16 | 5 |
QItemDelegate::drawBackgroundName: | QItemDelegate::drawBackground | Prototype: | void QItemDelegate::drawBackground(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 771-791 |
| | 12 | 4 |
QItemDelegate::doLayoutName: | QItemDelegate::doLayout | Prototype: | void QItemDelegate::doLayout(const QStyleOptionViewItem &option, QRect *checkRect, QRect *pixmapRect, QRect *textRect, bool hint) const | Coverage: | 0.000% (0/79) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 800-925 |
| | 84 | 21 |
QItemDelegate::doCheckName: | QItemDelegate::doCheck | Prototype: | QRect QItemDelegate::doCheck(const QStyleOptionViewItem &option, const QRect &bounding, const QVariant &value) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1046-1059 |
| | 9 | 2 |
QItemDelegate::decorationName: | QItemDelegate::decoration | Prototype: | QPixmap QItemDelegate::decoration(const QStyleOptionViewItem &option, const QVariant &variant) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 935-952 |
| | 9 | 4 |
QItemDelegate::createEditorName: | QItemDelegate::createEditor | Prototype: | QWidget *QItemDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 468-482 |
| | 10 | 4 |
QItemDelegate::QItemDelegateName: | QItemDelegate::QItemDelegate | Prototype: | QItemDelegate::QItemDelegate(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 300-304 |
| | 3 | 1 |
QIsciiCodec::nameName: | QIsciiCodec::name | Prototype: | QByteArray QIsciiCodec::name() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 86-89 |
| | 1 | 1 |
QIsciiCodec::mibEnumName: | QIsciiCodec::mibEnum | Prototype: | int QIsciiCodec::mibEnum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 91-95 |
| | 1 | 1 |
QIsciiCodec::createName: | QIsciiCodec::create | Prototype: | QTextCodec *QIsciiCodec::create(const char *name) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 73-80 |
| | 4 | 3 |
QIsciiCodec::convertToUnicodeName: | QIsciiCodec::convertToUnicode | Prototype: | QString QIsciiCodec::convertToUnicode(const char* chars, int len, ConverterState *state) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 254-291 |
| | 21 | 7 |
QIsciiCodec::convertFromUnicodeName: | QIsciiCodec::convertFromUnicode | Prototype: | QByteArray QIsciiCodec::convertFromUnicode(const QChar *uc, int len, ConverterState *state) const | Coverage: | 27.500% (11/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 187-252 |
| | 41 | 13 |
QIntersectionPoint::roundName: | QIntersectionPoint::round | Prototype: | QPodPoint QIntersectionPoint::round() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 315-323 |
| | 6 | 3 |
QIntersectionPoint::operator >=Name: | QIntersectionPoint::operator >= | Prototype: | inline bool operator >= (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 234-234 |
| | 1 | 1 |
QIntersectionPoint::operator >Name: | QIntersectionPoint::operator > | Prototype: | inline bool operator > (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 233-233 |
| | 1 | 1 |
QIntersectionPoint::operator ==Name: | QIntersectionPoint::operator == | Prototype: | bool QIntersectionPoint::operator == (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 336-339 |
| | 1 | 1 |
QIntersectionPoint::operator <=Name: | QIntersectionPoint::operator <= | Prototype: | inline bool operator <= (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 235-235 |
| | 1 | 1 |
QIntersectionPoint::operator <Name: | QIntersectionPoint::operator < | Prototype: | bool QIntersectionPoint::operator < (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 325-334 |
| | 7 | 4 |
QIntersectionPoint::operator !=Name: | QIntersectionPoint::operator != | Prototype: | inline bool operator != (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 232-232 |
| | 1 | 1 |
QIntersectionPoint::isValidName: | QIntersectionPoint::isValid | Prototype: | inline bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 227-227 |
| | 1 | 1 |
QIntersectionPoint::isOnLineName: | QIntersectionPoint::isOnLine | Prototype: | bool QIntersectionPoint::isOnLine(const QPodPoint &u, const QPodPoint &v) const | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 342-377 |
| | 24 | 9 |
QIntersectionPoint::isAccurateName: | QIntersectionPoint::isAccurate | Prototype: | inline bool isAccurate() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 229-229 |
| | 1 | 1 |
QIntersectionFinder::produceIntersectionsName: | QIntersectionFinder::produceIntersections | Prototype: | void QIntersectionFinder::produceIntersections(QPathSegments &segments) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 585-591 |
| | 3 | 2 |
QIntersectionFinder::linesIntersectName: | QIntersectionFinder::linesIntersect | Prototype: | bool QIntersectionFinder::linesIntersect(const QLineF &a, const QLineF &b) const | Coverage: | 0.000% (0/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 113-178 |
| | 39 | 9 |
QIntersectionFinder::hasIntersectionsName: | QIntersectionFinder::hasIntersections | Prototype: | bool QIntersectionFinder::hasIntersections(const QPathSegments &a, const QPathSegments &b) const | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 180-224 |
| | 29 | 10 |
QInternalMimeData::retrieveDataName: | QInternalMimeData::retrieveData | Prototype: | QVariant QInternalMimeData::retrieveData(const QString &mimeType, QVariant::Type type) const | Coverage: | 0.000% (0/43) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 230-270 |
| | 29 | 9 |
QInternalMimeData::renderDataHelperName: | QInternalMimeData::renderDataHelper | Prototype: | QByteArray QInternalMimeData::renderDataHelper(const QString &mimeType, const QMimeData *data) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 311-351 |
| | 22 | 5 |
QInternalMimeData::hasFormatHelperName: | QInternalMimeData::hasFormatHelper | Prototype: | bool QInternalMimeData::hasFormatHelper(const QString &mimeType, const QMimeData *data) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 292-309 |
| | 10 | 6 |
QInternalMimeData::hasFormatName: | QInternalMimeData::hasFormat | Prototype: | bool QInternalMimeData::hasFormat(const QString &mimeType) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 202-213 |
| | 7 | 4 |
QInternalMimeData::formatsHelperName: | QInternalMimeData::formatsHelper | Prototype: | QStringList QInternalMimeData::formatsHelper(const QMimeData *data) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 278-290 |
| | 7 | 4 |
QInternalMimeData::formatsName: | QInternalMimeData::formats | Prototype: | QStringList QInternalMimeData::formats() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 215-228 |
| | 8 | 4 |
QInternalMimeData::canReadDataName: | QInternalMimeData::canReadData | Prototype: | bool QInternalMimeData::canReadData(const QString &mimeType) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 272-275 |
| | 1 | 1 |
QInternalMimeData::QInternalMimeDataName: | QInternalMimeData::QInternalMimeData | Prototype: | QInternalMimeData::QInternalMimeData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 193-196 |
| | 2 | 1 |
QInternal::unregisterCallbackName: | QInternal::unregisterCallback | Prototype: | bool QInternal::unregisterCallback(Callback cb, qInternalCallback callback) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 4021-4028 |
| | 4 | 2 |
QInternal::registerCallbackName: | QInternal::registerCallback | Prototype: | bool QInternal::registerCallback(Callback cb, qInternalCallback callback) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 4010-4019 |
| | 6 | 2 |
QInternal::activateCallbacksName: | QInternal::activateCallbacks | Prototype: | bool QInternal::activateCallbacks(Callback cb, void **parameters) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 4030-4043 |
| | 9 | 3 |
QIntValidator::validateName: | QIntValidator::validate | Prototype: | QValidator::State QIntValidator::validate(QString & input, int&) const | Coverage: | 0.000% (0/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 405-442 |
| | 22 | 9 |
QIntValidator::setTopName: | QIntValidator::setTop | Prototype: | void QIntValidator::setTop(int top) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 508-511 |
| | 1 | 1 |
QIntValidator::setRangeName: | QIntValidator::setRange | Prototype: | void QIntValidator::setRange(int bottom, int top) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 465-482 |
| | 11 | 4 |
QIntValidator::setBottomName: | QIntValidator::setBottom | Prototype: | void QIntValidator::setBottom(int bottom) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 494-497 |
| | 1 | 1 |
QIntValidator::fixupName: | QIntValidator::fixup | Prototype: | void QIntValidator::fixup(QString &input) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 445-456 |
| | 8 | 3 |
QIntValidator::QIntValidatorName: | QIntValidator::QIntValidator | Prototype: | QIntValidator::QIntValidator(QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 339-344 |
| | 2 | 1 |
QIntValidator::QIntValidatorName: | QIntValidator::QIntValidator | Prototype: | QIntValidator::QIntValidator(int minimum, int maximum, QObject * parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 352-358 |
| | 2 | 1 |
QInt64Set::~QInt64SetName: | QInt64Set::~QInt64Set | Prototype: | inline ~QInt64Set() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 478-478 |
| | 1 | 2 |
QInt64Set::rehashName: | QInt64Set::rehash | Prototype: | bool QInt64Set::rehash(int capacity) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 505-527 |
| | 15 | 5 |
QInt64Set::isValidName: | QInt64Set::isValid | Prototype: | inline bool isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 479-479 |
| | 1 | 1 |
QInt64Set::insertName: | QInt64Set::insert | Prototype: | void QInt64Set::insert(quint64 key) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 529-548 |
| | 15 | 6 |
QInt64Set::containsName: | QInt64Set::contains | Prototype: | bool QInt64Set::contains(quint64 key) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 550-564 |
| | 11 | 5 |
QInt64Set::clearName: | QInt64Set::clear | Prototype: | inline void QInt64Set::clear() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 566-572 |
| | 4 | 2 |
QInt64Set::QInt64SetName: | QInt64Set::QInt64Set | Prototype: | inline QInt64Set::QInt64Set(int capacity) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 495-503 |
| | 5 | 2 |
QInputMethodQueryEvent::valueName: | QInputMethodQueryEvent::value | Prototype: | QVariant QInputMethodQueryEvent::value(Qt::InputMethodQuery query) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2239-2245 |
| | 4 | 3 |
QInputMethodQueryEvent::setValueName: | QInputMethodQueryEvent::setValue | Prototype: | void QInputMethodQueryEvent::setValue(Qt::InputMethodQuery query, const QVariant &value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2224-2234 |
| | 6 | 3 |
QInputMethodQueryEvent::QInputMethodQueryEventName: | QInputMethodQueryEvent::QInputMethodQueryEvent | Prototype: | QInputMethodQueryEvent::QInputMethodQueryEvent(Qt::InputMethodQueries queries) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2208-2212 |
| | 2 | 1 |
QInputMethodPrivate::objectAcceptsInputMethodName: | QInputMethodPrivate::objectAcceptsInputMethod | Prototype: | bool QInputMethodPrivate::objectAcceptsInputMethod(QObject *object) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 393-403 |
| | 6 | 2 |
QInputMethodEvent::setCommitStringName: | QInputMethodEvent::setCommitString | Prototype: | void QInputMethodEvent::setCommitString(const QString &commitString, int replaceFrom, int replaceLength) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2125-2130 |
| | 3 | 1 |
QInputMethodEvent::QInputMethodEventName: | QInputMethodEvent::QInputMethodEvent | Prototype: | QInputMethodEvent::QInputMethodEvent() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2074-2077 |
| | 2 | 1 |
QInputMethodEvent::QInputMethodEventName: | QInputMethodEvent::QInputMethodEvent | Prototype: | QInputMethodEvent::QInputMethodEvent(const QString &preeditText, const QList<Attribute> &attributes) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2089-2093 |
| | 2 | 1 |
QInputMethodEvent::QInputMethodEventName: | QInputMethodEvent::QInputMethodEvent | Prototype: | QInputMethodEvent::QInputMethodEvent(const QInputMethodEvent &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2098-2102 |
| | 2 | 1 |
QInputMethod::updateName: | QInputMethod::update | Prototype: | void QInputMethod::update(Qt::InputMethodQueries queries) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 315-337 |
| | 14 | 6 |
QInputMethod::showName: | QInputMethod::show | Prototype: | void QInputMethod::show() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 206-212 |
| | 4 | 2 |