| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QLayout::removeItem| Name: | QLayout::removeItem | | Prototype: | void QLayout::removeItem(QLayoutItem *item) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1385-1397 |
| | 7 | 3 |
QLayout::removeWidget| Name: | QLayout::removeWidget | | Prototype: | void QLayout::removeWidget(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1362-1374 |
| | 7 | 3 |
QLayout::setAlignment| Name: | QLayout::setAlignment | | Prototype: | bool QLayout::setAlignment(QWidget *w, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 231-245 |
| | 10 | 3 |
QLayout::setAlignment| Name: | QLayout::setAlignment | | Prototype: | bool QLayout::setAlignment(QLayout *l, Qt::Alignment alignment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 254-268 |
| | 10 | 3 |
QLayout::totalMaximumSize| Name: | QLayout::totalMaximumSize | | Prototype: | QSize QLayout::totalMaximumSize() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 723-744 |
| | 14 | 3 |
QLayout::totalSizeHint| Name: | QLayout::totalSizeHint | | Prototype: | QSize QLayout::totalSizeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 698-717 |
| | 13 | 3 |
QLayout::update| Name: | QLayout::update | | Prototype: | void QLayout::update() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1032-1045 |
| | 9 | 3 |
QLayoutPolicy::setControlType| Name: | QLayoutPolicy::setControlType | | Prototype: | void QLayoutPolicy::setControlType(ControlType type) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | | Lines: | 40-64 |
| | 5 | 3 |
QLayoutPrivate::checkLayout| Name: | QLayoutPrivate::checkLayout | | Prototype: | bool QLayoutPrivate::checkLayout(QLayout *otherLayout) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 869-883 |
| | 10 | 3 |
QLayoutPrivate::checkWidget| Name: | QLayoutPrivate::checkWidget | | Prototype: | bool QLayoutPrivate::checkWidget(QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 848-863 |
| | 11 | 3 |
QLayoutPrivate::createSpacerItem| Name: | QLayoutPrivate::createSpacerItem | | Prototype: | QSpacerItem *QLayoutPrivate::createSpacerItem(const QLayout *layout, int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 188-194 |
| | 4 | 3 |
QLayoutPrivate::createWidgetItem| Name: | QLayoutPrivate::createWidgetItem | | Prototype: | QWidgetItem *QLayoutPrivate::createWidgetItem(const QLayout *layout, QWidget *widget) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 180-186 |
| | 4 | 3 |
QLibrary::load| Name: | QLibrary::load | | Prototype: | bool QLibrary::load() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 776-784 |
| | 6 | 3 |
QLibraryInfoPrivate::configuration| Name: | QLibraryInfoPrivate::configuration | | Prototype: | static QSettings *configuration() | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 97-109 |
| | 6 | 3 |
QLibrarySettings::load| Name: | QLibrarySettings::load | | Prototype: | void QLibrarySettings::load() | | Coverage: | 60.870% (14/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 119-156 |
| | 15 | 3 |
QLibraryStore::releaseLibrary| Name: | QLibraryStore::releaseLibrary | | Prototype: | inline void QLibraryStore::releaseLibrary(QLibraryPrivate *lib) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 460-479 |
| | 10 | 3 |
QLineEdit::initStyleOption| Name: | QLineEdit::initStyleOption | | Prototype: | void QLineEdit::initStyleOption(QStyleOptionFrame *option) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 95-114 |
| | 12 | 3 |
QLineEdit::keyPressEvent| Name: | QLineEdit::keyPressEvent | | Prototype: | void QLineEdit::keyPressEvent(QKeyEvent *event) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1648-1699 |
| | 6 | 3 |
QLineEdit::setClearButtonEnabled| Name: | QLineEdit::setClearButtonEnabled | | Prototype: | void QLineEdit::setClearButtonEnabled(bool enable) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 480-496 |
| | 12 | 3 |
QLineEdit::setPlaceholderText| Name: | QLineEdit::setPlaceholderText | | Prototype: | void QLineEdit::setPlaceholderText(const QString& placeholderText) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 343-351 |
| | 5 | 3 |
QLineEditIconButton::paintEvent| Name: | QLineEditIconButton::paintEvent | | Prototype: | void QLineEditIconButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 323-342 |
| | 15 | 3 |
QLineEditPrivate::setClearButtonEnabled| Name: | QLineEditPrivate::setClearButtonEnabled | | Prototype: | void QLineEditPrivate::setClearButtonEnabled(bool enabled) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 437-445 |
| | 4 | 3 |
QLineEditPrivate::setCursorVisible| Name: | QLineEditPrivate::setCursorVisible | | Prototype: | void QLineEditPrivate::setCursorVisible(bool visible) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 239-249 |
| | 7 | 3 |
QLineF::angle| Name: | QLineF::angle | | Prototype: | qreal QLineF::angle(const QLineF &l) const | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 802-811 |
| | 6 | 3 |
QLineF::angleTo| Name: | QLineF::angleTo | | Prototype: | qreal QLineF::angleTo(const QLineF &l) const | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 763-778 |
| | 9 | 3 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append(int n) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 170-187 |
| | 11 | 3 |
QListData::detach| Name: | QListData::detach | | Prototype: | QListData::Data *QListData::detach(int alloc) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 120-138 |
| | 12 | 3 |
QListData::realloc| Name: | QListData::realloc | | Prototype: | void QListData::realloc(int alloc) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 140-150 |
| | 7 | 3 |
QListModeViewBase::mapToViewport| Name: | QListModeViewBase::mapToViewport | | Prototype: | QRect QListModeViewBase::mapToViewport(const QRect &rect) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2566-2581 |
| | 9 | 3 |
QListModeViewBase::updateHorizontalScrollBar| Name: | QListModeViewBase::updateHorizontalScrollBar | | Prototype: | void QListModeViewBase::updateHorizontalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2169-2186 |
| | 11 | 3 |
QListModeViewBase::updateVerticalScrollBar| Name: | QListModeViewBase::updateVerticalScrollBar | | Prototype: | void QListModeViewBase::updateVerticalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2148-2167 |
| | 11 | 3 |
QListModel::clear| Name: | QListModel::clear | | Prototype: | void QListModel::clear() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 70-82 |
| | 8 | 3 |
QListModel::dropMimeData| Name: | QListModel::dropMimeData | | Prototype: | bool QListModel::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 442-453 |
| | 7 | 3 |
QListModel::insertRows| Name: | QListModel::insertRows | | Prototype: | bool QListModel::insertRows(int row, int count, const QModelIndex &parent) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 240-258 |
| | 12 | 3 |
QListModel::itemData| Name: | QListModel::itemData | | Prototype: | QMap<int, QVariant> QListModel::itemData(const QModelIndex &index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 227-238 |
| | 8 | 3 |
QListModel::removeRows| Name: | QListModel::removeRows | | Prototype: | bool QListModel::removeRows(int row, int count, const QModelIndex &parent) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 260-275 |
| | 11 | 3 |
QListView::currentChanged| Name: | QListView::currentChanged | | Prototype: | void QListView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3226-3239 |
| | 7 | 3 |
QListView::dragMoveEvent| Name: | QListView::dragMoveEvent | | Prototype: | void QListView::dragMoveEvent(QDragMoveEvent *e) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 880-889 |
| | 5 | 3 |
QListView::mouseMoveEvent| Name: | QListView::mouseMoveEvent | | Prototype: | void QListView::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 770-785 |
| | 12 | 3 |
QListView::setRowHidden| Name: | QListView::setRowHidden | | Prototype: | void QListView::setRowHidden(int row, bool hide) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 537-547 |
| | 8 | 3 |
QListView::timerEvent| Name: | QListView::timerEvent | | Prototype: | void QListView::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 833-844 |
| | 7 | 3 |
QListView::visualIndex| Name: | QListView::visualIndex | | Prototype: | int QListView::visualIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 3269-3280 |
| | 8 | 3 |
QListViewPrivate::doItemsLayout| Name: | QListViewPrivate::doItemsLayout | | Prototype: | bool QListViewPrivate::doItemsLayout(int delta) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1699-1725 |
| | 18 | 3 |
QListViewPrivate::draggablePaintPairs| Name: | QListViewPrivate::draggablePaintPairs | | Prototype: | QItemViewPaintPairs QListViewPrivate::draggablePaintPairs(const QModelIndexList &indexes, QRect *r) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 645-663 |
| | 14 | 3 |
QListViewPrivate::itemSize| Name: | QListViewPrivate::itemSize | | Prototype: | QSize QListViewPrivate::itemSize(const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1783-1796 |
| | 9 | 3 |
QListWidget::mimeData| Name: | QListWidget::mimeData | | Prototype: | QMimeData *QListWidget::mimeData(const QList<QListWidgetItem*> items) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1798-1818 |
| | 10 | 3 |
QListWidget::setCurrentRow| Name: | QListWidget::setCurrentRow | | Prototype: | void QListWidget::setCurrentRow(int row) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1489-1499 |
| | 7 | 3 |
QListWidget::setItemSelected| Name: | QListWidget::setItemSelected | | Prototype: | void QListWidget::setItemSelected(const QListWidgetItem *item, bool select) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1676-1691 |
| | 10 | 3 |
QListWidgetItem::data| Name: | QListWidgetItem::data | | Prototype: | QVariant QListWidgetItem::data(int role) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 715-722 |
| | 5 | 3 |
QLocalServer::listen| Name: | QLocalServer::listen | | Prototype: | bool QLocalServer::listen(qintptr socketDescriptor) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 321-337 |
| | 9 | 3 |
QLocalServer::nextPendingConnection| Name: | QLocalServer::nextPendingConnection | | Prototype: | QLocalSocket *QLocalServer::nextPendingConnection() | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 372-387 |
| | 7 | 3 |
QLocalServer::waitForNewConnection| Name: | QLocalServer::waitForNewConnection | | Prototype: | bool QLocalServer::waitForNewConnection(int msec, bool *timedOut) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 479-491 |
| | 7 | 3 |
QLocalServerPrivate::_q_onNewConnection| Name: | QLocalServerPrivate::_q_onNewConnection | | Prototype: | void QLocalServerPrivate::_q_onNewConnection() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 259-276 |
| | 12 | 3 |
QLocalServerPrivate::removeServer| Name: | QLocalServerPrivate::removeServer | | Prototype: | bool QLocalServerPrivate::removeServer(const QString &name) | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 60-73 |
| | 8 | 3 |
QLocale::amText| Name: | QLocale::amText | | Prototype: | QString QLocale::amText() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2482-2492 |
| | 5 | 3 |
QLocale::dateTimeFormat| Name: | QLocale::dateTimeFormat | | Prototype: | QString QLocale::dateTimeFormat(FormatType format) const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1749-1763 |
| | 8 | 3 |
QLocale::firstDayOfWeek| Name: | QLocale::firstDayOfWeek | | Prototype: | Qt::DayOfWeek QLocale::firstDayOfWeek() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2319-2329 |
| | 5 | 3 |
QLocale::measurementSystem| Name: | QLocale::measurementSystem | | Prototype: | QLocale::MeasurementSystem QLocale::measurementSystem() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2372-2383 |
| | 5 | 3 |
QLocale::name| Name: | QLocale::name | | Prototype: | QString QLocale::name() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1061-1078 |
| | 10 | 3 |
QLocale::nativeCountryName| Name: | QLocale::nativeCountryName | | Prototype: | QString QLocale::nativeCountryName() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3601-3611 |
| | 5 | 3 |
QLocale::nativeLanguageName| Name: | QLocale::nativeLanguageName | | Prototype: | QString QLocale::nativeLanguageName() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3581-3591 |
| | 5 | 3 |
QLocale::pmText| Name: | QLocale::pmText | | Prototype: | QString QLocale::pmText() const | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2502-2512 |
| | 5 | 3 |
QLocaleData::stringToDouble| Name: | QLocaleData::stringToDouble | | Prototype: | double QLocaleData::stringToDouble(const QChar *begin, int len, bool *ok, GroupSeparatorMode group_sep_mode) const | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3244-3254 |
| | 6 | 3 |
QLocaleData::stringToLongLong| Name: | QLocaleData::stringToLongLong | | Prototype: | qlonglong QLocaleData::stringToLongLong(const QChar *begin, int len, int base, bool *ok, GroupSeparatorMode group_sep_mode) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3256-3267 |
| | 6 | 3 |
QLocaleData::stringToUnsLongLong| Name: | QLocaleData::stringToUnsLongLong | | Prototype: | qulonglong QLocaleData::stringToUnsLongLong(const QChar *begin, int len, int base, bool *ok, GroupSeparatorMode group_sep_mode) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3269-3280 |
| | 6 | 3 |
QLocalePrivate::countryToCode| Name: | QLocalePrivate::countryToCode | | Prototype: | QString QLocalePrivate::countryToCode(QLocale::Country country) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 195-210 |
| | 9 | 3 |
QLocalePrivate::getLangAndCountry| Name: | QLocalePrivate::getLangAndCountry | | Prototype: | void QLocalePrivate::getLangAndCountry(const QString &name, QLocale::Language &lang, QLocale::Script &script, QLocale::Country &cntry) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 457-475 |
| | 13 | 3 |
QLocalePrivate::measurementSystem| Name: | QLocalePrivate::measurementSystem | | Prototype: | QLocale::MeasurementSystem QLocalePrivate::measurementSystem() const | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2331-2340 |
| | 5 | 3 |
QLockFile::unlock| Name: | QLockFile::unlock | | Prototype: | void QLockFile::unlock() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 303-316 |
| | 9 | 3 |
QLoggingCategory::init| Name: | QLoggingCategory::init | | Prototype: | void QLoggingCategory::init(const char *category, QtMsgType severityLevel) | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp | | Lines: | 232-243 |
| | 6 | 3 |
QLoggingRegistry::installFilter| Name: | QLoggingRegistry::installFilter | | Prototype: | QLoggingCategory::CategoryFilter QLoggingRegistry::installFilter(QLoggingCategory::CategoryFilter filter) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 378-393 |
| | 8 | 3 |
QLoggingRegistry::setApiRules| Name: | QLoggingRegistry::setApiRules | | Prototype: | void QLoggingRegistry::setApiRules(const QString &content) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 344-358 |
| | 7 | 3 |
QMainWindow::restoreState| Name: | QMainWindow::restoreState | | Prototype: | bool QMainWindow::restoreState(const QByteArray &state, int version) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 1320-1333 |
| | 11 | 3 |
QMainWindow::setIconSize| Name: | QMainWindow::setIconSize | | Prototype: | void QMainWindow::setIconSize(const QSize &iconSize) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 464-477 |
| | 9 | 3 |
QMainWindowLayout::QMainWindowLayout| Name: | QMainWindowLayout::QMainWindowLayout | | Prototype: | QMainWindowLayout::QMainWindowLayout(QMainWindow *mainwindow, QLayout *parentLayout) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2173-2210 |
| | 7 | 3 |
QMainWindowLayout::itemAt| Name: | QMainWindowLayout::itemAt | | Prototype: | QLayoutItem *QMainWindowLayout::itemAt(int index) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1762-1773 |
| | 6 | 3 |
QMainWindowLayout::raise| Name: | QMainWindowLayout::raise | | Prototype: | void QMainWindowLayout::raise(QDockWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1737-1747 |
| | 6 | 3 |
QMainWindowLayout::restore| Name: | QMainWindowLayout::restore | | Prototype: | void QMainWindowLayout::restore(bool keepSavedState) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2159-2171 |
| | 9 | 3 |
QMainWindowLayout::revert| Name: | QMainWindowLayout::revert | | Prototype: | void QMainWindowLayout::revert(QLayoutItem *widgetItem) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1936-1952 |
| | 12 | 3 |
QMainWindowLayout::setCentralWidget| Name: | QMainWindowLayout::setCentralWidget | | Prototype: | void QMainWindowLayout::setCentralWidget(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 2257-2271 |
| | 7 | 3 |
QMainWindowLayout::setCorner| Name: | QMainWindowLayout::setCorner | | Prototype: | void QMainWindowLayout::setCorner(Qt::Corner corner, Qt::DockWidgetArea area) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1326-1334 |
| | 6 | 3 |
QMainWindowLayout::setGeometry| Name: | QMainWindowLayout::setGeometry | | Prototype: | void QMainWindowLayout::setGeometry(const QRect &_r) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1816-1838 |
| | 15 | 3 |
QMainWindowLayout::setTabPosition| Name: | QMainWindowLayout::setTabPosition | | Prototype: | void QMainWindowLayout::setTabPosition(Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1431-1451 |
| | 16 | 3 |
QMainWindowLayout::toggleToolBarsVisible| Name: | QMainWindowLayout::toggleToolBarsVisible | | Prototype: | void QMainWindowLayout::toggleToolBarsVisible() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1216-1283 |
| | 10 | 3 |
QMainWindowLayoutState::gapRect| Name: | QMainWindowLayoutState::gapRect | | Prototype: | QRect QMainWindowLayoutState::gapRect(const QList<int> &path) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 775-790 |
| | 6 | 3 |
QMainWindowLayoutState::item| Name: | QMainWindowLayoutState::item | | Prototype: | QLayoutItem *QMainWindowLayoutState::item(const QList<int> &path) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 738-756 |
| | 8 | 3 |
QMainWindowLayoutState::itemAt| Name: | QMainWindowLayoutState::itemAt | | Prototype: | QLayoutItem *QMainWindowLayoutState::itemAt(int index, int *x) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 518-534 |
| | 5 | 3 |
QMainWindowLayoutState::itemRect| Name: | QMainWindowLayoutState::itemRect | | Prototype: | QRect QMainWindowLayoutState::itemRect(const QList<int> &path) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 758-773 |
| | 6 | 3 |
QMainWindowLayoutState::plug| Name: | QMainWindowLayoutState::plug | | Prototype: | QLayoutItem *QMainWindowLayoutState::plug(const QList<int> &path) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 792-807 |
| | 6 | 3 |
QMainWindowLayoutState::remove| Name: | QMainWindowLayoutState::remove | | Prototype: | void QMainWindowLayoutState::remove(const QList<int> &path) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 687-700 |
| | 5 | 3 |
QMainWindowLayoutState::remove| Name: | QMainWindowLayoutState::remove | | Prototype: | void QMainWindowLayoutState::remove(QLayoutItem *item) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 702-716 |
| | 5 | 3 |
QMainWindowLayoutState::saveState| Name: | QMainWindowLayoutState::saveState | | Prototype: | void QMainWindowLayoutState::saveState(QDataStream &stream) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 828-847 |
| | 9 | 3 |
QMainWindowLayoutState::takeAt| Name: | QMainWindowLayoutState::takeAt | | Prototype: | QLayoutItem *QMainWindowLayoutState::takeAt(int index, int *x) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 536-555 |
| | 5 | 3 |
QMainWindowLayoutState::unplug| Name: | QMainWindowLayoutState::unplug | | Prototype: | QLayoutItem *QMainWindowLayoutState::unplug(const QList<int> &path, QMainWindowLayoutState *other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 809-826 |
| | 6 | 3 |
QMainWindowTabBar::mouseReleaseEvent| Name: | QMainWindowTabBar::mouseReleaseEvent | | Prototype: | void QMainWindowTabBar::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1596-1606 |
| | 6 | 3 |
QMapDataBase::freeTree| Name: | QMapDataBase::freeTree | | Prototype: | void QMapDataBase::freeTree(QMapNodeBase *root, int alignment) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 343-350 |
| | 5 | 3 |
QMatrix4x4::QMatrix4x4| Name: | QMatrix4x4::QMatrix4x4 | | Prototype: | QMatrix4x4::QMatrix4x4(const float *values) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 98-104 |
| | 4 | 3 |
QMatrix4x4::copyDataTo| Name: | QMatrix4x4::copyDataTo | | Prototype: | void QMatrix4x4::copyDataTo(float *values) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1649-1654 |
| | 3 | 3 |
QMatrix4x4::perspective| Name: | QMatrix4x4::perspective | | Prototype: | void QMatrix4x4::perspective(float verticalAngle, float aspectRatio, float nearPlane, float farPlane) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1485-1519 |
| | 27 | 3 |
QMatrix4x4::toTransform| Name: | QMatrix4x4::toTransform | | Prototype: | QTransform QMatrix4x4::toTransform(float distanceToPlane) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1705-1730 |
| | 12 | 3 |