| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QLocalServer::hasPendingConnections| Name:  | QLocalServer::hasPendingConnections |  | Prototype:  | bool QLocalServer::hasPendingConnections() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 218-222 |  
  |  | 2 | 1 | 
 QLocalServer::isListening| Name:  | QLocalServer::isListening |  | Prototype:  | bool QLocalServer::isListening() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 254-258 |  
  |  | 2 | 1 | 
 QLocalServer::maxPendingConnections| Name:  | QLocalServer::maxPendingConnections |  | Prototype:  | int QLocalServer::maxPendingConnections() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 345-349 |  
  |  | 2 | 1 | 
 QLocalServer::serverError| Name:  | QLocalServer::serverError |  | Prototype:  | QAbstractSocket::SocketError QLocalServer::serverError() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 437-441 |  
  |  | 2 | 1 | 
 QLocalServer::serverName| Name:  | QLocalServer::serverName |  | Prototype:  | QString QLocalServer::serverName() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 413-417 |  
  |  | 2 | 1 | 
 QLocalServer::setMaxPendingConnections| Name:  | QLocalServer::setMaxPendingConnections |  | Prototype:  | void QLocalServer::setMaxPendingConnections(int numConnections) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 456-460 |  
  |  | 2 | 1 | 
 QLocalServer::setSocketOptions| Name:  | QLocalServer::setSocketOptions |  | Prototype:  | void QLocalServer::setSocketOptions(SocketOptions options) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 160-165 |  
  |  | 2 | 1 | 
 QLocalServer::socketOptions| Name:  | QLocalServer::socketOptions |  | Prototype:  | QLocalServer::SocketOptions QLocalServer::socketOptions() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 173-177 |  
  |  | 2 | 1 | 
 QLocalServer::~QLocalServer| Name:  | QLocalServer::~QLocalServer |  | Prototype:  | QLocalServer::~QLocalServer() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp |  | Lines:  | 123-127 |  
  |  | 2 | 2 | 
 QLocalSocket::QLocalSocket| Name:  | QLocalSocket::QLocalSocket |  | Prototype:  | QLocalSocket::QLocalSocket(QObject * parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp |  | Lines:  | 341-346 |  
  |  | 2 | 1 | 
 QLocalSocket::abort| Name:  | QLocalSocket::abort |  | Prototype:  | void QLocalSocket::abort() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 399-403 |  
  |  | 2 | 1 | 
 QLocalSocket::bytesAvailable| Name:  | QLocalSocket::bytesAvailable |  | Prototype:  | qint64 QLocalSocket::bytesAvailable() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 405-409 |  
  |  | 2 | 1 | 
 QLocalSocket::bytesToWrite| Name:  | QLocalSocket::bytesToWrite |  | Prototype:  | qint64 QLocalSocket::bytesToWrite() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 411-415 |  
  |  | 2 | 1 | 
 QLocalSocket::canReadLine| Name:  | QLocalSocket::canReadLine |  | Prototype:  | bool QLocalSocket::canReadLine() const |  | Coverage:  |  60.000% (3/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 417-421 |  
  |  | 2 | 1 | 
 QLocalSocket::connectToServer| Name:  | QLocalSocket::connectToServer |  | Prototype:  | void QLocalSocket::connectToServer(const QString &name, OpenMode openMode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp |  | Lines:  | 377-381 |  
  |  | 2 | 1 | 
 QLocalSocket::disconnectFromServer| Name:  | QLocalSocket::disconnectFromServer |  | Prototype:  | void QLocalSocket::disconnectFromServer() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 450-454 |  
  |  | 2 | 1 | 
 QLocalSocket::flush| Name:  | QLocalSocket::flush |  | Prototype:  | bool QLocalSocket::flush() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 444-448 |  
  |  | 2 | 1 | 
 QLocalSocket::fullServerName| Name:  | QLocalSocket::fullServerName |  | Prototype:  | QString QLocalSocket::fullServerName() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp |  | Lines:  | 421-425 |  
  |  | 2 | 1 | 
 QLocalSocket::isValid| Name:  | QLocalSocket::isValid |  | Prototype:  | bool QLocalSocket::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 489-493 |  
  |  | 2 | 1 | 
 QLocalSocket::open| Name:  | QLocalSocket::open |  | Prototype:  | bool QLocalSocket::open(OpenMode openMode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp |  | Lines:  | 360-364 |  
  |  | 2 | 1 | 
 QLocalSocket::readBufferSize| Name:  | QLocalSocket::readBufferSize |  | Prototype:  | qint64 QLocalSocket::readBufferSize() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 495-499 |  
  |  | 2 | 1 | 
 QLocalSocket::readData| Name:  | QLocalSocket::readData |  | Prototype:  | qint64 QLocalSocket::readData(char *data, qint64 c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 387-391 |  
  |  | 2 | 1 | 
 QLocalSocket::serverName| Name:  | QLocalSocket::serverName |  | Prototype:  | QString QLocalSocket::serverName() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp |  | Lines:  | 408-412 |  
  |  | 2 | 1 | 
 QLocalSocket::setReadBufferSize| Name:  | QLocalSocket::setReadBufferSize |  | Prototype:  | void QLocalSocket::setReadBufferSize(qint64 size) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 501-505 |  
  |  | 2 | 1 | 
 QLocalSocket::socketDescriptor| Name:  | QLocalSocket::socketDescriptor |  | Prototype:  | qintptr QLocalSocket::socketDescriptor() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 381-385 |  
  |  | 2 | 1 | 
 QLocalSocket::state| Name:  | QLocalSocket::state |  | Prototype:  | QLocalSocket::LocalSocketState QLocalSocket::state() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp |  | Lines:  | 432-436 |  
  |  | 2 | 1 | 
 QLocalSocket::waitForBytesWritten| Name:  | QLocalSocket::waitForBytesWritten |  | Prototype:  | bool QLocalSocket::waitForBytesWritten(int msecs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 438-442 |  
  |  | 2 | 1 | 
 QLocalSocket::writeData| Name:  | QLocalSocket::writeData |  | Prototype:  | qint64 QLocalSocket::writeData(const char *data, qint64 c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 393-397 |  
  |  | 2 | 1 | 
 QLocalSocketPrivate::QLocalSocketPrivate| Name:  | QLocalSocketPrivate::QLocalSocketPrivate |  | Prototype:  | QLocalSocketPrivate::QLocalSocketPrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 59-66 |  
  |  | 2 | 1 | 
 QLocalSocketPrivate::_q_abortConnectionAttempt| Name:  | QLocalSocketPrivate::_q_abortConnectionAttempt |  | Prototype:  | void QLocalSocketPrivate::_q_abortConnectionAttempt() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp |  | Lines:  | 363-367 |  
  |  | 2 | 1 | 
 QLocale::QLocale| Name:  | QLocale::QLocale |  | Prototype:  | QLocale::QLocale(Language language, Script script, Country country) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 834-837 |  
  |  | 2 | 1 | 
 QLocale::QLocale| Name:  | QLocale::QLocale |  | Prototype:  | QLocale::QLocale(const QString &name) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 768-771 |  
  |  | 2 | 1 | 
 QLocale::QLocale| Name:  | QLocale::QLocale |  | Prototype:  | QLocale::QLocale() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 781-784 |  
  |  | 2 | 1 | 
 QLocale::QLocale| Name:  | QLocale::QLocale |  | Prototype:  | QLocale::QLocale(Language language, Country country) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 805-808 |  
  |  | 2 | 1 | 
 QLocale::operator=| Name:  | QLocale::operator= |  | Prototype:  | QLocale &QLocale::operator=(const QLocale &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 861-865 |  
  |  | 2 | 1 | 
 QLocaleData::c| Name:  | QLocaleData::c |  | Prototype:  | const QLocaleData *QLocaleData::c() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 654-658 |  
  |  | 2 | 1 | 
 QLocaleData::doubleToString| Name:  | QLocaleData::doubleToString |  | Prototype:  | QString QLocaleData::doubleToString(double d, int precision, DoubleForm form, int width, unsigned flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2742-2747 |  
  |  | 2 | 1 | 
 QLocaleData::longLongToString| Name:  | QLocaleData::longLongToString |  | Prototype:  | QString QLocaleData::longLongToString(qlonglong l, int precision, int base, int width, unsigned flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2874-2880 |  
  |  | 2 | 1 | 
 QLocaleData::unsLongLongToString| Name:  | QLocaleData::unsLongLongToString |  | Prototype:  | QString QLocaleData::unsLongLongToString(qulonglong l, int precision, int base, int width, unsigned flags) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp |  | Lines:  | 2969-2975 |  
  |  | 2 | 1 | 
 QLockFile::QLockFile| Name:  | QLockFile::QLockFile |  | Prototype:  | QLockFile::QLockFile(const QString &fileName) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 104-107 |  
  |  | 2 | 1 | 
 QLockFile::error| Name:  | QLockFile::error |  | Prototype:  | QLockFile::LockError QLockFile::error() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 336-340 |  
  |  | 2 | 1 | 
 QLockFile::getLockInfo| Name:  | QLockFile::getLockInfo |  | Prototype:  | bool QLockFile::getLockInfo(qint64 *pid, QString *hostname, QString *appname) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 276-280 |  
  |  | 2 | 1 | 
 QLockFile::isLocked| Name:  | QLockFile::isLocked |  | Prototype:  | bool QLockFile::isLocked() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 158-162 |  
  |  | 2 | 1 | 
 QLockFile::setStaleLockTime| Name:  | QLockFile::setStaleLockTime |  | Prototype:  | void QLockFile::setStaleLockTime(int staleLockTime) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp |  | Lines:  | 134-138 |  
  |  | 2 | 1 | 
 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:  | 146-150 |  
  |  | 2 | 1 | 
 QLoggingCategory::~QLoggingCategory| Name:  | QLoggingCategory::~QLoggingCategory |  | Prototype:  | QLoggingCategory::~QLoggingCategory() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingcategory.cpp |  | Lines:  | 248-252 |  
  |  | 2 | 2 | 
 QLoggingRegistry::QLoggingRegistry| Name:  | QLoggingRegistry::QLoggingRegistry |  | Prototype:  | QLoggingRegistry::QLoggingRegistry() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp |  | Lines:  | 240-243 |  
  |  | 2 | 1 | 
 QLoggingRegistry::unregisterCategory| Name:  | QLoggingRegistry::unregisterCategory |  | Prototype:  | void QLoggingRegistry::unregisterCategory(QLoggingCategory *cat) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp |  | Lines:  | 334-338 |  
  |  | 2 | 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:  | 56-59 |  
  |  | 2 | 1 | 
 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:  | 455-459 |  
  |  | 2 | 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:  | 910-914 |  
  |  | 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:  | 949-953 |  
  |  | 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::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:  | 565-569 |  
  |  | 2 | 1 | 
 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:  | 752-756 |  
  |  | 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::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:  | 449-453 |  
  |  | 2 | 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:  | 1756-1760 |  
  |  | 2 | 1 | 
 QMainWindowLayout::getStyleOptionInfo| Name:  | QMainWindowLayout::getStyleOptionInfo |  | Prototype:  | void QMainWindowLayout::getStyleOptionInfo(QStyleOptionToolBar *option, QToolBar *toolBar) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1210-1214 |  
  |  | 2 | 1 | 
 QMainWindowLayout::invalidate| Name:  | QMainWindowLayout::invalidate |  | Prototype:  | void QMainWindowLayout::invalidate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 1873-1877 |  
  |  | 2 | 1 | 
 QMainWindowLayout::usesHIToolBar| Name:  | QMainWindowLayout::usesHIToolBar |  | Prototype:  | bool QMainWindowLayout::usesHIToolBar(QToolBar *toolbar) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 2584-2594 |  
  |  | 2 | 1 | 
 QMainWindowLayoutState::apply| Name:  | QMainWindowLayoutState::apply |  | Prototype:  | void QMainWindowLayoutState::apply(bool animated) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 460-476 |  
  |  | 2 | 1 | 
 QMainWindowLayoutState::deleteAllLayoutItems| Name:  | QMainWindowLayoutState::deleteAllLayoutItems |  | Prototype:  | void QMainWindowLayoutState::deleteAllLayoutItems() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 496-505 |  
  |  | 2 | 1 | 
 QMainWindowLayoutState::deleteCentralWidgetItem| Name:  | QMainWindowLayoutState::deleteCentralWidgetItem |  | Prototype:  | void QMainWindowLayoutState::deleteCentralWidgetItem() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp |  | Lines:  | 507-516 |  
  |  | 2 | 1 | 
 QMatrix::QMatrix| Name:  | QMatrix::QMatrix |  | Prototype:  | QMatrix::QMatrix() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 214-222 |  
  |  | 2 | 1 | 
 QMatrix::QMatrix| Name:  | QMatrix::QMatrix |  | Prototype:  | QMatrix::QMatrix(qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 231-239 |  
  |  | 2 | 1 | 
 QMatrix::QMatrix| Name:  | QMatrix::QMatrix |  | Prototype:  | QMatrix::QMatrix(const QMatrix &matrix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 245-253 |  
  |  | 2 | 1 | 
 QMatrix::reset| Name:  | QMatrix::reset |  | Prototype:  | void QMatrix::reset() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp |  | Lines:  | 805-809 |  
  |  | 2 | 1 | 
 QMdiArea::activationOrder| Name:  | QMdiArea::activationOrder |  | Prototype:  | QMdiArea::WindowOrder QMdiArea::activationOrder() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2080-2084 |  
  |  | 2 | 1 | 
 QMdiArea::activeSubWindow| Name:  | QMdiArea::activeSubWindow |  | Prototype:  | QMdiSubWindow *QMdiArea::activeSubWindow() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1814-1818 |  
  |  | 2 | 1 | 
 QMdiArea::documentMode| Name:  | QMdiArea::documentMode |  | Prototype:  | bool QMdiArea::documentMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2149-2153 |  
  |  | 2 | 1 | 
 QMdiArea::setViewMode| Name:  | QMdiArea::setViewMode |  | Prototype:  | void QMdiArea::setViewMode(ViewMode mode) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2133-2137 |  
  |  | 2 | 1 | 
 QMdiArea::subWindowList| Name:  | QMdiArea::subWindowList |  | Prototype:  | QList<QMdiSubWindow *> QMdiArea::subWindowList(WindowOrder order) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 1870-1874 |  
  |  | 2 | 1 | 
 QMdiArea::tabPosition| Name:  | QMdiArea::tabPosition |  | Prototype:  | QTabWidget::TabPosition QMdiArea::tabPosition() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2253-2257 |  
  |  | 2 | 1 | 
 QMdiArea::tabShape| Name:  | QMdiArea::tabShape |  | Prototype:  | QTabWidget::TabShape QMdiArea::tabShape() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2227-2231 |  
  |  | 2 | 1 | 
 QMdiArea::tabsClosable| Name:  | QMdiArea::tabsClosable |  | Prototype:  | bool QMdiArea::tabsClosable() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2174-2178 |  
  |  | 2 | 1 | 
 QMdiArea::tabsMovable| Name:  | QMdiArea::tabsMovable |  | Prototype:  | bool QMdiArea::tabsMovable() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2199-2203 |  
  |  | 2 | 1 | 
 QMdiArea::viewMode| Name:  | QMdiArea::viewMode |  | Prototype:  | QMdiArea::ViewMode QMdiArea::viewMode() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 2127-2131 |  
  |  | 2 | 1 | 
 QMdiAreaPrivate::QMdiAreaPrivate| Name:  | QMdiAreaPrivate::QMdiAreaPrivate |  | Prototype:  | QMdiAreaPrivate::QMdiAreaPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp |  | Lines:  | 666-703 |  
  |  | 2 | 1 | 
 QMdiSubWindowPrivate::setEnabled| Name:  | QMdiSubWindowPrivate::setEnabled |  | Prototype:  | void QMdiSubWindowPrivate::setEnabled(WindowStateAction action, bool enable) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp |  | Lines:  | 2140-2144 |  
  |  | 2 | 2 | 
 QMenu::QMenu| Name:  | QMenu::QMenu |  | Prototype:  | QMenu::QMenu(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 1462-1467 |  
  |  | 2 | 1 | 
 QMenu::QMenu| Name:  | QMenu::QMenu |  | Prototype:  | QMenu::QMenu(QMenuPrivate &dd, QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 1488-1493 |  
  |  | 2 | 1 | 
 QMenu::hideTearOffMenu| Name:  | QMenu::hideTearOffMenu |  | Prototype:  | void QMenu::hideTearOffMenu() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 1961-1965 |  
  |  | 2 | 2 | 
 QMenu::separatorsCollapsible| Name:  | QMenu::separatorsCollapsible |  | Prototype:  | bool QMenu::separatorsCollapsible() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 3454-3458 |  
  |  | 2 | 1 | 
 QMenu::setPlatformMenu| Name:  | QMenu::setPlatformMenu |  | Prototype:  | void QMenu::setPlatformMenu(QPlatformMenu *platformMenu) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 3436-3440 |  
  |  | 2 | 1 | 
 QMenu::toolTipsVisible| Name:  | QMenu::toolTipsVisible |  | Prototype:  | bool QMenu::toolTipsVisible() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 3487-3491 |  
  |  | 2 | 1 | 
 QMenuBar::QMenuBar| Name:  | QMenuBar::QMenuBar |  | Prototype:  | QMenuBar::QMenuBar(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 742-746 |  
  |  | 2 | 1 | 
 QMenuBar::actionAt| Name:  | QMenuBar::actionAt |  | Prototype:  | QAction *QMenuBar::actionAt(const QPoint &pt) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 1537-1541 |  
  |  | 2 | 1 | 
 QMenuBar::actionGeometry| Name:  | QMenuBar::actionGeometry |  | Prototype:  | QRect QMenuBar::actionGeometry(QAction *act) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 1548-1552 |  
  |  | 2 | 1 | 
 QMenuBar::activeAction| Name:  | QMenuBar::activeAction |  | Prototype:  | QAction *QMenuBar::activeAction() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 884-888 |  
  |  | 2 | 1 | 
 QMenuBar::isDefaultUp| Name:  | QMenuBar::isDefaultUp |  | Prototype:  | bool QMenuBar::isDefaultUp() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 939-943 |  
  |  | 2 | 1 | 
 QMenuBar::isNativeMenuBar| Name:  | QMenuBar::isNativeMenuBar |  | Prototype:  | bool QMenuBar::isNativeMenuBar() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 1825-1829 |  
  |  | 2 | 1 | 
 QMenuBar::platformMenuBar| Name:  | QMenuBar::platformMenuBar |  | Prototype:  | QPlatformMenuBar *QMenuBar::platformMenuBar() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 1834-1838 |  
  |  | 2 | 1 | 
 QMenuBar::setActiveAction| Name:  | QMenuBar::setActiveAction |  | Prototype:  | void QMenuBar::setActiveAction(QAction *act) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 895-899 |  
  |  | 2 | 1 | 
 QMenuBar::setDefaultUp| Name:  | QMenuBar::setDefaultUp |  | Prototype:  | void QMenuBar::setDefaultUp(bool b) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 933-937 |  
  |  | 2 | 1 | 
 QMenuBarExtension::sizeHint| Name:  | QMenuBarExtension::sizeHint |  | Prototype:  | QSize QMenuBarExtension::sizeHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp |  | Lines:  | 98-102 |  
  |  | 2 | 1 | 
 QMenuPrivate::_q_platformMenuAboutToShow| Name:  | QMenuPrivate::_q_platformMenuAboutToShow |  | Prototype:  | void QMenuPrivate::_q_platformMenuAboutToShow() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 1266-1282 |  
  |  | 2 | 1 | 
 QMenuPrivate::hasMouseMoved| Name:  | QMenuPrivate::hasMouseMoved |  | Prototype:  | bool QMenuPrivate::hasMouseMoved(const QPoint &globalPos) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 1284-1291 |  
  |  | 2 | 1 | 
 QMenuPrivate::scrollerHeight| Name:  | QMenuPrivate::scrollerHeight |  | Prototype:  | int QMenuPrivate::scrollerHeight() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 194-198 |  
  |  | 2 | 1 | 
 QMenuPrivate::updateActionRects| Name:  | QMenuPrivate::updateActionRects |  | Prototype:  | void QMenuPrivate::updateActionRects() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 237-241 |  
  |  | 2 | 1 |