| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QBalloonTip::mousePressEvent| Name: | QBalloonTip::mousePressEvent | | Prototype: | void QBalloonTip::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 663-668 |
| | 3 | 2 |
QBalloonTip::paintEvent| Name: | QBalloonTip::paintEvent | | Prototype: | void QBalloonTip::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 552-556 |
| | 2 | 1 |
QBalloonTip::resizeEvent| Name: | QBalloonTip::resizeEvent | | Prototype: | void QBalloonTip::resizeEvent(QResizeEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 558-561 |
| | 1 | 1 |
QBalloonTip::showBalloon| Name: | QBalloonTip::showBalloon | | Prototype: | void QBalloonTip::showBalloon(QSystemTrayIcon::MessageIcon icon, const QString& title, const QString& message, QSystemTrayIcon *trayIcon, const QPoint& pos, int timeout, bool showArrow) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 401-413 |
| | 7 | 3 |
QBalloonTip::timerEvent| Name: | QBalloonTip::timerEvent | | Prototype: | void QBalloonTip::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 670-679 |
| | 6 | 3 |
QBalloonTip::updateBalloonPosition| Name: | QBalloonTip::updateBalloonPosition | | Prototype: | void QBalloonTip::updateBalloonPosition(const QPoint& pos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 424-430 |
| | 4 | 2 |
QBalloonTip::~QBalloonTip| Name: | QBalloonTip::~QBalloonTip | | Prototype: | QBalloonTip::~QBalloonTip() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 547-550 |
| | 1 | 1 |
QBasicDrag::QBasicDrag| Name: | QBasicDrag::QBasicDrag | | Prototype: | QBasicDrag::QBasicDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 94-100 |
| | 2 | 1 |
QBasicDrag::cancel| Name: | QBasicDrag::cancel | | Prototype: | void QBasicDrag::cancel() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 251-256 |
| | 3 | 1 |
QBasicDrag::cancelDrag| Name: | QBasicDrag::cancelDrag | | Prototype: | void QBasicDrag::cancelDrag() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 201-207 |
| | 3 | 2 |
QBasicDrag::disableEventFilter| Name: | QBasicDrag::disableEventFilter | | Prototype: | void QBasicDrag::disableEventFilter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 112-115 |
| | 1 | 1 |
QBasicDrag::drag| Name: | QBasicDrag::drag | | Prototype: | Qt::DropAction QBasicDrag::drag(QDrag *o) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 181-199 |
| | 14 | 1 |
QBasicDrag::drop| Name: | QBasicDrag::drop | | Prototype: | void QBasicDrag::drop(const QPoint &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 269-274 |
| | 3 | 1 |
QBasicDrag::enableEventFilter| Name: | QBasicDrag::enableEventFilter | | Prototype: | void QBasicDrag::enableEventFilter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 107-110 |
| | 1 | 1 |
QBasicDrag::eventFilter| Name: | QBasicDrag::eventFilter | | Prototype: | bool QBasicDrag::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 123-179 |
| | 30 | 13 |
QBasicDrag::exitDndEventLoop| Name: | QBasicDrag::exitDndEventLoop | | Prototype: | void QBasicDrag::exitDndEventLoop() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 276-280 |
| | 2 | 2 |
QBasicDrag::moveShapedPixmapWindow| Name: | QBasicDrag::moveShapedPixmapWindow | | Prototype: | void QBasicDrag::moveShapedPixmapWindow(const QPoint &globalPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 263-267 |
| | 2 | 2 |
QBasicDrag::recreateShapedPixmapWindow| Name: | QBasicDrag::recreateShapedPixmapWindow | | Prototype: | void QBasicDrag::recreateShapedPixmapWindow(QScreen *screen, const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 237-249 |
| | 7 | 1 |
QBasicDrag::restoreCursor| Name: | QBasicDrag::restoreCursor | | Prototype: | void QBasicDrag::restoreCursor() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 209-217 |
| | 3 | 2 |
QBasicDrag::startDrag| Name: | QBasicDrag::startDrag | | Prototype: | void QBasicDrag::startDrag() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 219-231 |
| | 6 | 2 |
QBasicDrag::updateCursor| Name: | QBasicDrag::updateCursor | | Prototype: | void QBasicDrag::updateCursor(Qt::DropAction action) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 282-317 |
| | 19 | 9 |
QBasicDrag::~QBasicDrag| Name: | QBasicDrag::~QBasicDrag | | Prototype: | QBasicDrag::~QBasicDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 102-105 |
| | 1 | 1 |
QBasicFontDatabase::addApplicationFont| Name: | QBasicFontDatabase::addApplicationFont | | Prototype: | QStringList QBasicFontDatabase::addApplicationFont(const QByteArray &fontData, const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 169-172 |
| | 1 | 1 |
QBasicFontDatabase::addTTFile| Name: | QBasicFontDatabase::addTTFile | | Prototype: | QStringList QBasicFontDatabase::addTTFile(const QByteArray &fontData, const QByteArray &file) | | Coverage: | 0.000% (0/61) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 182-280 |
| | 73 | 20 |
QBasicFontDatabase::fontEngine| Name: | QBasicFontDatabase::fontEngine | | Prototype: | QFontEngine *QBasicFontDatabase::fontEngine(const QFontDef &fontDef, void *usrPtr) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 86-115 |
| | 19 | 4 |
QBasicFontDatabase::populateFontDatabase| Name: | QBasicFontDatabase::populateFontDatabase | | Prototype: | void QBasicFontDatabase::populateFontDatabase() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 61-84 |
| | 16 | 3 |
QBasicKeyEventTransition::QBasicKeyEventTransition| Name: | QBasicKeyEventTransition::QBasicKeyEventTransition | | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 87-90 |
| | 2 | 1 |
QBasicKeyEventTransition::QBasicKeyEventTransition| Name: | QBasicKeyEventTransition::QBasicKeyEventTransition | | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QEvent::Type type, int key, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 96-103 |
| | 3 | 1 |
QBasicKeyEventTransition::QBasicKeyEventTransition| Name: | QBasicKeyEventTransition::QBasicKeyEventTransition | | Prototype: | QBasicKeyEventTransition::QBasicKeyEventTransition(QEvent::Type type, int key, Qt::KeyboardModifiers modifierMask, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 109-118 |
| | 4 | 1 |
QBasicKeyEventTransition::eventTest| Name: | QBasicKeyEventTransition::eventTest | | Prototype: | bool QBasicKeyEventTransition::eventTest(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 186-195 |
| | 6 | 2 |
QBasicKeyEventTransition::eventType| Name: | QBasicKeyEventTransition::eventType | | Prototype: | QEvent::Type QBasicKeyEventTransition::eventType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 130-134 |
| | 2 | 1 |
QBasicKeyEventTransition::key| Name: | QBasicKeyEventTransition::key | | Prototype: | int QBasicKeyEventTransition::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 148-152 |
| | 2 | 1 |
QBasicKeyEventTransition::modifierMask| Name: | QBasicKeyEventTransition::modifierMask | | Prototype: | Qt::KeyboardModifiers QBasicKeyEventTransition::modifierMask() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 167-171 |
| | 2 | 1 |
QBasicKeyEventTransition::setEventType| Name: | QBasicKeyEventTransition::setEventType | | Prototype: | void QBasicKeyEventTransition::setEventType(QEvent::Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 139-143 |
| | 2 | 1 |
QBasicKeyEventTransition::setKey| Name: | QBasicKeyEventTransition::setKey | | Prototype: | void QBasicKeyEventTransition::setKey(int key) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 157-161 |
| | 2 | 1 |
QBasicKeyEventTransition::setModifierMask| Name: | QBasicKeyEventTransition::setModifierMask | | Prototype: | void QBasicKeyEventTransition::setModifierMask(Qt::KeyboardModifiers modifierMask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 177-181 |
| | 2 | 1 |
QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate| Name: | QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate | | Prototype: | QBasicKeyEventTransitionPrivate::QBasicKeyEventTransitionPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 72-77 |
| | 3 | 1 |
QBasicKeyEventTransitionPrivate::get| Name: | QBasicKeyEventTransitionPrivate::get | | Prototype: | QBasicKeyEventTransitionPrivate *QBasicKeyEventTransitionPrivate::get(QBasicKeyEventTransition *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasickeyeventtransition.cpp | | Lines: | 79-82 |
| | 1 | 1 |
QBasicMouseEventTransition::QBasicMouseEventTransition| Name: | QBasicMouseEventTransition::QBasicMouseEventTransition | | Prototype: | QBasicMouseEventTransition::QBasicMouseEventTransition(QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 88-91 |
| | 2 | 1 |
QBasicMouseEventTransition::QBasicMouseEventTransition| Name: | QBasicMouseEventTransition::QBasicMouseEventTransition | | Prototype: | QBasicMouseEventTransition::QBasicMouseEventTransition(QEvent::Type type, Qt::MouseButton button, QState *sourceState) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 96-104 |
| | 3 | 1 |
QBasicMouseEventTransition::button| Name: | QBasicMouseEventTransition::button | | Prototype: | Qt::MouseButton QBasicMouseEventTransition::button() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 134-138 |
| | 2 | 1 |
QBasicMouseEventTransition::eventTest| Name: | QBasicMouseEventTransition::eventTest | | Prototype: | bool QBasicMouseEventTransition::eventTest(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 190-200 |
| | 7 | 2 |
QBasicMouseEventTransition::eventType| Name: | QBasicMouseEventTransition::eventType | | Prototype: | QEvent::Type QBasicMouseEventTransition::eventType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 116-120 |
| | 2 | 1 |
QBasicMouseEventTransition::hitTestPath| Name: | QBasicMouseEventTransition::hitTestPath | | Prototype: | QPainterPath QBasicMouseEventTransition::hitTestPath() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 172-176 |
| | 2 | 1 |
QBasicMouseEventTransition::modifierMask| Name: | QBasicMouseEventTransition::modifierMask | | Prototype: | Qt::KeyboardModifiers QBasicMouseEventTransition::modifierMask() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 153-157 |
| | 2 | 1 |
QBasicMouseEventTransition::setButton| Name: | QBasicMouseEventTransition::setButton | | Prototype: | void QBasicMouseEventTransition::setButton(Qt::MouseButton button) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 143-147 |
| | 2 | 1 |
QBasicMouseEventTransition::setEventType| Name: | QBasicMouseEventTransition::setEventType | | Prototype: | void QBasicMouseEventTransition::setEventType(QEvent::Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 125-129 |
| | 2 | 1 |
QBasicMouseEventTransition::setHitTestPath| Name: | QBasicMouseEventTransition::setHitTestPath | | Prototype: | void QBasicMouseEventTransition::setHitTestPath(const QPainterPath &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 181-185 |
| | 2 | 1 |
QBasicMouseEventTransition::setModifierMask| Name: | QBasicMouseEventTransition::setModifierMask | | Prototype: | void QBasicMouseEventTransition::setModifierMask(Qt::KeyboardModifiers modifierMask) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 163-167 |
| | 2 | 1 |
QBasicMouseEventTransitionPrivate::QBasicMouseEventTransitionPrivate| Name: | QBasicMouseEventTransitionPrivate::QBasicMouseEventTransitionPrivate | | Prototype: | QBasicMouseEventTransitionPrivate::QBasicMouseEventTransitionPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 74-78 |
| | 2 | 1 |
QBasicMouseEventTransitionPrivate::get| Name: | QBasicMouseEventTransitionPrivate::get | | Prototype: | QBasicMouseEventTransitionPrivate *QBasicMouseEventTransitionPrivate::get(QBasicMouseEventTransition *q) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 80-83 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::adjustIterationCount| Name: | QBenchmarkCallgrindMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkCallgrindMeasurer::adjustIterationCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 225-228 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::adjustMedianCount| Name: | QBenchmarkCallgrindMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkCallgrindMeasurer::adjustMedianCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 230-233 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::checkpoint| Name: | QBenchmarkCallgrindMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkCallgrindMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 207-212 |
| | 3 | 1 |
QBenchmarkCallgrindMeasurer::isMeasurementAccepted| Name: | QBenchmarkCallgrindMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkCallgrindMeasurer::isMeasurementAccepted(qint64 measurement) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 219-223 |
| | 2 | 1 |
QBenchmarkCallgrindMeasurer::metricType| Name: | QBenchmarkCallgrindMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkCallgrindMeasurer::metricType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 240-243 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::needsWarmupIteration| Name: | QBenchmarkCallgrindMeasurer::needsWarmupIteration | | Prototype: | bool QBenchmarkCallgrindMeasurer::needsWarmupIteration() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 235-238 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::start| Name: | QBenchmarkCallgrindMeasurer::start | | Prototype: | void QBenchmarkCallgrindMeasurer::start() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 202-205 |
| | 1 | 1 |
QBenchmarkCallgrindMeasurer::stop| Name: | QBenchmarkCallgrindMeasurer::stop | | Prototype: | qint64 QBenchmarkCallgrindMeasurer::stop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 214-217 |
| | 1 | 1 |
QBenchmarkEvent::checkpoint| Name: | QBenchmarkEvent::checkpoint | | Prototype: | qint64 QBenchmarkEvent::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkevent.cpp | | Lines: | 62-65 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::QBenchmarkPerfEventsMeasurer| Name: | QBenchmarkPerfEventsMeasurer::QBenchmarkPerfEventsMeasurer | | Prototype: | QBenchmarkPerfEventsMeasurer::QBenchmarkPerfEventsMeasurer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 498-501 |
| | 2 | 1 |
QBenchmarkPerfEventsMeasurer::adjustIterationCount| Name: | QBenchmarkPerfEventsMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkPerfEventsMeasurer::adjustIterationCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 555-558 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::adjustMedianCount| Name: | QBenchmarkPerfEventsMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkPerfEventsMeasurer::adjustMedianCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 560-563 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::checkpoint| Name: | QBenchmarkPerfEventsMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkPerfEventsMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 535-541 |
| | 4 | 1 |
QBenchmarkPerfEventsMeasurer::isAvailable| Name: | QBenchmarkPerfEventsMeasurer::isAvailable | | Prototype: | bool QBenchmarkPerfEventsMeasurer::isAvailable() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 144-149 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::isMeasurementAccepted| Name: | QBenchmarkPerfEventsMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkPerfEventsMeasurer::isMeasurementAccepted(qint64) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 550-553 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::listCounters| Name: | QBenchmarkPerfEventsMeasurer::listCounters | | Prototype: | void QBenchmarkPerfEventsMeasurer::listCounters() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 473-496 |
| | 17 | 3 |
QBenchmarkPerfEventsMeasurer::metricForEvent| Name: | QBenchmarkPerfEventsMeasurer::metricForEvent | | Prototype: | QTest::QBenchmarkMetric QBenchmarkPerfEventsMeasurer::metricForEvent(quint32 type, quint64 event_id) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 417-425 |
| | 5 | 3 |
QBenchmarkPerfEventsMeasurer::metricType| Name: | QBenchmarkPerfEventsMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkPerfEventsMeasurer::metricType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 565-568 |
| | 1 | 1 |
QBenchmarkPerfEventsMeasurer::readValue| Name: | QBenchmarkPerfEventsMeasurer::readValue | | Prototype: | qint64 QBenchmarkPerfEventsMeasurer::readValue() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 605-613 |
| | 4 | 2 |
QBenchmarkPerfEventsMeasurer::setCounter| Name: | QBenchmarkPerfEventsMeasurer::setCounter | | Prototype: | void QBenchmarkPerfEventsMeasurer::setCounter(const char *name) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 427-471 |
| | 29 | 12 |
QBenchmarkPerfEventsMeasurer::start| Name: | QBenchmarkPerfEventsMeasurer::start | | Prototype: | void QBenchmarkPerfEventsMeasurer::start() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 512-533 |
| | 9 | 3 |
QBenchmarkPerfEventsMeasurer::stop| Name: | QBenchmarkPerfEventsMeasurer::stop | | Prototype: | qint64 QBenchmarkPerfEventsMeasurer::stop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 543-548 |
| | 2 | 1 |
QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer| Name: | QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer | | Prototype: | QBenchmarkPerfEventsMeasurer::~QBenchmarkPerfEventsMeasurer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 503-506 |
| | 1 | 1 |
QBenchmarkTickMeasurer::adjustIterationCount| Name: | QBenchmarkTickMeasurer::adjustIterationCount | | Prototype: | int QBenchmarkTickMeasurer::adjustIterationCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 114-117 |
| | 1 | 1 |
QBenchmarkTickMeasurer::adjustMedianCount| Name: | QBenchmarkTickMeasurer::adjustMedianCount | | Prototype: | int QBenchmarkTickMeasurer::adjustMedianCount(int) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 119-122 |
| | 1 | 1 |
QBenchmarkTickMeasurer::checkpoint| Name: | QBenchmarkTickMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkTickMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 97-101 |
| | 2 | 1 |
QBenchmarkTickMeasurer::isMeasurementAccepted| Name: | QBenchmarkTickMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkTickMeasurer::isMeasurementAccepted(qint64) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 109-112 |
| | 1 | 1 |
QBenchmarkTickMeasurer::metricType| Name: | QBenchmarkTickMeasurer::metricType | | Prototype: | QTest::QBenchmarkMetric QBenchmarkTickMeasurer::metricType() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 129-132 |
| | 1 | 1 |
QBenchmarkTickMeasurer::needsWarmupIteration| Name: | QBenchmarkTickMeasurer::needsWarmupIteration | | Prototype: | bool QBenchmarkTickMeasurer::needsWarmupIteration() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 124-127 |
| | 1 | 1 |
QBenchmarkTickMeasurer::start| Name: | QBenchmarkTickMeasurer::start | | Prototype: | void QBenchmarkTickMeasurer::start() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 92-95 |
| | 1 | 1 |
QBenchmarkTickMeasurer::stop| Name: | QBenchmarkTickMeasurer::stop | | Prototype: | qint64 QBenchmarkTickMeasurer::stop() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 103-107 |
| | 2 | 1 |
QBenchmarkTimeMeasurer::checkpoint| Name: | QBenchmarkTimeMeasurer::checkpoint | | Prototype: | qint64 QBenchmarkTimeMeasurer::checkpoint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 55-58 |
| | 1 | 1 |
QBenchmarkTimeMeasurer::isMeasurementAccepted| Name: | QBenchmarkTimeMeasurer::isMeasurementAccepted | | Prototype: | bool QBenchmarkTimeMeasurer::isMeasurementAccepted(qint64 measurement) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmeasurement.cpp | | Lines: | 65-68 |
| | 1 | 1 |
QBenchmarkValgrindUtils::cleanup| Name: | QBenchmarkValgrindUtils::cleanup | | Prototype: | void QBenchmarkValgrindUtils::cleanup() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 146-160 |
| | 11 | 2 |
QBenchmarkValgrindUtils::extractLastResult| Name: | QBenchmarkValgrindUtils::extractLastResult | | Prototype: | qint64 QBenchmarkValgrindUtils::extractLastResult() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 141-144 |
| | 1 | 1 |
QBenchmarkValgrindUtils::extractResult| Name: | QBenchmarkValgrindUtils::extractResult | | Prototype: | qint64 QBenchmarkValgrindUtils::extractResult(const QString &fileName) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 84-108 |
| | 19 | 4 |
QBenchmarkValgrindUtils::getNewestFileName| Name: | QBenchmarkValgrindUtils::getNewestFileName | | Prototype: | QString QBenchmarkValgrindUtils::getNewestFileName() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 111-139 |
| | 22 | 3 |
QBenchmarkValgrindUtils::haveValgrind| Name: | QBenchmarkValgrindUtils::haveValgrind | | Prototype: | bool QBenchmarkValgrindUtils::haveValgrind() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 55-64 |
| | 3 | 1 |
QBenchmarkValgrindUtils::outFileBase| Name: | QBenchmarkValgrindUtils::outFileBase | | Prototype: | QString QBenchmarkValgrindUtils::outFileBase(qint64 pid) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 162-166 |
| | 2 | 1 |
QBenchmarkValgrindUtils::rerunThroughCallgrind| Name: | QBenchmarkValgrindUtils::rerunThroughCallgrind | | Prototype: | bool QBenchmarkValgrindUtils::rerunThroughCallgrind(const QStringList &origAppArgs, int &exitCode) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 68-75 |
| | 4 | 2 |
QBenchmarkValgrindUtils::runCallgrindSubProcess| Name: | QBenchmarkValgrindUtils::runCallgrindSubProcess | | Prototype: | bool QBenchmarkValgrindUtils::runCallgrindSubProcess(const QStringList &origAppArgs, int &exitCode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 171-200 |
| | 20 | 3 |
QBezier::addIfClose| Name: | QBezier::addIfClose | | Prototype: | void QBezier::addIfClose(qreal *length, qreal error) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 482-505 |
| | 14 | 2 |
QBezier::addToPolygon| Name: | QBezier::addToPolygon | | Prototype: | void QBezier::addToPolygon(QPolygonF *polygon, qreal bezier_flattening_threshold) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 119-155 |
| | 25 | 4 |
QBezier::addToPolygon| Name: | QBezier::addToPolygon | | Prototype: | void QBezier::addToPolygon(QDataBuffer<QPointF> &polygon, qreal bezier_flattening_threshold) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 157-193 |
| | 25 | 4 |
QBezier::bezierOnInterval| Name: | QBezier::bezierOnInterval | | Prototype: | QBezier QBezier::bezierOnInterval(qreal t0, qreal t1) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 631-644 |
| | 8 | 2 |
QBezier::bounds| Name: | QBezier::bounds | | Prototype: | QRectF QBezier::bounds() const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 195-227 |
| | 29 | 13 |
QBezier::fromPoints| Name: | QBezier::fromPoints | | Prototype: | QBezier QBezier::fromPoints(const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 57-70 |
| | 10 | 1 |
QBezier::getSubRange| Name: | QBezier::getSubRange | | Prototype: | QBezier QBezier::getSubRange(qreal t0, qreal t1) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 99-117 |
| | 9 | 3 |
QBezier::length| Name: | QBezier::length | | Prototype: | qreal QBezier::length(qreal error) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 473-480 |
| | 3 | 1 |