| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QLocale::toCurrencyString| Name:  | QLocale::toCurrencyString |  | Prototype:  | QString QLocale::toCurrencyString(qlonglong value, const QString &symbol) const |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3425-3449 |  
  |  | 18 | 5 | 
 QLocale::toCurrencyString| Name:  | 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:  | 3455-3474 |  
  |  | 14 | 4 | 
 QLocale::toCurrencyString| Name:  | QLocale::toCurrencyString |  | Prototype:  | QString QLocale::toCurrencyString(double value, const QString &symbol) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3481-3484 |  
  |  | 1 | 1 | 
 QLocale::toCurrencyString| Name:  | QLocale::toCurrencyString |  | Prototype:  | QString QLocale::toCurrencyString(double value, const QString &symbol, int precision) const |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3497-3521 |  
  |  | 18 | 5 | 
 QLocale::toDate| Name:  | QLocale::toDate |  | Prototype:  | QDate QLocale::toDate(const QString &string, FormatType format) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1792-1795 |  
  |  | 1 | 1 | 
 QLocale::toDate| Name:  | QLocale::toDate |  | Prototype:  | QDate QLocale::toDate(const QString &string, const QString &format) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1860-1873 |  
  |  | 6 | 2 | 
 QLocale::toDouble| Name:  | QLocale::toDouble |  | Prototype:  | double QLocale::toDouble(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1498-1501 |  
  |  | 1 | 1 | 
 QLocale::toFloat| Name:  | QLocale::toFloat |  | Prototype:  | float QLocale::toFloat(const QString &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1303-1306 |  
  |  | 1 | 1 | 
 QLocale::toFloat| Name:  | QLocale::toFloat |  | Prototype:  | float QLocale::toFloat(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1470-1473 |  
  |  | 1 | 1 | 
 QLocale::toInt| Name:  | QLocale::toInt |  | Prototype:  | int QLocale::toInt(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1389-1392 |  
  |  | 1 | 1 | 
 QLocale::toLongLong| Name:  | QLocale::toLongLong |  | Prototype:  | qlonglong QLocale::toLongLong(const QString &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1267-1270 |  
  |  | 1 | 1 | 
 QLocale::toLongLong| Name:  | QLocale::toLongLong |  | Prototype:  | qlonglong QLocale::toLongLong(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1430-1433 |  
  |  | 1 | 1 | 
 QLocale::toShort| Name:  | QLocale::toShort |  | Prototype:  | short QLocale::toShort(const QString &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1194-1197 |  
  |  | 1 | 1 | 
 QLocale::toShort| Name:  | QLocale::toShort |  | Prototype:  | short QLocale::toShort(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1349-1352 |  
  |  | 1 | 1 | 
 QLocale::toTime| Name:  | QLocale::toTime |  | Prototype:  | QTime QLocale::toTime(const QString &string, FormatType format) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1774-1777 |  
  |  | 1 | 1 | 
 QLocale::toTime| Name:  | QLocale::toTime |  | Prototype:  | QTime QLocale::toTime(const QString &string, const QString &format) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1829-1842 |  
  |  | 6 | 2 | 
 QLocale::toUInt| Name:  | QLocale::toUInt |  | Prototype:  | uint QLocale::toUInt(const QString &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1248-1251 |  
  |  | 1 | 1 | 
 QLocale::toULongLong| Name:  | QLocale::toULongLong |  | Prototype:  | qulonglong QLocale::toULongLong(const QString &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1286-1289 |  
  |  | 1 | 1 | 
 QLocale::toULongLong| Name:  | QLocale::toULongLong |  | Prototype:  | qulonglong QLocale::toULongLong(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1451-1454 |  
  |  | 1 | 1 | 
 QLocale::toUShort| Name:  | QLocale::toUShort |  | Prototype:  | ushort QLocale::toUShort(const QString &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1212-1215 |  
  |  | 1 | 1 | 
 QLocale::toUShort| Name:  | QLocale::toUShort |  | Prototype:  | ushort QLocale::toUShort(const QStringRef &s, bool *ok) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 1369-1372 |  
  |  | 1 | 1 | 
 QLocale::weekdays| Name:  | QLocale::weekdays |  | Prototype:  | QList<Qt::DayOfWeek> QLocale::weekdays() const |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2346-2364 |  
  |  | 12 | 5 | 
 QLocaleData::bytearrayToDouble| Name:  | QLocaleData::bytearrayToDouble |  | Prototype:  | double QLocaleData::bytearrayToDouble(const char *num, bool *ok, bool *overflow) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 3297-3309 |  
  |  | 10 | 3 | 
 QLocalePrivate::bcp47Name::[lambda]| Name:  | QLocalePrivate::bcp47Name::[lambda] |  | Prototype:  | []() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 332-332 |  
  |  | 0 | 1 | 
 QLocalePrivate::scriptToCode| Name:  | QLocalePrivate::scriptToCode |  | Prototype:  | QString QLocalePrivate::scriptToCode(QLocale::Script script) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 190-196 |  
  |  | 4 | 2 | 
 QLockFile::removeStaleLockFile| Name:  | QLockFile::removeStaleLockFile |  | Prototype:  | bool QLockFile::removeStaleLockFile() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 326-334 |  
  |  | 5 | 2 | 
 QLockFile::staleLockTime| Name:  | QLockFile::staleLockTime |  | Prototype:  | int QLockFile::staleLockTime() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 152-156 |  
  |  | 2 | 1 | 
 QLockFilePrivate::processNameByPid::[lambda]| Name:  | QLockFilePrivate::processNameByPid::[lambda] |  | Prototype:  | []() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp |  | Lines:  | 277-277 |  
  |  | 0 | 1 | 
 QLoggingRule::QLoggingRule| Name:  | QLoggingRule::QLoggingRule |  | Prototype:  | QLoggingRule::QLoggingRule() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp |  | Lines:  | 62-65 |  
  |  | 2 | 1 | 
 QMainWindow::QMainWindow| Name:  | QMainWindow::QMainWindow |  | Prototype:  | QMainWindow::QMainWindow(QWidget *parent, Qt::WindowFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 387-391 |  
  |  | 1 | 1 | 
 QMainWindow::addDockWidget| Name:  | QMainWindow::addDockWidget |  | Prototype:  | void QMainWindow::addDockWidget(Qt::DockWidgetArea area, QDockWidget *dockwidget) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1086-1117 |  
  |  | 9 | 5 | 
 QMainWindow::addDockWidget| Name:  | QMainWindow::addDockWidget |  | Prototype:  | void QMainWindow::addDockWidget(Qt::DockWidgetArea area, QDockWidget *dockwidget, Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1136-1144 |  
  |  | 3 | 2 | 
 QMainWindow::addToolBar| Name:  | 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:  | 772-810 |  
  |  | 22 | 4 | 
 QMainWindow::addToolBar| Name:  | QMainWindow::addToolBar |  | Prototype:  | void QMainWindow::addToolBar(QToolBar *toolbar) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 815-816 |  
  |  | 1 | 1 | 
 QMainWindow::addToolBar| Name:  | QMainWindow::addToolBar |  | Prototype:  | QToolBar *QMainWindow::addToolBar(const QString &title) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 826-832 |  
  |  | 4 | 1 | 
 QMainWindow::addToolBarBreak| Name:  | QMainWindow::addToolBarBreak |  | Prototype:  | void QMainWindow::addToolBarBreak(Qt::ToolBarArea area) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 741-746 |  
  |  | 3 | 2 | 
 QMainWindow::centralWidget| Name:  | QMainWindow::centralWidget |  | Prototype:  | QWidget *QMainWindow::centralWidget() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 641-642 |  
  |  | 1 | 1 | 
 QMainWindow::contextMenuEvent| Name:  | QMainWindow::contextMenuEvent |  | Prototype:  | void QMainWindow::contextMenuEvent(QContextMenuEvent *event) |  | Coverage:  |   0.000% (0/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1643-1693 |  
  |  | 28 | 12 | 
 QMainWindow::corner| Name:  | QMainWindow::corner |  | Prototype:  | Qt::DockWidgetArea QMainWindow::corner(Qt::Corner corner) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 716-717 |  
  |  | 1 | 1 | 
 QMainWindow::createPopupMenu| Name:  | QMainWindow::createPopupMenu |  | Prototype:  | QMenu *QMainWindow::createPopupMenu() |  | Coverage:  |   0.000% (0/37) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1712-1756 |  
  |  | 30 | 12 | 
 QMainWindow::dockOptions| Name:  | QMainWindow::dockOptions |  | Prototype:  | QMainWindow::DockOptions QMainWindow::dockOptions() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 461-465 |  
  |  | 2 | 1 | 
 QMainWindow::dockWidgetArea| Name:  | QMainWindow::dockWidgetArea |  | Prototype:  | Qt::DockWidgetArea QMainWindow::dockWidgetArea(QDockWidget *dockwidget) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1239-1240 |  
  |  | 1 | 1 | 
 QMainWindow::documentMode| Name:  | QMainWindow::documentMode |  | Prototype:  | bool QMainWindow::documentMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1018-1021 |  
  |  | 1 | 1 | 
 QMainWindow::event| Name:  | QMainWindow::event |  | Prototype:  | bool QMainWindow::event(QEvent *event) |  | Coverage:  |   0.000% (0/53) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1412-1546 |  
  |  | 47 | 21 | 
 QMainWindow::iconSize| Name:  | QMainWindow::iconSize |  | Prototype:  | QSize QMainWindow::iconSize() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 467-468 |  
  |  | 1 | 1 | 
 QMainWindow::insertToolBar| Name:  | QMainWindow::insertToolBar |  | Prototype:  | void QMainWindow::insertToolBar(QToolBar *before, QToolBar *toolbar) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 842-856 |  
  |  | 9 | 1 | 
 QMainWindow::insertToolBarBreak| Name:  | QMainWindow::insertToolBarBreak |  | Prototype:  | void QMainWindow::insertToolBarBreak(QToolBar *before) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 751-752 |  
  |  | 1 | 1 | 
 QMainWindow::isAnimated| Name:  | QMainWindow::isAnimated |  | Prototype:  | bool QMainWindow::isAnimated() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 916-920 |  
  |  | 2 | 1 | 
 QMainWindow::isDockNestingEnabled| Name:  | QMainWindow::isDockNestingEnabled |  | Prototype:  | bool QMainWindow::isDockNestingEnabled() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 952-956 |  
  |  | 2 | 1 | 
 QMainWindow::isSeparator| Name:  | QMainWindow::isSeparator |  | Prototype:  | bool QMainWindow::isSeparator(const QPoint &pos) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1628-1637 |  
  |  | 2 | 1 | 
 QMainWindow::menuBar| Name:  | QMainWindow::menuBar |  | Prototype:  | QMenuBar *QMainWindow::menuBar() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 523-532 |  
  |  | 6 | 2 | 
 QMainWindow::menuWidget| Name:  | QMainWindow::menuWidget |  | Prototype:  | QWidget *QMainWindow::menuWidget() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 571-575 |  
  |  | 2 | 1 | 
 QMainWindow::removeDockWidget| Name:  | QMainWindow::removeDockWidget |  | Prototype:  | void QMainWindow::removeDockWidget(QDockWidget *dockwidget) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1224-1230 |  
  |  | 3 | 2 | 
 QMainWindow::removeToolBar| Name:  | QMainWindow::removeToolBar |  | Prototype:  | void QMainWindow::removeToolBar(QToolBar *toolbar) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 862-868 |  
  |  | 3 | 2 | 
 QMainWindow::removeToolBarBreak| Name:  | QMainWindow::removeToolBarBreak |  | Prototype:  | void QMainWindow::removeToolBarBreak(QToolBar *before) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 758-762 |  
  |  | 2 | 1 | 
 QMainWindow::resizeDocks| Name:  | QMainWindow::resizeDocks |  | Prototype:  | void QMainWindow::resizeDocks(const QList<QDockWidget *> &docks, const QList<int> &sizes, Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1263-1268 |  
  |  | 2 | 1 | 
 QMainWindow::restoreDockWidget| Name:  | QMainWindow::restoreDockWidget |  | Prototype:  | bool QMainWindow::restoreDockWidget(QDockWidget *dockwidget) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1127-1130 |  
  |  | 1 | 1 | 
 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::saveState| Name:  | QMainWindow::saveState |  | Prototype:  | QByteArray QMainWindow::saveState(int version) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1294-1302 |  
  |  | 6 | 1 | 
 QMainWindow::setAnimated| Name:  | QMainWindow::setAnimated |  | Prototype:  | void QMainWindow::setAnimated(bool enabled) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 922-930 |  
  |  | 4 | 1 | 
 QMainWindow::setCentralWidget| Name:  | QMainWindow::setCentralWidget |  | Prototype:  | void QMainWindow::setCentralWidget(QWidget *widget) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 652-660 |  
  |  | 5 | 2 | 
 QMainWindow::setCorner| Name:  | QMainWindow::setCorner |  | Prototype:  | void QMainWindow::setCorner(Qt::Corner corner, Qt::DockWidgetArea area) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 687-708 |  
  |  | 13 | 6 | 
 QMainWindow::setDockNestingEnabled| Name:  | QMainWindow::setDockNestingEnabled |  | Prototype:  | void QMainWindow::setDockNestingEnabled(bool enabled) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 958-966 |  
  |  | 4 | 1 | 
 QMainWindow::setDockOptions| Name:  | QMainWindow::setDockOptions |  | Prototype:  | void QMainWindow::setDockOptions(DockOptions opt) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 455-459 |  
  |  | 2 | 1 | 
 QMainWindow::setDocumentMode| Name:  | QMainWindow::setDocumentMode |  | Prototype:  | void QMainWindow::setDocumentMode(bool enabled) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1023-1026 |  
  |  | 1 | 1 | 
 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:  | 470-483 |  
  |  | 9 | 3 | 
 QMainWindow::setMenuBar| Name:  | QMainWindow::setMenuBar |  | Prototype:  | void QMainWindow::setMenuBar(QMenuBar *menuBar) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 542-563 |  
  |  | 13 | 5 | 
 QMainWindow::setMenuWidget| Name:  | QMainWindow::setMenuWidget |  | Prototype:  | void QMainWindow::setMenuWidget(QWidget *menuBar) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 585-593 |  
  |  | 5 | 2 | 
 QMainWindow::setStatusBar| Name:  | QMainWindow::setStatusBar |  | Prototype:  | void QMainWindow::setStatusBar(QStatusBar *statusbar) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 624-632 |  
  |  | 5 | 2 | 
 QMainWindow::setTabPosition| Name:  | QMainWindow::setTabPosition |  | Prototype:  | void QMainWindow::setTabPosition(Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1077-1080 |  
  |  | 1 | 1 | 
 QMainWindow::setTabShape| Name:  | QMainWindow::setTabShape |  | Prototype:  | void QMainWindow::setTabShape(QTabWidget::TabShape tabShape) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1044-1047 |  
  |  | 1 | 1 | 
 QMainWindow::setToolButtonStyle| Name:  | QMainWindow::setToolButtonStyle |  | Prototype:  | void QMainWindow::setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 498-505 |  
  |  | 5 | 2 | 
 QMainWindow::setUnifiedTitleAndToolBarOnMac| Name:  | QMainWindow::setUnifiedTitleAndToolBarOnMac |  | Prototype:  | void QMainWindow::setUnifiedTitleAndToolBarOnMac(bool set) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1562-1610 |  
  |  | 1 | 1 | 
 QMainWindow::splitDockWidget| Name:  | QMainWindow::splitDockWidget |  | Prototype:  | void QMainWindow::splitDockWidget(QDockWidget *after, QDockWidget *dockwidget, Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1167-1171 |  
  |  | 1 | 1 | 
 QMainWindow::statusBar| Name:  | QMainWindow::statusBar |  | Prototype:  | QStatusBar *QMainWindow::statusBar() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 603-613 |  
  |  | 7 | 2 | 
 QMainWindow::tabPosition| Name:  | QMainWindow::tabPosition |  | Prototype:  | QTabWidget::TabPosition QMainWindow::tabPosition(Qt::DockWidgetArea area) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1059-1064 |  
  |  | 3 | 2 | 
 QMainWindow::tabShape| Name:  | QMainWindow::tabShape |  | Prototype:  | QTabWidget::TabShape QMainWindow::tabShape() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1039-1042 |  
  |  | 1 | 1 | 
 QMainWindow::tabifiedDockWidgets| Name:  | QMainWindow::tabifiedDockWidgets |  | Prototype:  | QList<QDockWidget*> QMainWindow::tabifiedDockWidgets(QDockWidget *dockwidget) const |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1196-1217 |  
  |  | 10 | 6 | 
 QMainWindow::tabifyDockWidget| Name:  | QMainWindow::tabifyDockWidget |  | Prototype:  | void QMainWindow::tabifyDockWidget(QDockWidget *first, QDockWidget *second) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1181-1184 |  
  |  | 1 | 1 | 
 QMainWindow::takeCentralWidget| Name:  | QMainWindow::takeCentralWidget |  | Prototype:  | QWidget *QMainWindow::takeCentralWidget() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 669-678 |  
  |  | 6 | 2 | 
 QMainWindow::toolBarArea| Name:  | QMainWindow::toolBarArea |  | Prototype:  | Qt::ToolBarArea QMainWindow::toolBarArea(QToolBar *toolbar) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 877-878 |  
  |  | 1 | 1 | 
 QMainWindow::toolBarBreak| Name:  | QMainWindow::toolBarBreak |  | Prototype:  | bool QMainWindow::toolBarBreak(QToolBar *toolbar) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 887-890 |  
  |  | 1 | 1 | 
 QMainWindow::toolButtonStyle| Name:  | QMainWindow::toolButtonStyle |  | Prototype:  | Qt::ToolButtonStyle QMainWindow::toolButtonStyle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 495-496 |  
  |  | 1 | 1 | 
 QMainWindow::unifiedTitleAndToolBarOnMac| Name:  | QMainWindow::unifiedTitleAndToolBarOnMac |  | Prototype:  | bool QMainWindow::unifiedTitleAndToolBarOnMac() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp |  | Lines:  | 1612-1621 |  
  |  | 1 | 1 | 
 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:  | 2168-2205 |  
  |  | 7 | 3 | 
 QMainWindowLayout::addDockWidget| Name:  | QMainWindowLayout::addDockWidget |  | Prototype:  | void QMainWindowLayout::addDockWidget(Qt::DockWidgetArea area, QDockWidget *dockwidget, Qt::Orientation orientation) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1355-1369 |  
  |  | 6 | 2 | 
 QMainWindowLayout::addItem| Name:  | QMainWindowLayout::addItem |  | Prototype:  | void QMainWindowLayout::addItem(QLayoutItem *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1854-1855 |  
  |  | 1 | 1 | 
 QMainWindowLayout::addToolBar| Name:  | QMainWindowLayout::addToolBar |  | Prototype:  | void QMainWindowLayout::addToolBar(Qt::ToolBarArea area, QToolBar *toolbar, bool) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1146-1170 |  
  |  | 7 | 2 | 
 QMainWindowLayout::addToolBarBreak| Name:  | QMainWindowLayout::addToolBarBreak |  | Prototype:  | void QMainWindowLayout::addToolBarBreak(Qt::ToolBarArea area) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1087-1096 |  
  |  | 5 | 2 | 
 QMainWindowLayout::animationFinished| Name:  | QMainWindowLayout::animationFinished |  | Prototype:  | void QMainWindowLayout::animationFinished(QWidget *widget) |  | Coverage:  |   0.000% (0/43) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 2042-2152 |  
  |  | 63 | 15 | 
 QMainWindowLayout::applyState| Name:  | QMainWindowLayout::applyState |  | Prototype:  | void QMainWindowLayout::applyState(QMainWindowLayoutState &newState, bool animate) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 2498-2532 |  
  |  | 19 | 7 | 
 QMainWindowLayout::centralWidget| Name:  | QMainWindowLayout::centralWidget |  | Prototype:  | QWidget *QMainWindowLayout::centralWidget() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 2247-2250 |  
  |  | 1 | 1 | 
 QMainWindowLayout::corner| Name:  | QMainWindowLayout::corner |  | Prototype:  | Qt::DockWidgetArea QMainWindowLayout::corner(Qt::Corner corner) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1350-1353 |  
  |  | 1 | 1 | 
 QMainWindowLayout::count| Name:  | QMainWindowLayout::count |  | Prototype:  | int QMainWindowLayout::count() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1770-1774 |  
  |  | 2 | 1 | 
 QMainWindowLayout::createTabbedDockWindow| Name:  | QMainWindowLayout::createTabbedDockWindow |  | Prototype:  | QDockWidgetGroupWindow *QMainWindowLayout::createTabbedDockWindow() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 2491-2496 |  
  |  | 3 | 1 | 
 QMainWindowLayout::dockInfo| Name:  | 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:  | 1679-1691 |  
  |  | 8 | 4 | 
 QMainWindowLayout::dockWidgetArea| Name:  | QMainWindowLayout::dockWidgetArea |  | Prototype:  | Qt::DockWidgetArea QMainWindowLayout::dockWidgetArea(QWidget *widget) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1525-1531 |  
  |  | 4 | 2 | 
 QMainWindowLayout::documentMode| Name:  | QMainWindowLayout::documentMode |  | Prototype:  | bool QMainWindowLayout::documentMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1390-1393 |  
  |  | 1 | 1 | 
 QMainWindowLayout::endSeparatorMove| Name:  | QMainWindowLayout::endSeparatorMove |  | Prototype:  | bool QMainWindowLayout::endSeparatorMove(const QPoint&) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1742-1749 |  
  |  | 5 | 2 | 
 QMainWindowLayout::getSeparatorWidget| Name:  | QMainWindowLayout::getSeparatorWidget |  | Prototype:  | QWidget *QMainWindowLayout::getSeparatorWidget() |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1660-1673 |  
  |  | 9 | 2 |