| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QEvdevKeyboardManager::loadKeymap| Name: | QEvdevKeyboardManager::loadKeymap | | Prototype: | void QEvdevKeyboardManager::loadKeymap(const QString &file) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | | Lines: | 124-146 |
| | 12 | 7 |
QEvdevKeyboardManager::addKeyboard| Name: | QEvdevKeyboardManager::addKeyboard | | Prototype: | void QEvdevKeyboardManager::addKeyboard(const QString &deviceNode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | | Lines: | 98-110 |
| | 8 | 3 |
QEvdevKeyboardManager::QEvdevKeyboardManager| Name: | QEvdevKeyboardManager::QEvdevKeyboardManager | | Prototype: | QEvdevKeyboardManager::QEvdevKeyboardManager(const QString &key, const QString &specification, QObject *parent) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardmanager.cpp | | Lines: | 47-90 |
| | 22 | 9 |
QEvdevKeyboardHandler::~QEvdevKeyboardHandler| Name: | QEvdevKeyboardHandler::~QEvdevKeyboardHandler | | Prototype: | QEvdevKeyboardHandler::~QEvdevKeyboardHandler() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 82-85 |
| | 1 | 1 |
QEvdevKeyboardHandler::unloadKeymap| Name: | QEvdevKeyboardHandler::unloadKeymap | | Prototype: | void QEvdevKeyboardHandler::unloadKeymap() | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 453-493 |
| | 27 | 9 |
QEvdevKeyboardHandler::switchLed| Name: | QEvdevKeyboardHandler::switchLed | | Prototype: | void QEvdevKeyboardHandler::switchLed(int led, bool state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 133-144 |
| | 7 | 2 |
QEvdevKeyboardHandler::readKeycode| Name: | QEvdevKeyboardHandler::readKeycode | | Prototype: | void QEvdevKeyboardHandler::readKeycode() | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 146-209 |
| | 34 | 16 |
QEvdevKeyboardHandler::processKeycode| Name: | QEvdevKeyboardHandler::processKeycode | | Prototype: | QEvdevKeyboardHandler::KeycodeAction QEvdevKeyboardHandler::processKeycode(quint16 keycode, bool pressed, bool autorepeat) | | Coverage: | 0.000% (0/227) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 219-451 |
| | 155 | 60 |
QEvdevKeyboardHandler::processKeyEvent| Name: | QEvdevKeyboardHandler::processKeyEvent | | Prototype: | void QEvdevKeyboardHandler::processKeyEvent(int nativecode, int unicode, int qtcode, Qt::KeyboardModifiers modifiers, bool isPress, bool autoRepeat) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 211-217 |
| | 3 | 1 |
QEvdevKeyboardHandler::loadKeymap| Name: | QEvdevKeyboardHandler::loadKeymap | | Prototype: | bool QEvdevKeyboardHandler::loadKeymap(const QString &file) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 495-552 |
| | 29 | 7 |
QEvdevKeyboardHandler::create| Name: | QEvdevKeyboardHandler::create | | Prototype: | QEvdevKeyboardHandler *QEvdevKeyboardHandler::create(const QString &device, const QString &specification, const QString &defaultKeymapFile) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 87-131 |
| | 31 | 12 |
QEvdevKeyboardHandler::QEvdevKeyboardHandler| Name: | QEvdevKeyboardHandler::QEvdevKeyboardHandler | | Prototype: | QEvdevKeyboardHandler::QEvdevKeyboardHandler(const QString &device, QFdContainer &fd, bool disableZap, bool enableCompose, const QString &keymapFile) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 62-80 |
| | 7 | 3 |
QErrorMessageTextView::sizeHint| Name: | QErrorMessageTextView::sizeHint | | Prototype: | QSize QErrorMessageTextView::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 110-123 |
| | 1 | 1 |
QErrorMessageTextView::minimumSizeHint| Name: | QErrorMessageTextView::minimumSizeHint | | Prototype: | QSize QErrorMessageTextView::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 95-108 |
| | 1 | 1 |
QErrorMessageTextView::QErrorMessageTextView| Name: | QErrorMessageTextView::QErrorMessageTextView | | Prototype: | QErrorMessageTextView(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 87-88 |
| | 1 | 1 |
QErrorMessagePrivate::retranslateStrings| Name: | QErrorMessagePrivate::retranslateStrings | | Prototype: | void QErrorMessagePrivate::retranslateStrings() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 391-395 |
| | 2 | 1 |
QErrorMessagePrivate::nextPending| Name: | QErrorMessagePrivate::nextPending | | Prototype: | bool QErrorMessagePrivate::nextPending() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 319-338 |
| | 11 | 3 |
QErrorMessagePrivate::isMessageToBeShown| Name: | QErrorMessagePrivate::isMessageToBeShown | | Prototype: | bool QErrorMessagePrivate::isMessageToBeShown(const QString &message, const QString &type) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 313-317 |
| | 2 | 1 |
QErrorMessage::~QErrorMessage| Name: | QErrorMessage::~QErrorMessage | | Prototype: | QErrorMessage::~QErrorMessage() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 258-267 |
| | 5 | 3 |
QErrorMessage::showMessage| Name: | QErrorMessage::showMessage | | Prototype: | void QErrorMessage::showMessage(const QString &message) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 350-353 |
| | 1 | 1 |
QErrorMessage::showMessage| Name: | QErrorMessage::showMessage | | Prototype: | void QErrorMessage::showMessage(const QString &message, const QString &type) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 369-377 |
| | 6 | 3 |
QErrorMessage::qtHandler| Name: | QErrorMessage::qtHandler | | Prototype: | QErrorMessage * QErrorMessage::qtHandler() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 299-308 |
| | 6 | 2 |
QErrorMessage::done| Name: | QErrorMessage::done | | Prototype: | void QErrorMessage::done(int a) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 272-290 |
| | 12 | 6 |
QErrorMessage::changeEvent| Name: | QErrorMessage::changeEvent | | Prototype: | void QErrorMessage::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 382-389 |
| | 4 | 2 |
QErrorMessage::QErrorMessage| Name: | QErrorMessage::QErrorMessage | | Prototype: | QErrorMessage::QErrorMessage(QWidget * parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 220-251 |
| | 18 | 1 |
QEnterEvent::QEnterEvent| Name: | QEnterEvent::QEnterEvent | | Prototype: | QEnterEvent::QEnterEvent(const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 70-76 |
| | 2 | 1 |
QEmulationPaintEngine::type| Name: | QEmulationPaintEngine::type | | Prototype: | QPaintEngine::Type QEmulationPaintEngine::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 48-51 |
| | 1 | 1 |
QEmulationPaintEngine::transformChanged| Name: | QEmulationPaintEngine::transformChanged | | Prototype: | void QEmulationPaintEngine::transformChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 252-255 |
| | 1 | 1 |
QEmulationPaintEngine::stroke| Name: | QEmulationPaintEngine::stroke | | Prototype: | void QEmulationPaintEngine::stroke(const QVectorPath &path, const QPen &pen) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 107-146 |
| | 29 | 6 |
QEmulationPaintEngine::setState| Name: | QEmulationPaintEngine::setState | | Prototype: | void QEmulationPaintEngine::setState(QPainterState *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 257-261 |
| | 2 | 1 |
QEmulationPaintEngine::renderHintsChanged| Name: | QEmulationPaintEngine::renderHintsChanged | | Prototype: | void QEmulationPaintEngine::renderHintsChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 247-250 |
| | 1 | 1 |
QEmulationPaintEngine::penChanged| Name: | QEmulationPaintEngine::penChanged | | Prototype: | void QEmulationPaintEngine::penChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 222-225 |
| | 1 | 1 |
QEmulationPaintEngine::opacityChanged| Name: | QEmulationPaintEngine::opacityChanged | | Prototype: | void QEmulationPaintEngine::opacityChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 237-240 |
| | 1 | 1 |
QEmulationPaintEngine::fillBGRect| Name: | QEmulationPaintEngine::fillBGRect | | Prototype: | void QEmulationPaintEngine::fillBGRect(const QRectF &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 273-279 |
| | 4 | 1 |
QEmulationPaintEngine::fill| Name: | QEmulationPaintEngine::fill | | Prototype: | void QEmulationPaintEngine::fill(const QVectorPath &path, const QBrush &brush) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 69-105 |
| | 26 | 7 |
QEmulationPaintEngine::endNativePainting| Name: | QEmulationPaintEngine::endNativePainting | | Prototype: | void QEmulationPaintEngine::endNativePainting() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 268-271 |
| | 1 | 1 |
QEmulationPaintEngine::end| Name: | QEmulationPaintEngine::end | | Prototype: | bool QEmulationPaintEngine::end() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 58-61 |
| | 1 | 1 |
QEmulationPaintEngine::drawTiledPixmap| Name: | QEmulationPaintEngine::drawTiledPixmap | | Prototype: | void QEmulationPaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 205-210 |
| | 3 | 2 |
QEmulationPaintEngine::drawTextItem| Name: | QEmulationPaintEngine::drawTextItem | | Prototype: | void QEmulationPaintEngine::drawTextItem(const QPointF &p, const QTextItem &textItem) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 160-198 |
| | 28 | 6 |
QEmulationPaintEngine::drawStaticTextItem| Name: | QEmulationPaintEngine::drawStaticTextItem | | Prototype: | void QEmulationPaintEngine::drawStaticTextItem(QStaticTextItem *item) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 200-203 |
| | 1 | 1 |
QEmulationPaintEngine::drawPixmap| Name: | QEmulationPaintEngine::drawPixmap | | Prototype: | void QEmulationPaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 153-158 |
| | 3 | 2 |
QEmulationPaintEngine::drawImage| Name: | QEmulationPaintEngine::drawImage | | Prototype: | void QEmulationPaintEngine::drawImage(const QRectF &r, const QImage &pm, const QRectF &sr, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 212-215 |
| | 1 | 1 |
QEmulationPaintEngine::createState| Name: | QEmulationPaintEngine::createState | | Prototype: | QPainterState *QEmulationPaintEngine::createState(QPainterState *orig) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 64-67 |
| | 1 | 1 |
QEmulationPaintEngine::compositionModeChanged| Name: | QEmulationPaintEngine::compositionModeChanged | | Prototype: | void QEmulationPaintEngine::compositionModeChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 242-245 |
| | 1 | 1 |
QEmulationPaintEngine::clipEnabledChanged| Name: | QEmulationPaintEngine::clipEnabledChanged | | Prototype: | void QEmulationPaintEngine::clipEnabledChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 217-220 |
| | 1 | 1 |
QEmulationPaintEngine::clip| Name: | QEmulationPaintEngine::clip | | Prototype: | void QEmulationPaintEngine::clip(const QVectorPath &path, Qt::ClipOperation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 148-151 |
| | 1 | 1 |
QEmulationPaintEngine::brushOriginChanged| Name: | QEmulationPaintEngine::brushOriginChanged | | Prototype: | void QEmulationPaintEngine::brushOriginChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QEmulationPaintEngine::brushChanged| Name: | QEmulationPaintEngine::brushChanged | | Prototype: | void QEmulationPaintEngine::brushChanged() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 227-230 |
| | 1 | 1 |
QEmulationPaintEngine::beginNativePainting| Name: | QEmulationPaintEngine::beginNativePainting | | Prototype: | void QEmulationPaintEngine::beginNativePainting() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 263-266 |
| | 1 | 1 |
QEmulationPaintEngine::begin| Name: | QEmulationPaintEngine::begin | | Prototype: | bool QEmulationPaintEngine::begin(QPaintDevice *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 53-56 |
| | 1 | 1 |
QEmulationPaintEngine::QEmulationPaintEngine| Name: | QEmulationPaintEngine::QEmulationPaintEngine | | Prototype: | QEmulationPaintEngine::QEmulationPaintEngine(QPaintEngineEx *engine) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qemulationpaintengine.cpp | | Lines: | 41-45 |
| | 1 | 1 |
QEmptyItemModel::rowCount| Name: | QEmptyItemModel::rowCount | | Prototype: | int rowCount(const QModelIndex &) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 474-474 |
| | 1 | 1 |
QEmptyItemModel::parent| Name: | QEmptyItemModel::parent | | Prototype: | QModelIndex parent(const QModelIndex &) const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 473-473 |
| | 1 | 1 |
QEmptyItemModel::index| Name: | QEmptyItemModel::index | | Prototype: | QModelIndex index(int, int, const QModelIndex &) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 472-472 |
| | 1 | 1 |
QEmptyItemModel::hasChildren| Name: | QEmptyItemModel::hasChildren | | Prototype: | bool hasChildren(const QModelIndex &) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 476-476 |
| | 1 | 1 |
QEmptyItemModel::data| Name: | QEmptyItemModel::data | | Prototype: | QVariant data(const QModelIndex &, int) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 477-477 |
| | 1 | 1 |
QEmptyItemModel::columnCount| Name: | QEmptyItemModel::columnCount | | Prototype: | int columnCount(const QModelIndex &) const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 475-475 |
| | 1 | 1 |
QEmptyItemModel::QEmptyItemModel| Name: | QEmptyItemModel::QEmptyItemModel | | Prototype: | explicit QEmptyItemModel(QObject *parent = 0) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 471-471 |
| | 1 | 1 |
QElfParser::parseSectionHeader| Name: | QElfParser::parseSectionHeader | | Prototype: | const char *QElfParser::parseSectionHeader(const char *data, ElfSectionHeader *sh) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qelfparser_p.cpp | | Lines: | 46-59 |
| | 11 | 1 |
QElfParser::parse| Name: | QElfParser::parse | | Prototype: | int QElfParser::parse(const char *dataStart, ulong fdlen, const QString &library, QLibraryPrivate *lib, long *pos, ulong *sectionlen) | | Coverage: | 50.000% (58/116) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qelfparser_p.cpp | | Lines: | 61-227 |
| | 106 | 32 |
QElapsedTimer::start| Name: | QElapsedTimer::start | | Prototype: | void QElapsedTimer::start() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 194-197 |
| | 1 | 1 |
QElapsedTimer::secsTo| Name: | QElapsedTimer::secsTo | | Prototype: | qint64 QElapsedTimer::secsTo(const QElapsedTimer &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 230-233 |
| | 1 | 1 |
QElapsedTimer::restart| Name: | QElapsedTimer::restart | | Prototype: | qint64 QElapsedTimer::restart() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 199-202 |
| | 1 | 1 |
QElapsedTimer::nsecsElapsed| Name: | QElapsedTimer::nsecsElapsed | | Prototype: | qint64 QElapsedTimer::nsecsElapsed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 204-211 |
| | 5 | 1 |
QElapsedTimer::msecsTo| Name: | QElapsedTimer::msecsTo | | Prototype: | qint64 QElapsedTimer::msecsTo(const QElapsedTimer &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 223-228 |
| | 3 | 1 |
QElapsedTimer::msecsSinceReference| Name: | QElapsedTimer::msecsSinceReference | | Prototype: | qint64 QElapsedTimer::msecsSinceReference() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 218-221 |
| | 1 | 1 |
QElapsedTimer::isValid| Name: | QElapsedTimer::isValid | | Prototype: | bool QElapsedTimer::isValid() const | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer.cpp | | Lines: | 241-244 |
| | 1 | 1 |
QElapsedTimer::isMonotonic| Name: | QElapsedTimer::isMonotonic | | Prototype: | bool QElapsedTimer::isMonotonic() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 140-143 |
| | 1 | 1 |
QElapsedTimer::invalidate| Name: | QElapsedTimer::invalidate | | Prototype: | void QElapsedTimer::invalidate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer.cpp | | Lines: | 230-233 |
| | 1 | 1 |
QElapsedTimer::hasExpired| Name: | QElapsedTimer::hasExpired | | Prototype: | bool QElapsedTimer::hasExpired(qint64 timeout) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer.cpp | | Lines: | 254-259 |
| | 1 | 1 |
QElapsedTimer::elapsed| Name: | QElapsedTimer::elapsed | | Prototype: | qint64 QElapsedTimer::elapsed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 213-216 |
| | 1 | 1 |
QElapsedTimer::clockType| Name: | QElapsedTimer::clockType | | Prototype: | QElapsedTimer::ClockType QElapsedTimer::clockType() | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 145-148 |
| | 1 | 1 |
QEglFSWindow::~QEglFSWindow| Name: | QEglFSWindow::~QEglFSWindow | | Prototype: | QEglFSWindow::~QEglFSWindow() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 60-63 |
| | 1 | 1 |
QEglFSWindow::winId| Name: | QEglFSWindow::winId | | Prototype: | WId QEglFSWindow::winId() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 318-321 |
| | 1 | 1 |
QEglFSWindow::textures| Name: | QEglFSWindow::textures | | Prototype: | const QPlatformTextureList *QEglFSWindow::textures() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 304-310 |
| | 3 | 2 |
QEglFSWindow::surface| Name: | QEglFSWindow::surface | | Prototype: | EGLSurface QEglFSWindow::surface() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 274-277 |
| | 1 | 1 |
QEglFSWindow::sourceWindow| Name: | QEglFSWindow::sourceWindow | | Prototype: | QWindow *QEglFSWindow::sourceWindow() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 299-302 |
| | 1 | 1 |
QEglFSWindow::setVisible| Name: | QEglFSWindow::setVisible | | Prototype: | void QEglFSWindow::setVisible(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 191-212 |
| | 13 | 5 |
QEglFSWindow::setOpacity| Name: | QEglFSWindow::setOpacity | | Prototype: | void QEglFSWindow::setOpacity(qreal) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 323-329 |
| | 2 | 2 |
QEglFSWindow::setGeometry| Name: | QEglFSWindow::setGeometry | | Prototype: | void QEglFSWindow::setGeometry(const QRect &r) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 214-228 |
| | 8 | 3 |
QEglFSWindow::screen| Name: | QEglFSWindow::screen | | Prototype: | QEglFSScreen *QEglFSWindow::screen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 289-292 |
| | 1 | 1 |
QEglFSWindow::resetSurface| Name: | QEglFSWindow::resetSurface | | Prototype: | void QEglFSWindow::resetSurface() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 180-189 |
| | 6 | 1 |
QEglFSWindow::requestActivateWindow| Name: | QEglFSWindow::requestActivateWindow | | Prototype: | void QEglFSWindow::requestActivateWindow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 241-249 |
| | 5 | 2 |
QEglFSWindow::raise| Name: | QEglFSWindow::raise | | Prototype: | void QEglFSWindow::raise() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 251-258 |
| | 4 | 2 |
QEglFSWindow::lower| Name: | QEglFSWindow::lower | | Prototype: | void QEglFSWindow::lower() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 260-272 |
| | 8 | 3 |
QEglFSWindow::isRaster| Name: | QEglFSWindow::isRaster | | Prototype: | bool QEglFSWindow::isRaster() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 294-297 |
| | 1 | 1 |
QEglFSWindow::invalidateSurface| Name: | QEglFSWindow::invalidateSurface | | Prototype: | void QEglFSWindow::invalidateSurface() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 170-178 |
| | 5 | 2 |
QEglFSWindow::geometry| Name: | QEglFSWindow::geometry | | Prototype: | QRect QEglFSWindow::geometry() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 230-239 |
| | 3 | 2 |
QEglFSWindow::format| Name: | QEglFSWindow::format | | Prototype: | QSurfaceFormat QEglFSWindow::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 279-282 |
| | 1 | 1 |
QEglFSWindow::endCompositing| Name: | QEglFSWindow::endCompositing | | Prototype: | void QEglFSWindow::endCompositing() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 312-316 |
| | 2 | 2 |
QEglFSWindow::eglWindow| Name: | QEglFSWindow::eglWindow | | Prototype: | EGLNativeWindowType QEglFSWindow::eglWindow() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 284-287 |
| | 1 | 1 |
QEglFSWindow::destroy| Name: | QEglFSWindow::destroy | | Prototype: | void QEglFSWindow::destroy() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 152-168 |
| | 10 | 4 |
QEglFSWindow::create| Name: | QEglFSWindow::create | | Prototype: | void QEglFSWindow::create() | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 75-150 |
| | 42 | 11 |
QEglFSWindow::QEglFSWindow| Name: | QEglFSWindow::QEglFSWindow | | Prototype: | QEglFSWindow::QEglFSWindow(QWindow *w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 49-58 |
| | 2 | 1 |
QEglFSScreen::~QEglFSScreen| Name: | QEglFSScreen::~QEglFSScreen | | Prototype: | QEglFSScreen::~QEglFSScreen() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | | Lines: | 54-58 |
| | 2 | 1 |
QEglFSScreen::setPrimarySurface| Name: | QEglFSScreen::setPrimarySurface | | Prototype: | void QEglFSScreen::setPrimarySurface(EGLSurface surface) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | | Lines: | 110-113 |
| | 1 | 1 |
QEglFSScreen::refreshRate| Name: | QEglFSScreen::refreshRate | | Prototype: | qreal QEglFSScreen::refreshRate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | | Lines: | 105-108 |
| | 1 | 1 |
QEglFSScreen::pixelDensity| Name: | QEglFSScreen::pixelDensity | | Prototype: | qreal QEglFSScreen::pixelDensity() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QEglFSScreen::physicalSize| Name: | QEglFSScreen::physicalSize | | Prototype: | QSizeF QEglFSScreen::physicalSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | | Lines: | 75-78 |
| | 1 | 1 |
QEglFSScreen::orientation| Name: | QEglFSScreen::orientation | | Prototype: | Qt::ScreenOrientation QEglFSScreen::orientation() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsscreen.cpp | | Lines: | 95-98 |
| | 1 | 1 |