Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 929-946 |
| | 9 | 4 |
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: | 765-785 |
| | 12 | 4 |
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: | 674-695 |
| | 13 | 4 |
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: | 1166-1192 |
| | 13 | 4 |
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: | 449-458 |
| | 6 | 4 |
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: | 421-442 |
| | 16 | 4 |
QItemSelectionModelPrivate::_q_layoutAboutToBeChangedName: | QItemSelectionModelPrivate::_q_layoutAboutToBeChanged | Prototype: | void QItemSelectionModelPrivate::_q_layoutAboutToBeChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | Coverage: | 50.000% (10/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 854-892 |
| | 23 | 4 |
QItemSelectionModelPrivate::_q_layoutChangedName: | QItemSelectionModelPrivate::_q_layoutChanged | Prototype: | void QItemSelectionModelPrivate::_q_layoutChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | Coverage: | 75.000% (18/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1018-1073 |
| | 32 | 4 |
QJsonArray::operator =Name: | QJsonArray::operator = | Prototype: | QJsonArray &QJsonArray::operator =(const QJsonArray &other) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 195-207 |
| | 8 | 4 |
QJsonDocument::fromRawDataName: | QJsonDocument::fromRawData | Prototype: | QJsonDocument QJsonDocument::fromRawData(const char *data, int size, DataValidation validation) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 178-197 |
| | 11 | 4 |
QJsonDocument::fromVariantName: | QJsonDocument::fromVariant | Prototype: | QJsonDocument QJsonDocument::fromVariant(const QVariant &variant) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 264-275 |
| | 8 | 4 |
QJsonDocument::operator =Name: | QJsonDocument::operator = | Prototype: | QJsonDocument &QJsonDocument::operator =(const QJsonDocument &other) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 137-148 |
| | 7 | 4 |
QJsonObject::operator =Name: | QJsonObject::operator = | Prototype: | QJsonObject &QJsonObject::operator =(const QJsonObject &other) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 176-188 |
| | 8 | 4 |
QJsonObject::removeName: | QJsonObject::remove | Prototype: | void QJsonObject::remove(const QString &key) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 470-485 |
| | 11 | 4 |
QJsonObject::takeName: | QJsonObject::take | Prototype: | QJsonValue QJsonObject::take(const QString &key) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 496-514 |
| | 13 | 4 |
QJsonPrivate::Array::isValidName: | QJsonPrivate::Array::isValid | Prototype: | bool Array::isValid(int maxSize) const | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 225-235 |
| | 6 | 4 |
QJsonPrivate::Entry::operator ==Name: | QJsonPrivate::Entry::operator == | Prototype: | bool Entry::operator ==(const Entry &other) const | Coverage: | 30.000% (3/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 246-256 |
| | 7 | 4 |
QJsonPrivate::Entry::operator >=Name: | QJsonPrivate::Entry::operator >= | Prototype: | bool Entry::operator >=(const Entry &other) const | Coverage: | 30.000% (3/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 258-268 |
| | 7 | 4 |
QJsonPrivate::Object::indexOfName: | QJsonPrivate::Object::indexOf | Prototype: | int Object::indexOf(const QString &key, bool *exists) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 178-198 |
| | 14 | 4 |
QKdeThemePrivate::kdeGlobalsName: | QKdeThemePrivate::kdeGlobals | Prototype: | static QString kdeGlobals(const QString &kdeDir, int kdeVersion) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 213-218 |
| | 1 | 4 |
QKdeThemePrivate::kdeIconThemeSearchPathsName: | QKdeThemePrivate::kdeIconThemeSearchPaths | Prototype: | QStringList QKdeThemePrivate::kdeIconThemeSearchPaths(const QStringList &kdeDirs) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 443-453 |
| | 6 | 4 |
QKeyMapper::possibleKeysName: | QKeyMapper::possibleKeys | Prototype: | QList<int> QKeyMapper::possibleKeys(QKeyEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeymapper.cpp | Lines: | 68-81 |
| | 8 | 4 |
QKeyMapperPrivate::possibleKeysName: | QKeyMapperPrivate::possibleKeys | Prototype: | QList<int> QKeyMapperPrivate::possibleKeys(QKeyEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeymapper.cpp | Lines: | 130-141 |
| | 8 | 4 |
QKeySequence::matchesName: | QKeySequence::matches | Prototype: | QKeySequence::SequenceMatch QKeySequence::matches(const QKeySequence &seq) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | Lines: | 1344-1363 |
| | 11 | 4 |
QKeySequenceEdit::eventName: | QKeySequenceEdit::event | Prototype: | bool QKeySequenceEdit::event(QEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qkeysequenceedit.cpp | Lines: | 225-238 |
| | 6 | 4 |
QLabel::setBuddyName: | QLabel::setBuddy | Prototype: | void QLabel::setBuddy(QWidget *buddy) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1167-1180 |
| | 10 | 4 |
QLabelPrivate::_q_movieUpdatedName: | QLabelPrivate::_q_movieUpdated | Prototype: | void QLabelPrivate::_q_movieUpdated(const QRect& rect) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1214-1235 |
| | 16 | 4 |
QLabelPrivate::ensureTextLayoutedName: | QLabelPrivate::ensureTextLayouted | Prototype: | void QLabelPrivate::ensureTextLayouted() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1500-1524 |
| | 16 | 4 |
QLabelPrivate::layoutRectName: | QLabelPrivate::layoutRect | Prototype: | QRectF QLabelPrivate::layoutRect() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1585-1599 |
| | 11 | 4 |
QLatin1Codec::convertFromUnicodeName: | QLatin1Codec::convertFromUnicode | Prototype: | QByteArray QLatin1Codec::convertFromUnicode(const QChar *ch, int len, ConverterState *state) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | Lines: | 54-72 |
| | 12 | 4 |
QLayout::QLayoutName: | QLayout::QLayout | Prototype: | QLayout::QLayout(QLayoutPrivate &dd, QLayout *lay, QWidget *w) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 125-149 |
| | 13 | 4 |
QLayout::parentWidgetName: | QLayout::parentWidget | Prototype: | QWidget *QLayout::parentWidget() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 466-484 |
| | 11 | 4 |
QLayout::setSpacingName: | QLayout::setSpacing | Prototype: | void QLayout::setSpacing(int spacing) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 338-351 |
| | 9 | 4 |
QLineEdit::inputMethodEventName: | QLineEdit::inputMethodEvent | Prototype: | void QLineEdit::inputMethodEvent(QInputMethodEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1714-1746 |
| | 10 | 4 |
QLineEdit::setEchoModeName: | QLineEdit::setEchoMode | Prototype: | void QLineEdit::setEchoMode(EchoMode mode) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 559-582 |
| | 13 | 4 |
QLineEdit::setSelectionName: | QLineEdit::setSelection | Prototype: | void QLineEdit::setSelection(int start, int length) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 982-998 |
| | 10 | 4 |
QLineEditPrivate::removeActionName: | QLineEditPrivate::removeAction | Prototype: | void QLineEditPrivate::removeAction(QAction *action) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 519-535 |
| | 13 | 4 |
QListData::prependName: | QListData::prepend | Prototype: | void **QListData::prepend() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 201-217 |
| | 10 | 4 |
QListData::removeName: | QListData::remove | Prototype: | void QListData::remove(int i) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | Lines: | 258-271 |
| | 9 | 4 |
QListModeViewBase::indexToListViewItemName: | QListModeViewBase::indexToListViewItem | Prototype: | QListViewItem QListModeViewBase::indexToListViewItem(const QModelIndex &index) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2336-2370 |
| | 23 | 4 |
QListModel::indexName: | QListModel::index | Prototype: | QModelIndex QListModel::index(QListWidgetItem *item) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 187-203 |
| | 12 | 4 |
QListModel::moveName: | QListModel::move | Prototype: | void QListModel::move(int srcRow, int dstRow) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 167-180 |
| | 10 | 4 |
QListModel::sortName: | QListModel::sort | Prototype: | void QListModel::sort(int column, Qt::SortOrder order) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 284-314 |
| | 22 | 4 |
QListView::resizeEventName: | QListView::resizeEvent | Prototype: | void QListView::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 849-873 |
| | 13 | 4 |
QListView::rowsAboutToBeRemovedName: | QListView::rowsAboutToBeRemoved | Prototype: | void QListView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 747-765 |
| | 11 | 4 |
QListView::selectedIndexesName: | QListView::selectedIndexes | Prototype: | QModelIndexList QListView::selectedIndexes() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1433-1448 |
| | 10 | 4 |
QListView::selectionChangedName: | QListView::selectionChanged | Prototype: | void QListView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 3244-3267 |
| | 14 | 4 |
QListView::viewOptionsName: | QListView::viewOptions | Prototype: | QStyleOptionViewItem QListView::viewOptions() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 924-947 |
| | 15 | 4 |
QListView::wheelEventName: | QListView::wheelEvent | Prototype: | void QListView::wheelEvent(QWheelEvent *e) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 805-827 |
| | 15 | 4 |
QLocalServer::listenName: | QLocalServer::listen | Prototype: | bool QLocalServer::listen(const QString &name) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | Lines: | 280-303 |
| | 15 | 4 |
QLocalServerPrivate::closeServerName: | QLocalServerPrivate::closeServer | Prototype: | void QLocalServerPrivate::closeServer() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | Lines: | 237-251 |
| | 9 | 4 |
QLocalServerPrivate::waitForNewConnectionName: | QLocalServerPrivate::waitForNewConnection | Prototype: | void QLocalServerPrivate::waitForNewConnection(int msec, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | Lines: | 278-298 |
| | 15 | 4 |
QLocalSocket::connectToServerName: | QLocalSocket::connectToServer | Prototype: | void QLocalSocket::connectToServer(OpenMode openMode) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 216-249 |
| | 22 | 4 |
QLocale::countriesForLanguageName: | QLocale::countriesForLanguage | Prototype: | QList<QLocale::Country> QLocale::countriesForLanguage(Language language) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2104-2122 |
| | 12 | 4 |
QLocale::toCurrencyStringName: | QLocale::toCurrencyString | Prototype: | QString QLocale::toCurrencyString(qulonglong value, const QString &symbol) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3478-3497 |
| | 14 | 4 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QDate &date, FormatType format) const | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1553-1570 |
| | 10 | 4 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QTime &time, FormatType format) const | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1645-1662 |
| | 10 | 4 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(const QDateTime &dateTime, FormatType format) const | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1619-1637 |
| | 11 | 4 |
QLocaleData::bytearrayToUnsLongLongName: | QLocaleData::bytearrayToUnsLongLong | Prototype: | qulonglong QLocaleData::bytearrayToUnsLongLong(const char *num, int base, bool *ok) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3376-3391 |
| | 10 | 4 |
QLocalePrivate::bcp47NameName: | QLocalePrivate::bcp47Name | Prototype: | QByteArray QLocalePrivate::bcp47Name(char separator) const | Coverage: | 37.500% (3/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 324-333 |
| | 5 | 4 |
QLocalePrivate::codeToCountryName: | QLocalePrivate::codeToCountry | Prototype: | QLocale::Country QLocalePrivate::codeToCountry(const QString &code) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 150-166 |
| | 11 | 4 |
QLocalePrivate::codeToScriptName: | QLocalePrivate::codeToScript | Prototype: | QLocale::Script QLocalePrivate::codeToScript(const QString &code) | Coverage: | 12.500% (2/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 130-148 |
| | 12 | 4 |
QLocalePrivate::languageToCodeName: | QLocalePrivate::languageToCode | Prototype: | QString QLocalePrivate::languageToCode(QLocale::Language language) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 168-185 |
| | 11 | 4 |
QLockFilePrivate::checkFcntlWorksAfterFlockName: | QLockFilePrivate::checkFcntlWorksAfterFlock | Prototype: | int QLockFilePrivate::checkFcntlWorksAfterFlock(const QString &fn) | Coverage: | 40.000% (4/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | Lines: | 94-117 |
| | 15 | 4 |
QMainWindow::addToolBarName: | QMainWindow::addToolBar | Prototype: | void QMainWindow::addToolBar(Qt::ToolBarArea area, QToolBar *toolbar) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 766-804 |
| | 22 | 4 |
QMainWindowLayout::dockInfoName: | QMainWindowLayout::dockInfo | Prototype: | QDockAreaLayoutInfo *QMainWindowLayout::dockInfo(QWidget *widget) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1665-1677 |
| | 8 | 4 |
QMainWindowLayout::insertToolBarName: | QMainWindowLayout::insertToolBar | Prototype: | void QMainWindowLayout::insertToolBar(QToolBar *before, QToolBar *toolbar) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1161-1184 |
| | 10 | 4 |
QMainWindowLayout::setCurrentHoveredFloatName: | QMainWindowLayout::setCurrentHoveredFloat | Prototype: | void QMainWindowLayout::setCurrentHoveredFloat(QWidget *w) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1880-1897 |
| | 9 | 4 |
QMainWindowLayout::setDocumentModeName: | QMainWindowLayout::setDocumentMode | Prototype: | void QMainWindowLayout::setDocumentMode(bool enabled) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1381-1393 |
| | 7 | 4 |
QMainWindowLayout::tabChangedName: | QMainWindowLayout::tabChanged | Prototype: | void QMainWindowLayout::tabChanged() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1679-1691 |
| | 9 | 4 |
QMainWindowLayout::timerEventName: | QMainWindowLayout::timerEvent | Prototype: | void QMainWindowLayout::timerEvent(QTimerEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 2596-2617 |
| | 12 | 4 |
QMainWindowLayoutState::containsName: | QMainWindowLayoutState::contains | Prototype: | bool QMainWindowLayoutState::contains(QWidget *widget) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 584-601 |
| | 7 | 4 |
QMainWindowLayoutState::insertGapName: | QMainWindowLayoutState::insertGap | Prototype: | bool QMainWindowLayoutState::insertGap(const QList<int> &path, QLayoutItem *item) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 663-685 |
| | 10 | 4 |
QMainWindowTabBar::eventName: | QMainWindowTabBar::event | Prototype: | bool QMainWindowTabBar::event(QEvent *e) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1608-1624 |
| | 11 | 4 |
QMapDataBase::rotateLeftName: | QMapDataBase::rotateLeft | Prototype: | void QMapDataBase::rotateLeft(QMapNodeBase *x) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 84-100 |
| | 13 | 4 |
QMapDataBase::rotateRightName: | QMapDataBase::rotateRight | Prototype: | void QMapDataBase::rotateRight(QMapNodeBase *x) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 103-119 |
| | 13 | 4 |
QMapNodeBase::nextNodeName: | QMapNodeBase::nextNode | Prototype: | const QMapNodeBase *QMapNodeBase::nextNode() const | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 47-63 |
| | 11 | 4 |
QMapNodeBase::previousNodeName: | QMapNodeBase::previousNode | Prototype: | const QMapNodeBase *QMapNodeBase::previousNode() const | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | Lines: | 65-81 |
| | 11 | 4 |
QMatrix4x4::determinantName: | 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: | 377-389 |
| | 9 | 4 |
QMatrix4x4::scaleName: | 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: | 863-887 |
| | 20 | 4 |
QMatrix4x4::scaleName: | 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: | 897-928 |
| | 27 | 4 |
QMatrix4x4::scaleName: | 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: | 938-969 |
| | 27 | 4 |
QMatrix4x4::scaleName: | 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: | 817-851 |
| | 30 | 4 |
QMatrix::invertedName: | 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: | 939-957 |
| | 13 | 4 |
QMatrix::mapRectName: | 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: | 369-413 |
| | 37 | 4 |
QMatrix::mapRectName: | 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: | 434-477 |
| | 37 | 4 |
QMatrix::mapToPolygonName: | 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: | 749-794 |
| | 30 | 4 |
QMatrix::rotateName: | 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: | 889-911 |
| | 18 | 4 |
QMdiArea::childEventName: | 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: | 2273-2282 |
| | 5 | 4 |
QMdiArea::closeAllSubWindowsName: | 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: | 1886-1900 |
| | 9 | 4 |
QMdiArea::currentSubWindowName: | 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: | 1782-1800 |
| | 13 | 4 |
QMdiArea::minimumSizeHintName: | 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: | 1757-1771 |
| | 10 | 4 |
QMdiArea::setActiveSubWindowName: | 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: | 1826-1845 |
| | 11 | 4 |
QMdiArea::setupViewportName: | QMdiArea::setupViewport | Prototype: | void QMdiArea::setupViewport(QWidget *viewport) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2683-2693 |
| | 7 | 4 |
QMdiArea::timerEventName: | QMdiArea::timerEvent | Prototype: | void QMdiArea::timerEvent(QTimerEvent *timerEvent) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2337-2356 |
| | 13 | 4 |
QMdiAreaPrivate::_q_currentTabChangedName: | QMdiAreaPrivate::_q_currentTabChanged | Prototype: | void QMdiAreaPrivate::_q_currentTabChanged(int index) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 777-799 |
| | 12 | 4 |
QMdiAreaPrivate::lastWindowAboutToBeDestroyedName: | QMdiAreaPrivate::lastWindowAboutToBeDestroyed | Prototype: | bool QMdiAreaPrivate::lastWindowAboutToBeDestroyed() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1330-1343 |
| | 8 | 4 |
QMdiAreaPrivate::scrollBarPolicyChangedName: | QMdiAreaPrivate::scrollBarPolicyChanged | Prototype: | void QMdiAreaPrivate::scrollBarPolicyChanged(Qt::Orientation orientation, Qt::ScrollBarPolicy policy) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1364-1378 |
| | 10 | 4 |
QMdiAreaPrivate::setChildActivationEnabledName: | QMdiAreaPrivate::setChildActivationEnabled | Prototype: | void QMdiAreaPrivate::setChildActivationEnabled(bool enable, bool onlyNextActivationEvent) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1348-1358 |
| | 6 | 4 |
QMdiSubWindow::closeEventName: | QMdiSubWindow::closeEvent | Prototype: | void QMdiSubWindow::closeEvent(QCloseEvent *closeEvent) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3029-3048 |
| | 13 | 4 |