| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QStateMachine::error| Name:  | QStateMachine::error |  | Prototype:  | QStateMachine::Error QStateMachine::error() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2512-2516 |  
  |  | 2 | 1 | 
 QStateMachine::errorString| Name:  | QStateMachine::errorString |  | Prototype:  | QString QStateMachine::errorString() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2521-2525 |  
  |  | 2 | 1 | 
 QStateMachine::globalRestorePolicy| Name:  | QStateMachine::globalRestorePolicy |  | Prototype:  | QState::RestorePolicy QStateMachine::globalRestorePolicy() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2542-2546 |  
  |  | 2 | 1 | 
 QStateMachine::isAnimated| Name:  | QStateMachine::isAnimated |  | Prototype:  | bool QStateMachine::isAnimated() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2964-2968 |  
  |  | 2 | 1 | 
 QStateMachine::isRunning| Name:  | QStateMachine::isRunning |  | Prototype:  | bool QStateMachine::isRunning() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2603-2607 |  
  |  | 2 | 1 | 
 QStateMachine::onEntry| Name:  | QStateMachine::onEntry |  | Prototype:  | void QStateMachine::onEntry(QEvent *event) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2942-2946 |  
  |  | 2 | 1 | 
 QStateMachine::onExit| Name:  | QStateMachine::onExit |  | Prototype:  | void QStateMachine::onExit(QEvent *event) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2953-2957 |  
  |  | 2 | 1 | 
 QStateMachine::removeDefaultAnimation| Name:  | QStateMachine::removeDefaultAnimation |  | Prototype:  | void QStateMachine::removeDefaultAnimation(QAbstractAnimation *animation) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 3000-3004 |  
  |  | 2 | 1 | 
 QStateMachine::setAnimated| Name:  | QStateMachine::setAnimated |  | Prototype:  | void QStateMachine::setAnimated(bool enabled) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2973-2977 |  
  |  | 2 | 1 | 
 QStateMachine::setGlobalRestorePolicy| Name:  | QStateMachine::setGlobalRestorePolicy |  | Prototype:  | void QStateMachine::setGlobalRestorePolicy(QState::RestorePolicy restorePolicy) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2554-2558 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::hasRestorable| Name:  | QStateMachinePrivate::hasRestorable |  | Prototype:  | bool QStateMachinePrivate::hasRestorable(QAbstractState *state, QObject *object, const QByteArray &propertyName) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1285-1290 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::isExternalEventQueueEmpty| Name:  | QStateMachinePrivate::isExternalEventQueueEmpty |  | Prototype:  | bool QStateMachinePrivate::isExternalEventQueueEmpty() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2014-2018 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::isInternalEventQueueEmpty| Name:  | QStateMachinePrivate::isInternalEventQueueEmpty |  | Prototype:  | bool QStateMachinePrivate::isInternalEventQueueEmpty() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2008-2012 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::isParallel| Name:  | QStateMachinePrivate::isParallel |  | Prototype:  | bool QStateMachinePrivate::isParallel(const QAbstractState *s) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1198-1202 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::maybeRegisterEventTransition| Name:  | QStateMachinePrivate::maybeRegisterEventTransition |  | Prototype:  | void QStateMachinePrivate::maybeRegisterEventTransition(QEventTransition *transition) |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2346-2350 |  
  |  | 2 | 2 | 
 QStateMachinePrivate::postExternalEvent| Name:  | QStateMachinePrivate::postExternalEvent |  | Prototype:  | void QStateMachinePrivate::postExternalEvent(QEvent *e) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1986-1990 |  
  |  | 2 | 1 | 
 QStateMachinePrivate::postInternalEvent| Name:  | QStateMachinePrivate::postInternalEvent |  | Prototype:  | void QStateMachinePrivate::postInternalEvent(QEvent *e) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1980-1984 |  
  |  | 2 | 1 | 
 QStatePrivate::QStatePrivate| Name:  | QStatePrivate::QStatePrivate |  | Prototype:  | QStatePrivate::QStatePrivate() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 150-155 |  
  |  | 2 | 1 | 
 QStatePrivate::emitFinished| Name:  | QStatePrivate::emitFinished |  | Prototype:  | void QStatePrivate::emitFinished() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 161-165 |  
  |  | 2 | 1 | 
 QStatePrivate::emitPropertiesAssigned| Name:  | QStatePrivate::emitPropertiesAssigned |  | Prototype:  | void QStatePrivate::emitPropertiesAssigned() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 167-171 |  
  |  | 2 | 1 | 
 QStaticText::QStaticText| Name:  | QStaticText::QStaticText |  | Prototype:  | QStaticText::QStaticText() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 155-158 |  
  |  | 2 | 1 | 
 QStaticText::QStaticText| Name:  | QStaticText::QStaticText |  | Prototype:  | QStaticText::QStaticText(const QString &text) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 163-168 |  
  |  | 2 | 1 | 
 QStaticText::detach| Name:  | QStaticText::detach |  | Prototype:  | void QStaticText::detach() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 189-193 |  
  |  | 2 | 2 | 
 QStaticText::operator=| Name:  | QStaticText::operator= |  | Prototype:  | QStaticText &QStaticText::operator=(const QStaticText &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 222-226 |  
  |  | 2 | 1 | 
 QStaticTextPrivate::QStaticTextPrivate| Name:  | QStaticTextPrivate::QStaticTextPrivate |  | Prototype:  | QStaticTextPrivate::QStaticTextPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 404-409 |  
  |  | 2 | 1 | 
 QStaticTextPrivate::QStaticTextPrivate| Name:  | QStaticTextPrivate::QStaticTextPrivate |  | Prototype:  | QStaticTextPrivate::QStaticTextPrivate(const QStaticTextPrivate &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 411-417 |  
  |  | 2 | 1 | 
 QStatusBar::currentMessage| Name:  | QStatusBar::currentMessage |  | Prototype:  | QString QStatusBar::currentMessage() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 594-598 |  
  |  | 2 | 1 | 
 QStatusBar::isSizeGripEnabled| Name:  | QStatusBar::isSizeGripEnabled |  | Prototype:  | bool QStatusBar::isSizeGripEnabled() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 431-439 |  
  |  | 2 | 1 | 
 QStatusNotifierItemAdaptor::Activate| Name:  | QStatusNotifierItemAdaptor::Activate |  | Prototype:  | void QStatusNotifierItemAdaptor::Activate(int x, int y) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 159-163 |  
  |  | 2 | 2 | 
 QStatusNotifierItemAdaptor::ContextMenu| Name:  | QStatusNotifierItemAdaptor::ContextMenu |  | Prototype:  | void QStatusNotifierItemAdaptor::ContextMenu(int x, int y) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 165-169 |  
  |  | 2 | 2 | 
 QStatusNotifierItemAdaptor::SecondaryActivate| Name:  | QStatusNotifierItemAdaptor::SecondaryActivate |  | Prototype:  | void QStatusNotifierItemAdaptor::SecondaryActivate(int x, int y) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 177-181 |  
  |  | 2 | 2 | 
 QStatusNotifierItemAdaptor::overlayIconPixmap| Name:  | QStatusNotifierItemAdaptor::overlayIconPixmap |  | Prototype:  | QXdgDBusImageVector QStatusNotifierItemAdaptor::overlayIconPixmap() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 127-131 |  
  |  | 2 | 1 | 
 QStorageInfo::QStorageInfo| Name:  | QStorageInfo::QStorageInfo |  | Prototype:  | QStorageInfo::QStorageInfo() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 79-82 |  
  |  | 2 | 1 | 
 QStorageInfo::QStorageInfo| Name:  | QStorageInfo::QStorageInfo |  | Prototype:  | QStorageInfo::QStorageInfo(const QStorageInfo &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 118-121 |  
  |  | 2 | 1 | 
 QStorageInfo::operator=| Name:  | QStorageInfo::operator= |  | Prototype:  | QStorageInfo &QStorageInfo::operator=(const QStorageInfo &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 133-137 |  
  |  | 2 | 1 | 
 QStorageInfo::refresh| Name:  | QStorageInfo::refresh |  | Prototype:  | void QStorageInfo::refresh() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 351-355 |  
  |  | 2 | 1 | 
 QStorageIterator::~QStorageIterator| Name:  | QStorageIterator::~QStorageIterator |  | Prototype:  | inline QStorageIterator::~QStorageIterator() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 335-339 |  
  |  | 2 | 2 | 
 QString::chop| Name:  | QString::chop |  | Prototype:  | void QString::chop(int n) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5081-5085 |  
  |  | 2 | 2 | 
 QString::compare_helper| Name:  | QString::compare_helper |  | Prototype:  | int QString::compare_helper(const QChar *data1, int length1, const char *data2, int length2, Qt::CaseSensitivity cs) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5484-5490 |  
  |  | 2 | 1 | 
 QString::endsWith| Name:  | QString::endsWith |  | Prototype:  | bool QString::endsWith(const QString& s, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4487-4491 |  
  |  | 2 | 1 | 
 QString::endsWith| Name:  | QString::endsWith |  | Prototype:  | bool QString::endsWith(const QStringRef &s, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4504-4508 |  
  |  | 2 | 1 | 
 QString::indexOf| Name:  | QString::indexOf |  | Prototype:  | int QString::indexOf(const QRegExp& rx, int from) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 3796-3800 |  
  |  | 2 | 1 | 
 QString::lastIndexOf| Name:  | QString::lastIndexOf |  | Prototype:  | int QString::lastIndexOf(const QRegExp& rx, int from) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 3833-3837 |  
  |  | 2 | 1 | 
 QString::startsWith| Name:  | QString::startsWith |  | Prototype:  | bool QString::startsWith(const QString& s, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4431-4435 |  
  |  | 2 | 1 | 
 QString::startsWith| Name:  | QString::startsWith |  | Prototype:  | bool QString::startsWith(const QStringRef &s, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4470-4474 |  
  |  | 2 | 1 | 
 QString::toIntegral_helper| Name:  | QString::toIntegral_helper |  | Prototype:  | qulonglong QString::toIntegral_helper(const QChar *data, uint len, bool *ok, int base) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 6372-6383 |  
  |  | 2 | 1 | 
 QString::truncate| Name:  | QString::truncate |  | Prototype:  | void QString::truncate(int pos) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 5060-5064 |  
  |  | 2 | 2 | 
 QStringListModel::QStringListModel| Name:  | QStringListModel::QStringListModel |  | Prototype:  | QStringListModel::QStringListModel(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 95-98 |  
  |  | 2 | 1 | 
 QStringListModel::QStringListModel| Name:  | QStringListModel::QStringListModel |  | Prototype:  | QStringListModel::QStringListModel(const QStringList &strings, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 105-108 |  
  |  | 2 | 1 | 
 QStringRef::endsWith| Name:  | QStringRef::endsWith |  | Prototype:  | bool QStringRef::endsWith(const QStringRef &str, Qt::CaseSensitivity cs) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 10038-10042 |  
  |  | 2 | 1 | 
 QStringRef::endsWith| Name:  | QStringRef::endsWith |  | Prototype:  | bool QStringRef::endsWith(const QString &str, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 9992-9996 |  
  |  | 2 | 1 | 
 QStringRef::startsWith| Name:  | QStringRef::startsWith |  | Prototype:  | bool QStringRef::startsWith(const QStringRef &str, Qt::CaseSensitivity cs) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 9952-9956 |  
  |  | 2 | 1 | 
 QStringRef::startsWith| Name:  | QStringRef::startsWith |  | Prototype:  | bool QStringRef::startsWith(const QString &str, Qt::CaseSensitivity cs) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 9931-9935 |  
  |  | 2 | 1 | 
 QStroker::QStroker| Name:  | QStroker::QStroker |  | Prototype:  | QStroker::QStroker() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp |  | Lines:  | 369-376 |  
  |  | 2 | 1 | 
 QStrokerOps::QStrokerOps| Name:  | QStrokerOps::QStrokerOps |  | Prototype:  | QStrokerOps::QStrokerOps() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp |  | Lines:  | 187-196 |  
  |  | 2 | 1 | 
 QStrokerOps::begin| Name:  | QStrokerOps::begin |  | Prototype:  | void QStrokerOps::begin(void *customData) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp |  | Lines:  | 210-214 |  
  |  | 2 | 1 | 
 QStyle::QStyle| Name:  | QStyle::QStyle |  | Prototype:  | QStyle::QStyle() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp |  | Lines:  | 397-402 |  
  |  | 2 | 1 | 
 QStyle::QStyle| Name:  | QStyle::QStyle |  | Prototype:  | QStyle::QStyle(QStylePrivate &dd) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp |  | Lines:  | 409-414 |  
  |  | 2 | 1 | 
 QStyle::proxy| Name:  | QStyle::proxy |  | Prototype:  | const QStyle * QStyle::proxy() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp |  | Lines:  | 2409-2413 |  
  |  | 2 | 1 | 
 QStyle::setProxy| Name:  | QStyle::setProxy |  | Prototype:  | void QStyle::setProxy(QStyle *style) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp |  | Lines:  | 2420-2424 |  
  |  | 2 | 1 | 
 QStyleAnimation::QStyleAnimation| Name:  | QStyleAnimation::QStyleAnimation |  | Prototype:  | QStyleAnimation::QStyleAnimation(QObject *target) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp |  | Lines:  | 53-56 |  
  |  | 2 | 1 | 
 QStyleAnimation::start| Name:  | QStyleAnimation::start |  | Prototype:  | void QStyleAnimation::start() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp |  | Lines:  | 116-120 |  
  |  | 2 | 1 | 
 QStyleHintReturn::QStyleHintReturn| Name:  | QStyleHintReturn::QStyleHintReturn |  | Prototype:  | QStyleHintReturn::QStyleHintReturn(int version, int type) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3868-3871 |  
  |  | 2 | 1 | 
 QStyleHintReturnMask::QStyleHintReturnMask| Name:  | QStyleHintReturnMask::QStyleHintReturnMask |  | Prototype:  | QStyleHintReturnMask::QStyleHintReturnMask() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3903-3905 |  
  |  | 2 | 1 | 
 QStyleHintReturnVariant::QStyleHintReturnVariant| Name:  | QStyleHintReturnVariant::QStyleHintReturnVariant |  | Prototype:  | QStyleHintReturnVariant::QStyleHintReturnVariant() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3963-3965 |  
  |  | 2 | 1 | 
 QStyleHints::QStyleHints| Name:  | QStyleHints::QStyleHints |  | Prototype:  | QStyleHints::QStyleHints() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp |  | Lines:  | 108-111 |  
  |  | 2 | 1 | 
 QStyleOption::QStyleOption| Name:  | QStyleOption::QStyleOption |  | Prototype:  | QStyleOption::QStyleOption(int version, int type) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 153-157 |  
  |  | 2 | 1 | 
 QStyleOption::QStyleOption| Name:  | QStyleOption::QStyleOption |  | Prototype:  | QStyleOption::QStyleOption(const QStyleOption &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 234-239 |  
  |  | 2 | 1 | 
 QStyleOptionButton::QStyleOptionButton| Name:  | QStyleOptionButton::QStyleOptionButton |  | Prototype:  | QStyleOptionButton::QStyleOptionButton() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 964-967 |  
  |  | 2 | 1 | 
 QStyleOptionButton::QStyleOptionButton| Name:  | QStyleOptionButton::QStyleOptionButton |  | Prototype:  | QStyleOptionButton::QStyleOptionButton(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 972-975 |  
  |  | 2 | 1 | 
 QStyleOptionComboBox::QStyleOptionComboBox| Name:  | QStyleOptionComboBox::QStyleOptionComboBox |  | Prototype:  | QStyleOptionComboBox::QStyleOptionComboBox() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2564-2567 |  
  |  | 2 | 1 | 
 QStyleOptionComboBox::QStyleOptionComboBox| Name:  | QStyleOptionComboBox::QStyleOptionComboBox |  | Prototype:  | QStyleOptionComboBox::QStyleOptionComboBox(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2572-2575 |  
  |  | 2 | 1 | 
 QStyleOptionComplex::QStyleOptionComplex| Name:  | QStyleOptionComplex::QStyleOptionComplex |  | Prototype:  | QStyleOptionComplex::QStyleOptionComplex(int version, int type) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1891-1894 |  
  |  | 2 | 1 | 
 QStyleOptionDockWidget::QStyleOptionDockWidget| Name:  | QStyleOptionDockWidget::QStyleOptionDockWidget |  | Prototype:  | QStyleOptionDockWidget::QStyleOptionDockWidget() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2294-2298 |  
  |  | 2 | 1 | 
 QStyleOptionDockWidget::QStyleOptionDockWidget| Name:  | QStyleOptionDockWidget::QStyleOptionDockWidget |  | Prototype:  | QStyleOptionDockWidget::QStyleOptionDockWidget(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2303-2307 |  
  |  | 2 | 1 | 
 QStyleOptionFrame::QStyleOptionFrame| Name:  | QStyleOptionFrame::QStyleOptionFrame |  | Prototype:  | QStyleOptionFrame::QStyleOptionFrame() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 502-506 |  
  |  | 2 | 1 | 
 QStyleOptionFrame::QStyleOptionFrame| Name:  | QStyleOptionFrame::QStyleOptionFrame |  | Prototype:  | QStyleOptionFrame::QStyleOptionFrame(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 511-515 |  
  |  | 2 | 1 | 
 QStyleOptionGraphicsItem::QStyleOptionGraphicsItem| Name:  | QStyleOptionGraphicsItem::QStyleOptionGraphicsItem |  | Prototype:  | QStyleOptionGraphicsItem::QStyleOptionGraphicsItem() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3695-3698 |  
  |  | 2 | 1 | 
 QStyleOptionGraphicsItem::QStyleOptionGraphicsItem| Name:  | QStyleOptionGraphicsItem::QStyleOptionGraphicsItem |  | Prototype:  | QStyleOptionGraphicsItem::QStyleOptionGraphicsItem(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3703-3706 |  
  |  | 2 | 1 | 
 QStyleOptionGroupBox::QStyleOptionGroupBox| Name:  | QStyleOptionGroupBox::QStyleOptionGroupBox |  | Prototype:  | QStyleOptionGroupBox::QStyleOptionGroupBox() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 714-718 |  
  |  | 2 | 1 | 
 QStyleOptionGroupBox::QStyleOptionGroupBox| Name:  | QStyleOptionGroupBox::QStyleOptionGroupBox |  | Prototype:  | QStyleOptionGroupBox::QStyleOptionGroupBox(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 729-733 |  
  |  | 2 | 1 | 
 QStyleOptionHeader::QStyleOptionHeader| Name:  | QStyleOptionHeader::QStyleOptionHeader |  | Prototype:  | QStyleOptionHeader::QStyleOptionHeader() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 762-769 |  
  |  | 2 | 1 | 
 QStyleOptionHeader::QStyleOptionHeader| Name:  | QStyleOptionHeader::QStyleOptionHeader |  | Prototype:  | QStyleOptionHeader::QStyleOptionHeader(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 774-781 |  
  |  | 2 | 1 | 
 QStyleOptionMenuItem::QStyleOptionMenuItem| Name:  | QStyleOptionMenuItem::QStyleOptionMenuItem |  | Prototype:  | QStyleOptionMenuItem::QStyleOptionMenuItem() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1692-1696 |  
  |  | 2 | 1 | 
 QStyleOptionMenuItem::QStyleOptionMenuItem| Name:  | QStyleOptionMenuItem::QStyleOptionMenuItem |  | Prototype:  | QStyleOptionMenuItem::QStyleOptionMenuItem(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1701-1705 |  
  |  | 2 | 1 | 
 QStyleOptionProgressBar::QStyleOptionProgressBar| Name:  | QStyleOptionProgressBar::QStyleOptionProgressBar |  | Prototype:  | QStyleOptionProgressBar::QStyleOptionProgressBar() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1520-1525 |  
  |  | 2 | 1 | 
 QStyleOptionProgressBar::QStyleOptionProgressBar| Name:  | QStyleOptionProgressBar::QStyleOptionProgressBar |  | Prototype:  | QStyleOptionProgressBar::QStyleOptionProgressBar(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1530-1535 |  
  |  | 2 | 1 | 
 QStyleOptionRubberBand::QStyleOptionRubberBand| Name:  | QStyleOptionRubberBand::QStyleOptionRubberBand |  | Prototype:  | QStyleOptionRubberBand::QStyleOptionRubberBand() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2826-2829 |  
  |  | 2 | 1 | 
 QStyleOptionRubberBand::QStyleOptionRubberBand| Name:  | QStyleOptionRubberBand::QStyleOptionRubberBand |  | Prototype:  | QStyleOptionRubberBand::QStyleOptionRubberBand(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2834-2837 |  
  |  | 2 | 1 | 
 QStyleOptionSizeGrip::QStyleOptionSizeGrip| Name:  | QStyleOptionSizeGrip::QStyleOptionSizeGrip |  | Prototype:  | QStyleOptionSizeGrip::QStyleOptionSizeGrip() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3585-3588 |  
  |  | 2 | 1 | 
 QStyleOptionSizeGrip::QStyleOptionSizeGrip| Name:  | QStyleOptionSizeGrip::QStyleOptionSizeGrip |  | Prototype:  | QStyleOptionSizeGrip::QStyleOptionSizeGrip(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3599-3602 |  
  |  | 2 | 1 | 
 QStyleOptionSlider::QStyleOptionSlider| Name:  | QStyleOptionSlider::QStyleOptionSlider |  | Prototype:  | QStyleOptionSlider::QStyleOptionSlider() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1982-1988 |  
  |  | 2 | 1 | 
 QStyleOptionSlider::QStyleOptionSlider| Name:  | QStyleOptionSlider::QStyleOptionSlider |  | Prototype:  | QStyleOptionSlider::QStyleOptionSlider(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1993-1999 |  
  |  | 2 | 1 | 
 QStyleOptionSpinBox::QStyleOptionSpinBox| Name:  | QStyleOptionSpinBox::QStyleOptionSpinBox |  | Prototype:  | QStyleOptionSpinBox::QStyleOptionSpinBox() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2181-2185 |  
  |  | 2 | 1 | 
 QStyleOptionSpinBox::QStyleOptionSpinBox| Name:  | QStyleOptionSpinBox::QStyleOptionSpinBox |  | Prototype:  | QStyleOptionSpinBox::QStyleOptionSpinBox(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 2190-2194 |  
  |  | 2 | 1 | 
 QStyleOptionTab::QStyleOptionTab| Name:  | QStyleOptionTab::QStyleOptionTab |  | Prototype:  | QStyleOptionTab::QStyleOptionTab() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1282-1291 |  
  |  | 2 | 1 | 
 QStyleOptionTab::QStyleOptionTab| Name:  | QStyleOptionTab::QStyleOptionTab |  | Prototype:  | QStyleOptionTab::QStyleOptionTab(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 1296-1305 |  
  |  | 2 | 1 | 
 QStyleOptionTabBarBase::QStyleOptionTabBarBase| Name:  | QStyleOptionTabBarBase::QStyleOptionTabBarBase |  | Prototype:  | QStyleOptionTabBarBase::QStyleOptionTabBarBase() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3476-3480 |  
  |  | 2 | 1 | 
 QStyleOptionTabBarBase::QStyleOptionTabBarBase| Name:  | QStyleOptionTabBarBase::QStyleOptionTabBarBase |  | Prototype:  | QStyleOptionTabBarBase::QStyleOptionTabBarBase(int version) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3483-3487 |  
  |  | 2 | 1 | 
 QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame| Name:  | QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame |  | Prototype:  | QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleoption.cpp |  | Lines:  | 3326-3330 |  
  |  | 2 | 1 |