Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QCursorData::cleanupName: | QCursorData::cleanup | Prototype: | void QCursorData::cleanup() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 635-647 |
| | 7 | 4 |
QCursorData::QCursorDataName: | QCursorData::QCursorData | Prototype: | QCursorData::QCursorData(Qt::CursorShape s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 623-626 |
| | 2 | 1 |
QCursor::~QCursorName: | QCursor::~QCursor | Prototype: | QCursor::~QCursor() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 575-579 |
| | 2 | 2 |
QCursor::shapeName: | QCursor::shape | Prototype: | Qt::CursorShape QCursor::shape() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 481-486 |
| | 3 | 2 |
QCursor::setShapeName: | QCursor::setShape | Prototype: | void QCursor::setShape(Qt::CursorShape shape) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 495-510 |
| | 11 | 5 |
QCursor::setPosName: | QCursor::setPos | Prototype: | void QCursor::setPos(QScreen *screen, int x, int y) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 236-248 |
| | 5 | 4 |
QCursor::setPosName: | QCursor::setPos | Prototype: | void QCursor::setPos(int x, int y) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 261-264 |
| | 1 | 1 |
QCursor::posName: | QCursor::pos | Prototype: | QPoint QCursor::pos(const QScreen *screen) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 179-190 |
| | 7 | 3 |
QCursor::posName: | QCursor::pos | Prototype: | QPoint QCursor::pos() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 210-213 |
| | 1 | 1 |
QCursor::pixmapName: | QCursor::pixmap | Prototype: | QPixmap QCursor::pixmap() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 540-545 |
| | 3 | 2 |
QCursor::operator=Name: | QCursor::operator= | Prototype: | QCursor &QCursor::operator=(const QCursor &c) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 587-597 |
| | 8 | 4 |
QCursor::maskName: | QCursor::mask | Prototype: | const QBitmap *QCursor::mask() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 528-533 |
| | 3 | 2 |
QCursor::hotSpotName: | QCursor::hotSpot | Prototype: | QPoint QCursor::hotSpot() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 552-557 |
| | 3 | 2 |
QCursor::bitmapName: | QCursor::bitmap | Prototype: | const QBitmap *QCursor::bitmap() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 516-521 |
| | 3 | 2 |
QCursor::QCursorName: | QCursor::QCursor | Prototype: | QCursor::QCursor(const QPixmap &pixmap, int hotX, int hotY) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 377-398 |
| | 13 | 3 |
QCursor::QCursorName: | QCursor::QCursor | Prototype: | QCursor::QCursor(const QBitmap &bitmap, const QBitmap &mask, int hotX, int hotY) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 436-440 |
| | 1 | 1 |
QCursor::QCursorName: | QCursor::QCursor | Prototype: | QCursor::QCursor() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 445-457 |
| | 8 | 3 |
QCursor::QCursorName: | QCursor::QCursor | Prototype: | QCursor::QCursor(Qt::CursorShape shape) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 466-472 |
| | 3 | 2 |
QCursor::QCursorName: | QCursor::QCursor | Prototype: | QCursor::QCursor(const QCursor &c) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | Lines: | 563-569 |
| | 4 | 2 |
QCupsJobWidget::toggleJobHoldTimeName: | QCupsJobWidget::toggleJobHoldTime | Prototype: | void QCupsJobWidget::toggleJobHoldTime() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 124-130 |
| | 3 | 2 |
QCupsJobWidget::startBannerPageName: | QCupsJobWidget::startBannerPage | Prototype: | QCUPSSupport::BannerPage QCupsJobWidget::startBannerPage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 194-197 |
| | 1 | 1 |
QCupsJobWidget::setupPrinterName: | QCupsJobWidget::setupPrinter | Prototype: | void QCupsJobWidget::setupPrinter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 84-90 |
| | 4 | 1 |
QCupsJobWidget::setStartBannerPageName: | QCupsJobWidget::setStartBannerPage | Prototype: | void QCupsJobWidget::setStartBannerPage(const QCUPSSupport::BannerPage bannerPage) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 189-192 |
| | 1 | 1 |
QCupsJobWidget::setPrinterName: | QCupsJobWidget::setPrinter | Prototype: | void QCupsJobWidget::setPrinter(QPrinter *printer) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 79-82 |
| | 1 | 1 |
QCupsJobWidget::setJobPriorityName: | QCupsJobWidget::setJobPriority | Prototype: | void QCupsJobWidget::setJobPriority(int jobPriority) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 157-160 |
| | 1 | 1 |
QCupsJobWidget::setJobHoldName: | QCupsJobWidget::setJobHold | Prototype: | void QCupsJobWidget::setJobHold(QCUPSSupport::JobHoldUntil jobHold, const QTime &holdUntilTime) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 109-117 |
| | 5 | 2 |
QCupsJobWidget::setJobBillingName: | QCupsJobWidget::setJobBilling | Prototype: | void QCupsJobWidget::setJobBilling(const QString &jobBilling) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 142-145 |
| | 1 | 1 |
QCupsJobWidget::setEndBannerPageName: | QCupsJobWidget::setEndBannerPage | Prototype: | void QCupsJobWidget::setEndBannerPage(const QCUPSSupport::BannerPage bannerPage) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 199-202 |
| | 1 | 1 |
QCupsJobWidget::jobPriorityName: | QCupsJobWidget::jobPriority | Prototype: | int QCupsJobWidget::jobPriority() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 162-165 |
| | 1 | 1 |
QCupsJobWidget::jobHoldTimeName: | QCupsJobWidget::jobHoldTime | Prototype: | QTime QCupsJobWidget::jobHoldTime() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 132-135 |
| | 1 | 1 |
QCupsJobWidget::jobHoldName: | QCupsJobWidget::jobHold | Prototype: | QCUPSSupport::JobHoldUntil QCupsJobWidget::jobHold() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 119-122 |
| | 1 | 1 |
QCupsJobWidget::jobBillingName: | QCupsJobWidget::jobBilling | Prototype: | QString QCupsJobWidget::jobBilling() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 147-150 |
| | 1 | 1 |
QCupsJobWidget::initJobPriorityName: | QCupsJobWidget::initJobPriority | Prototype: | void QCupsJobWidget::initJobPriority() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 152-155 |
| | 1 | 1 |
QCupsJobWidget::initJobHoldName: | QCupsJobWidget::initJobHold | Prototype: | void QCupsJobWidget::initJobHold() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 92-107 |
| | 11 | 1 |
QCupsJobWidget::initJobBillingName: | QCupsJobWidget::initJobBilling | Prototype: | void QCupsJobWidget::initJobBilling() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 137-140 |
| | 1 | 1 |
QCupsJobWidget::initBannerPagesName: | QCupsJobWidget::initBannerPages | Prototype: | void QCupsJobWidget::initBannerPages() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 167-187 |
| | 16 | 1 |
QCupsJobWidget::endBannerPageName: | QCupsJobWidget::endBannerPage | Prototype: | QCUPSSupport::BannerPage QCupsJobWidget::endBannerPage() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 204-207 |
| | 1 | 1 |
QCupsJobWidget::QCupsJobWidgetName: | QCupsJobWidget::QCupsJobWidget | Prototype: | QCupsJobWidget::QCupsJobWidget(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp | Lines: | 63-73 |
| | 5 | 1 |
QCsvBenchmarkLogger::addBenchmarkResultName: | QCsvBenchmarkLogger::addBenchmarkResult | Prototype: | void QCsvBenchmarkLogger::addBenchmarkResult(const QBenchmarkResult &result) | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qcsvbenchmarklogger.cpp | Lines: | 72-90 |
| | 13 | 1 |
QCsvBenchmarkLogger::QCsvBenchmarkLoggerName: | QCsvBenchmarkLogger::QCsvBenchmarkLogger | Prototype: | QCsvBenchmarkLogger::QCsvBenchmarkLogger(const char *filename) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qcsvbenchmarklogger.cpp | Lines: | 38-41 |
| | 2 | 1 |
QCssScanner_Generated::nextName: | QCssScanner_Generated::next | Prototype: | inline QChar next() | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp | Lines: | 40-42 |
| | 1 | 1 |
QCssScanner_Generated::lexName: | QCssScanner_Generated::lex | Prototype: | int QCssScanner_Generated::lex() | Coverage: | 0.000% (0/1727) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp | Lines: | 61-1137 |
| | 985 | 439 |
QCssScanner_Generated::handleCommentStartName: | QCssScanner_Generated::handleCommentStart | Prototype: | int QCssScanner_Generated::handleCommentStart() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2097-2108 |
| | 7 | 3 |
QCssScanner_Generated::QCssScanner_GeneratedName: | QCssScanner_Generated::QCssScanner_Generated | Prototype: | QCssScanner_Generated::QCssScanner_Generated(const QString &inp) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp | Lines: | 52-58 |
| | 4 | 1 |
QCryptographicHash::~QCryptographicHashName: | QCryptographicHash::~QCryptographicHash | Prototype: | QCryptographicHash::~QCryptographicHash() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 226-229 |
| | 1 | 1 |
QCryptographicHash::resultName: | QCryptographicHash::result | Prototype: | QByteArray QCryptographicHash::result() const | Coverage: | 100.000% (26/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 368-450 |
| | 49 | 13 |
QCryptographicHash::resetName: | QCryptographicHash::reset | Prototype: | void QCryptographicHash::reset() | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 234-279 |
| | 24 | 12 |
QCryptographicHash::hashName: | QCryptographicHash::hash | Prototype: | QByteArray QCryptographicHash::hash(const QByteArray &data, Algorithm method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 455-460 |
| | 3 | 1 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | void QCryptographicHash::addData(const char *data, int length) | Coverage: | 100.000% (23/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 285-330 |
| | 24 | 12 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | void QCryptographicHash::addData(const QByteArray &data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 335-338 |
| | 1 | 1 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | bool QCryptographicHash::addData(QIODevice* device) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 345-360 |
| | 9 | 4 |
QCryptographicHash::QCryptographicHashName: | QCryptographicHash::QCryptographicHash | Prototype: | QCryptographicHash::QCryptographicHash(Algorithm method) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 216-221 |
| | 2 | 1 |
QCrossingEdge::operator<Name: | QCrossingEdge::operator< | Prototype: | bool operator<(const QCrossingEdge &edge) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1745-1748 |
| | 1 | 1 |
QCosmeticStroker::setupName: | QCosmeticStroker::setup | Prototype: | void QCosmeticStroker::setup() | Coverage: | 0.000% (0/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 227-303 |
| | 52 | 10 |
QCosmeticStroker::renderCubicSubdivisionName: | QCosmeticStroker::renderCubicSubdivision | Prototype: | void QCosmeticStroker::renderCubicSubdivision(QCosmeticStroker::PointF *points, int level, int caps) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 679-698 |
| | 12 | 3 |
QCosmeticStroker::renderCubicName: | QCosmeticStroker::renderCubic | Prototype: | void QCosmeticStroker::renderCubic(const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4, int caps) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 632-651 |
| | 13 | 1 |
QCosmeticStroker::drawPointsName: | QCosmeticStroker::drawPoints | Prototype: | void QCosmeticStroker::drawPoints(const QPoint *points, int num) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 379-390 |
| | 7 | 2 |
QCosmeticStroker::drawPointsName: | QCosmeticStroker::drawPoints | Prototype: | void QCosmeticStroker::drawPoints(const QPointF *points, int num) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 392-403 |
| | 7 | 2 |
QCosmeticStroker::drawPathName: | QCosmeticStroker::drawPath | Prototype: | void QCosmeticStroker::drawPath(const QVectorPath &path) | Coverage: | 0.000% (0/78) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 514-630 |
| | 73 | 17 |
QCosmeticStroker::drawLineName: | QCosmeticStroker::drawLine | Prototype: | void QCosmeticStroker::drawLine(const QPointF &p1, const QPointF &p2) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 360-377 |
| | 10 | 2 |
QCosmeticStroker::clipLineName: | QCosmeticStroker::clipLine | Prototype: | bool QCosmeticStroker::clipLine(qreal &x1, qreal &y1, qreal &x2, qreal &y2) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 306-357 |
| | 39 | 14 |
QCosmeticStroker::calculateLastPointName: | QCosmeticStroker::calculateLastPoint | Prototype: | void QCosmeticStroker::calculateLastPoint(qreal rx1, qreal ry1, qreal rx2, qreal ry2) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 405-492 |
| | 54 | 10 |
QCoreGlobalData::~QCoreGlobalDataName: | QCoreGlobalData::~QCoreGlobalData | Prototype: | QCoreGlobalData::~QCoreGlobalData() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 46-51 |
| | 3 | 2 |
QCoreGlobalData::instanceName: | QCoreGlobalData::instance | Prototype: | QCoreGlobalData *QCoreGlobalData::instance() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 53-56 |
| | 1 | 1 |
QCoreGlobalData::QCoreGlobalDataName: | QCoreGlobalData::QCoreGlobalData | Prototype: | QCoreGlobalData::QCoreGlobalData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreglobaldata.cpp | Lines: | 41-44 |
| | 2 | 1 |
QCoreApplicationPrivate::~QCoreApplicationPrivateName: | QCoreApplicationPrivate::~QCoreApplicationPrivate | Prototype: | QCoreApplicationPrivate::~QCoreApplicationPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 469-478 |
| | 2 | 1 |
QCoreApplicationPrivate::threadRequiresCoreApplicationName: | QCoreApplicationPrivate::threadRequiresCoreApplication | Prototype: | bool QCoreApplicationPrivate::threadRequiresCoreApplication() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 548-554 |
| | 4 | 2 |
QCoreApplicationPrivate::setApplicationFilePathName: | QCoreApplicationPrivate::setApplicationFilePath | Prototype: | void QCoreApplicationPrivate::setApplicationFilePath(const QString &path) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2061-2067 |
| | 3 | 2 |
QCoreApplicationPrivate::sendThroughObjectEventFiltersName: | QCoreApplicationPrivate::sendThroughObjectEventFilters | Prototype: | bool QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject *receiver, QEvent *event) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1115-1131 |
| | 11 | 6 |
QCoreApplicationPrivate::sendThroughApplicationEventFiltersName: | QCoreApplicationPrivate::sendThroughApplicationEventFilters | Prototype: | bool QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject *receiver, QEvent *event) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1093-1113 |
| | 12 | 6 |
QCoreApplicationPrivate::sendPostedEvents::~MutexUnlockerName: | QCoreApplicationPrivate::sendPostedEvents::~MutexUnlocker | Prototype: | ~MutexUnlocker() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1643-1643 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::~CleanUpName: | QCoreApplicationPrivate::sendPostedEvents::~CleanUp | Prototype: | inline ~CleanUp() | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1557-1577 |
| | 11 | 4 |
QCoreApplicationPrivate::sendPostedEvents::MutexUnlockerName: | QCoreApplicationPrivate::sendPostedEvents::MutexUnlocker | Prototype: | MutexUnlocker(QMutexLocker &m) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1642-1642 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEvents::CleanUpName: | QCoreApplicationPrivate::sendPostedEvents::CleanUp | Prototype: | inline CleanUp(QObject *receiver, int event_type, QThreadData *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1554-1556 |
| | 1 | 1 |
QCoreApplicationPrivate::sendPostedEventsName: | QCoreApplicationPrivate::sendPostedEvents | Prototype: | void QCoreApplicationPrivate::sendPostedEvents(QObject *receiver, int event_type, QThreadData *data) | Coverage: | 88.750% (71/80) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1511-1658 |
| | 65 | 18 |
QCoreApplicationPrivate::removePostedEventName: | QCoreApplicationPrivate::removePostedEvent | Prototype: | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1741-1774 |
| | 20 | 5 |
QCoreApplicationPrivate::refName: | QCoreApplicationPrivate::ref | Prototype: | void QCoreApplicationPrivate::ref() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1803-1806 |
| | 1 | 1 |
QCoreApplicationPrivate::processCommandLineArgumentsName: | QCoreApplicationPrivate::processCommandLineArguments | Prototype: | void QCoreApplicationPrivate::processCommandLineArguments() | Coverage: | 69.231% (18/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 181-208 |
| | 19 | 8 |
QCoreApplicationPrivate::notify_helperName: | QCoreApplicationPrivate::notify_helper | Prototype: | bool QCoreApplicationPrivate::notify_helper(QObject *receiver, QEvent * event) | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1138-1150 |
| | 7 | 3 |
QCoreApplicationPrivate::maybeQuitName: | QCoreApplicationPrivate::maybeQuit | Prototype: | void QCoreApplicationPrivate::maybeQuit() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1814-1818 |
| | 2 | 2 |
QCoreApplicationPrivate::mainThreadName: | QCoreApplicationPrivate::mainThread | Prototype: | QThread *QCoreApplicationPrivate::mainThread() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 542-546 |
| | 2 | 1 |
QCoreApplicationPrivate::isTranslatorInstalledName: | QCoreApplicationPrivate::isTranslatorInstalled | Prototype: | bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator) | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2034-2038 |
| | 2 | 1 |
QCoreApplicationPrivate::initLocaleName: | QCoreApplicationPrivate::initLocale | Prototype: | void QCoreApplicationPrivate::initLocale() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 600-608 |
| | 4 | 2 |
QCoreApplicationPrivate::initName: | QCoreApplicationPrivate::init | Prototype: | void QCoreApplicationPrivate::init() | Coverage: | 80.556% (29/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 763-843 |
| | 39 | 12 |
QCoreApplicationPrivate::derefName: | QCoreApplicationPrivate::deref | Prototype: | void QCoreApplicationPrivate::deref() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1808-1812 |
| | 2 | 2 |
QCoreApplicationPrivate::createEventDispatcherName: | QCoreApplicationPrivate::createEventDispatcher | Prototype: | void QCoreApplicationPrivate::createEventDispatcher() | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 507-535 |
| | 4 | 2 |
QCoreApplicationPrivate::cleanupThreadDataName: | QCoreApplicationPrivate::cleanupThreadData | Prototype: | void QCoreApplicationPrivate::cleanupThreadData() | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 482-505 |
| | 14 | 4 |
QCoreApplicationPrivate::checkReceiverThreadName: | QCoreApplicationPrivate::checkReceiverThread | Prototype: | void QCoreApplicationPrivate::checkReceiverThread(QObject *receiver) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 556-571 |
| | 33 | 1 |
QCoreApplicationPrivate::checkInstanceName: | QCoreApplicationPrivate::checkInstance | Prototype: | bool QCoreApplicationPrivate::checkInstance(const char *function) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 173-179 |
| | 4 | 2 |
QCoreApplicationPrivate::appendApplicationPathToLibraryPathsName: | QCoreApplicationPrivate::appendApplicationPathToLibraryPaths | Prototype: | void QCoreApplicationPrivate::appendApplicationPathToLibraryPaths() | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 575-591 |
| | 8 | 3 |
QCoreApplicationPrivate::appNameName: | QCoreApplicationPrivate::appName | Prototype: | QString QCoreApplicationPrivate::appName() const | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 156-168 |
| | 5 | 2 |
QCoreApplicationPrivate::QCoreApplicationPrivateName: | QCoreApplicationPrivate::QCoreApplicationPrivate | Prototype: | QCoreApplicationPrivate::QCoreApplicationPrivate(int &aargc, char **aargv, uint flags) | Coverage: | 57.143% (8/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 417-467 |
| | 11 | 4 |
QCoreApplicationData::~QCoreApplicationDataName: | QCoreApplicationData::~QCoreApplicationData | Prototype: | ~QCoreApplicationData() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 333-341 |
| | 3 | 2 |
QCoreApplicationData::QCoreApplicationDataName: | QCoreApplicationData::QCoreApplicationData | Prototype: | QCoreApplicationData() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 330-332 |
| | 1 | 1 |
QCoreApplication::~QCoreApplicationName: | QCoreApplication::~QCoreApplication | Prototype: | QCoreApplication::~QCoreApplication() | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 848-881 |
| | 14 | 4 |
QCoreApplication::translateName: | QCoreApplication::translate | Prototype: | QString QCoreApplication::translate(const char *context, const char *sourceText, const char *disambiguation, int n) | Coverage: | 88.889% (16/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1997-2021 |
| | 15 | 6 |
QCoreApplication::testAttributeName: | QCoreApplication::testAttribute | Prototype: | bool QCoreApplication::testAttribute(Qt::ApplicationAttribute attribute) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 942-945 |
| | 1 | 1 |
QCoreApplication::startingUpName: | QCoreApplication::startingUp | Prototype: | bool QCoreApplication::startingUp() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 1159-1162 |
| | 1 | 1 |
QCoreApplication::setSetuidAllowedName: | QCoreApplication::setSetuidAllowed | Prototype: | void QCoreApplication::setSetuidAllowed(bool allow) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 903-906 |
| | 1 | 1 |
QCoreApplication::setQuitLockEnabledName: | QCoreApplication::setQuitLockEnabled | Prototype: | void QCoreApplication::setQuitLockEnabled(bool enabled) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 968-971 |
| | 1 | 1 |