| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QStateMachinePrivate::transitionStateEntryLessThan| Name:  | QStateMachinePrivate::transitionStateEntryLessThan |  | Prototype:  | bool QStateMachinePrivate::transitionStateEntryLessThan(QAbstractTransition *t1, QAbstractTransition *t2) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 464-486 |  
  |  | 17 | 5 | 
 QStateMachinePrivate::unregisterAllTransitions| Name:  | QStateMachinePrivate::unregisterAllTransitions |  | Prototype:  | void QStateMachinePrivate::unregisterAllTransitions() |  | Coverage:  |  92.308% (12/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2324-2343 |  
  |  | 11 | 5 | 
 QStateMachinePrivate::unregisterEventTransition| Name:  | QStateMachinePrivate::unregisterEventTransition |  | Prototype:  | void QStateMachinePrivate::unregisterEventTransition(QEventTransition *transition) |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2376-2396 |  
  |  | 16 | 5 | 
 QStateMachinePrivate::unregisterRestorables| Name:  | QStateMachinePrivate::unregisterRestorables |  | Prototype:  | void QStateMachinePrivate::unregisterRestorables(const QList<QAbstractState *> &states, QObject *object, const QByteArray &propertyName) |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1339-1363 |  
  |  | 14 | 5 | 
 QStateMachinePrivate::unregisterSignalTransition| Name:  | QStateMachinePrivate::unregisterSignalTransition |  | Prototype:  | void QStateMachinePrivate::unregisterSignalTransition(QSignalTransition *transition) |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2299-2322 |  
  |  | 18 | 5 | 
 QStateMachinePrivate::unregisterTransition| Name:  | QStateMachinePrivate::unregisterTransition |  | Prototype:  | void QStateMachinePrivate::unregisterTransition(QAbstractTransition *transition) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2218-2228 |  
  |  | 4 | 3 | 
 QStateMachinePrivate::~QStateMachinePrivate| Name:  | QStateMachinePrivate::~QStateMachinePrivate |  | Prototype:  | QStateMachinePrivate::~QStateMachinePrivate() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 412-420 |  
  |  | 4 | 2 | 
 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::childStates| Name:  | QStatePrivate::childStates |  | Prototype:  | QList<QAbstractState*> QStatePrivate::childStates() const |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 207-221 |  
  |  | 10 | 4 | 
 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 | 
 QStatePrivate::historyStates| Name:  | QStatePrivate::historyStates |  | Prototype:  | QList<QHistoryState*> QStatePrivate::historyStates() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 223-233 |  
  |  | 7 | 3 | 
 QStatePrivate::transitions| Name:  | QStatePrivate::transitions |  | Prototype:  | QList<QAbstractTransition*> QStatePrivate::transitions() const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 235-248 |  
  |  | 9 | 4 | 
 QStaticPlugin::metaData| Name:  | QStaticPlugin::metaData |  | Prototype:  | QJsonObject QStaticPlugin::metaData() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp |  | Lines:  | 475-478 |  
  |  | 1 | 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::QStaticText| Name:  | QStaticText::QStaticText |  | Prototype:  | QStaticText::QStaticText(const QStaticText &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 173-176 |  
  |  | 1 | 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:  | bool QStaticText::operator!=(const QStaticText &other) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 252-255 |  
  |  | 1 | 1 | 
 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 | 
 QStaticText::operator==| Name:  | QStaticText::operator== |  | Prototype:  | bool QStaticText::operator==(const QStaticText &other) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 240-246 |  
  |  | 4 | 1 | 
 QStaticText::performanceHint| Name:  | QStaticText::performanceHint |  | Prototype:  | QStaticText::PerformanceHint QStaticText::performanceHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 337-340 |  
  |  | 1 | 1 | 
 QStaticText::prepare| Name:  | QStaticText::prepare |  | Prototype:  | void QStaticText::prepare(const QTransform &matrix, const QFont &font) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 211-216 |  
  |  | 3 | 1 | 
 QStaticText::setPerformanceHint| Name:  | QStaticText::setPerformanceHint |  | Prototype:  | void QStaticText::setPerformanceHint(PerformanceHint performanceHint) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 321-330 |  
  |  | 6 | 2 | 
 QStaticText::setText| Name:  | QStaticText::setText |  | Prototype:  | void QStaticText::setText(const QString &text) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 264-269 |  
  |  | 3 | 1 | 
 QStaticText::setTextFormat| Name:  | QStaticText::setTextFormat |  | Prototype:  | void QStaticText::setTextFormat(Qt::TextFormat textFormat) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 282-287 |  
  |  | 3 | 1 | 
 QStaticText::setTextOption| Name:  | QStaticText::setTextOption |  | Prototype:  | void QStaticText::setTextOption(const QTextOption &textOption) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 347-352 |  
  |  | 3 | 1 | 
 QStaticText::setTextWidth| Name:  | QStaticText::setTextWidth |  | Prototype:  | void QStaticText::setTextWidth(qreal textWidth) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 375-380 |  
  |  | 3 | 1 | 
 QStaticText::size| Name:  | QStaticText::size |  | Prototype:  | QSizeF QStaticText::size() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 397-402 |  
  |  | 3 | 2 | 
 QStaticText::text| Name:  | QStaticText::text |  | Prototype:  | QString QStaticText::text() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 304-307 |  
  |  | 1 | 1 | 
 QStaticText::textFormat| Name:  | QStaticText::textFormat |  | Prototype:  | Qt::TextFormat QStaticText::textFormat() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 294-297 |  
  |  | 1 | 1 | 
 QStaticText::textOption| Name:  | QStaticText::textOption |  | Prototype:  | QTextOption QStaticText::textOption() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 357-360 |  
  |  | 1 | 1 | 
 QStaticText::textWidth| Name:  | QStaticText::textWidth |  | Prototype:  | qreal QStaticText::textWidth() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 387-390 |  
  |  | 1 | 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:  | 181-184 |  
  |  | 1 | 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 | 
 QStaticTextPrivate::get| Name:  | QStaticTextPrivate::get |  | Prototype:  | QStaticTextPrivate *QStaticTextPrivate::get(const QStaticText *q) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 426-429 |  
  |  | 1 | 1 | 
 QStaticTextPrivate::init| Name:  | QStaticTextPrivate::init |  | Prototype:  | void QStaticTextPrivate::init() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 669-707 |  
  |  | 23 | 2 | 
 QStaticTextPrivate::paintText| Name:  | QStaticTextPrivate::paintText |  | Prototype:  | void QStaticTextPrivate::paintText(const QPointF &topLeftPosition, QPainter *p) |  | Coverage:  |   0.000% (0/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qstatictext.cpp |  | Lines:  | 602-667 |  
  |  | 44 | 7 | 
 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:  | 419-424 |  
  |  | 3 | 1 | 
 QStatusBar::QStatusBar| Name:  | QStatusBar::QStatusBar |  | Prototype:  | QStatusBar::QStatusBar(QWidget * parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 229-242 |  
  |  | 5 | 1 | 
 QStatusBar::addPermanentWidget| Name:  | QStatusBar::addPermanentWidget |  | Prototype:  | void QStatusBar::addPermanentWidget(QWidget * widget, int stretch) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 335-340 |  
  |  | 3 | 2 | 
 QStatusBar::addWidget| Name:  | QStatusBar::addWidget |  | Prototype:  | void QStatusBar::addWidget(QWidget * widget, int stretch) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 270-275 |  
  |  | 3 | 2 | 
 QStatusBar::clearMessage| Name:  | QStatusBar::clearMessage |  | Prototype:  | void QStatusBar::clearMessage() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 575-586 |  
  |  | 8 | 3 | 
 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::event| Name:  | QStatusBar::event |  | Prototype:  | bool QStatusBar::event(QEvent *e) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 706-788 |  
  |  | 25 | 10 | 
 QStatusBar::hideOrShow| Name:  | QStatusBar::hideOrShow |  | Prototype:  | void QStatusBar::hideOrShow() |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 616-644 |  
  |  | 17 | 6 | 
 QStatusBar::insertPermanentWidget| Name:  | QStatusBar::insertPermanentWidget |  | Prototype:  | int QStatusBar::insertPermanentWidget(int index, QWidget *widget, int stretch) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 361-381 |  
  |  | 13 | 4 | 
 QStatusBar::insertWidget| Name:  | QStatusBar::insertWidget |  | Prototype:  | int QStatusBar::insertWidget(int index, QWidget *widget, int stretch) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 296-319 |  
  |  | 15 | 5 | 
 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 | 
 QStatusBar::paintEvent| Name:  | QStatusBar::paintEvent |  | Prototype:  | void QStatusBar::paintEvent(QPaintEvent *event) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 665-692 |  
  |  | 19 | 5 | 
 QStatusBar::reformat| Name:  | QStatusBar::reformat |  | Prototype:  | void QStatusBar::reformat() |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 472-532 |  
  |  | 43 | 8 | 
 QStatusBar::removeWidget| Name:  | QStatusBar::removeWidget |  | Prototype:  | void QStatusBar::removeWidget(QWidget *widget) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 393-420 |  
  |  | 18 | 6 | 
 QStatusBar::resizeEvent| Name:  | QStatusBar::resizeEvent |  | Prototype:  | void QStatusBar::resizeEvent(QResizeEvent * e) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 697-700 |  
  |  | 1 | 1 | 
 QStatusBar::setSizeGripEnabled| Name:  | QStatusBar::setSizeGripEnabled |  | Prototype:  | void QStatusBar::setSizeGripEnabled(bool enabled) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 441-463 |  
  |  | 13 | 4 | 
 QStatusBar::showEvent| Name:  | QStatusBar::showEvent |  | Prototype:  | void QStatusBar::showEvent(QShowEvent *) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 649-656 |  
  |  | 3 | 2 | 
 QStatusBar::showMessage| Name:  | QStatusBar::showMessage |  | Prototype:  | void QStatusBar::showMessage(const QString &message, int timeout) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 548-567 |  
  |  | 13 | 5 | 
 QStatusBar::~QStatusBar| Name:  | QStatusBar::~QStatusBar |  | Prototype:  | QStatusBar::~QStatusBar() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 248-253 |  
  |  | 3 | 2 | 
 QStatusBarPrivate::SBItem::SBItem| Name:  | QStatusBarPrivate::SBItem::SBItem |  | Prototype:  | SBItem(QWidget* widget, int stretch, bool permanent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 70-71 |  
  |  | 1 | 1 | 
 QStatusBarPrivate::indexToLastNonPermanentWidget| Name:  | QStatusBarPrivate::indexToLastNonPermanentWidget |  | Prototype:  | int indexToLastNonPermanentWidget() const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 94-103 |  
  |  | 6 | 3 | 
 QStatusBarPrivate::messageRect| Name:  | QStatusBarPrivate::messageRect |  | Prototype:  | QRect QStatusBarPrivate::messageRect() const |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 123-155 |  
  |  | 19 | 8 | 
 QStatusBarPrivate::tryToShowSizeGrip| Name:  | QStatusBarPrivate::tryToShowSizeGrip |  | Prototype:  | void tryToShowSizeGrip() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 106-116 |  
  |  | 8 | 3 | 
 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::QStatusNotifierItemAdaptor| Name:  | QStatusNotifierItemAdaptor::QStatusNotifierItemAdaptor |  | Prototype:  | QStatusNotifierItemAdaptor::QStatusNotifierItemAdaptor(QDBusTrayIcon *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 61-65 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::Scroll| Name:  | QStatusNotifierItemAdaptor::Scroll |  | Prototype:  | void QStatusNotifierItemAdaptor::Scroll(int w, const QString &s) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 171-175 |  
  |  | 1 | 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::attentionIconName| Name:  | QStatusNotifierItemAdaptor::attentionIconName |  | Prototype:  | QString QStatusNotifierItemAdaptor::attentionIconName() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 71-74 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::attentionIconPixmap| Name:  | QStatusNotifierItemAdaptor::attentionIconPixmap |  | Prototype:  | QXdgDBusImageVector QStatusNotifierItemAdaptor::attentionIconPixmap() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 76-79 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::attentionMovieName| Name:  | QStatusNotifierItemAdaptor::attentionMovieName |  | Prototype:  | QString QStatusNotifierItemAdaptor::attentionMovieName() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 81-84 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::category| Name:  | QStatusNotifierItemAdaptor::category |  | Prototype:  | QString QStatusNotifierItemAdaptor::category() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 86-89 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::iconName| Name:  | QStatusNotifierItemAdaptor::iconName |  | Prototype:  | QString QStatusNotifierItemAdaptor::iconName() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 91-94 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::iconPixmap| Name:  | QStatusNotifierItemAdaptor::iconPixmap |  | Prototype:  | QXdgDBusImageVector QStatusNotifierItemAdaptor::iconPixmap() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 96-99 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::id| Name:  | QStatusNotifierItemAdaptor::id |  | Prototype:  | QString QStatusNotifierItemAdaptor::id() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 101-106 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::itemIsMenu| Name:  | QStatusNotifierItemAdaptor::itemIsMenu |  | Prototype:  | bool QStatusNotifierItemAdaptor::itemIsMenu() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 108-115 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::menu| Name:  | QStatusNotifierItemAdaptor::menu |  | Prototype:  | QDBusObjectPath QStatusNotifierItemAdaptor::menu() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 117-120 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::overlayIconName| Name:  | QStatusNotifierItemAdaptor::overlayIconName |  | Prototype:  | QString QStatusNotifierItemAdaptor::overlayIconName() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 122-125 |  
  |  | 1 | 1 | 
 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 | 
 QStatusNotifierItemAdaptor::status| Name:  | QStatusNotifierItemAdaptor::status |  | Prototype:  | QString QStatusNotifierItemAdaptor::status() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 133-136 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::title| Name:  | QStatusNotifierItemAdaptor::title |  | Prototype:  | QString QStatusNotifierItemAdaptor::title() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 138-144 |  
  |  | 1 | 1 | 
 QStatusNotifierItemAdaptor::toolTip| Name:  | QStatusNotifierItemAdaptor::toolTip |  | Prototype:  | QXdgDBusToolTipStruct QStatusNotifierItemAdaptor::toolTip() const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qstatusnotifieritemadaptor.cpp |  | Lines:  | 146-157 |  
  |  | 7 | 2 | 
 QStatusTipEvent::QStatusTipEvent| Name:  | QStatusTipEvent::QStatusTipEvent |  | Prototype:  | QStatusTipEvent::QStatusTipEvent(const QString &tip) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 3298-3300 |  
  |  | 1 | 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 QString &path) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 99-103 |  
  |  | 1 | 1 | 
 QStorageInfo::QStorageInfo| Name:  | QStorageInfo::QStorageInfo |  | Prototype:  | QStorageInfo::QStorageInfo(const QDir &dir) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 109-113 |  
  |  | 1 | 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::blockSize| Name:  | QStorageInfo::blockSize |  | Prototype:  | int QStorageInfo::blockSize() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 237-240 |  
  |  | 1 | 1 | 
 QStorageInfo::bytesAvailable| Name:  | QStorageInfo::bytesAvailable |  | Prototype:  | qint64 QStorageInfo::bytesAvailable() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 199-202 |  
  |  | 1 | 1 | 
 QStorageInfo::bytesFree| Name:  | QStorageInfo::bytesFree |  | Prototype:  | qint64 QStorageInfo::bytesFree() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 213-216 |  
  |  | 1 | 1 | 
 QStorageInfo::bytesTotal| Name:  | QStorageInfo::bytesTotal |  | Prototype:  | qint64 QStorageInfo::bytesTotal() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 225-228 |  
  |  | 1 | 1 | 
 QStorageInfo::device| Name:  | QStorageInfo::device |  | Prototype:  | QByteArray QStorageInfo::device() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 265-268 |  
  |  | 1 | 1 | 
 QStorageInfo::displayName| Name:  | QStorageInfo::displayName |  | Prototype:  | QString QStorageInfo::displayName() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 290-295 |  
  |  | 3 | 2 | 
 QStorageInfo::fileSystemType| Name:  | QStorageInfo::fileSystemType |  | Prototype:  | QByteArray QStorageInfo::fileSystemType() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 251-254 |  
  |  | 1 | 1 | 
 QStorageInfo::isReadOnly| Name:  | QStorageInfo::isReadOnly |  | Prototype:  | bool QStorageInfo::isReadOnly() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 313-316 |  
  |  | 1 | 1 | 
 QStorageInfo::isReady| Name:  | QStorageInfo::isReady |  | Prototype:  | bool QStorageInfo::isReady() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 327-330 |  
  |  | 1 | 1 | 
 QStorageInfo::isValid| Name:  | QStorageInfo::isValid |  | Prototype:  | bool QStorageInfo::isValid() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 338-341 |  
  |  | 1 | 1 | 
 QStorageInfo::mountedVolumes| Name:  | QStorageInfo::mountedVolumes |  | Prototype:  | QList<QStorageInfo> QStorageInfo::mountedVolumes() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 373-376 |  
  |  | 1 | 1 | 
 QStorageInfo::name| Name:  | QStorageInfo::name |  | Prototype:  | QString QStorageInfo::name() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo.cpp |  | Lines:  | 282-285 |  
  |  | 1 | 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 |