| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QThreadData::ref| Name: | QThreadData::ref | | Prototype: | void QThreadData::ref() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 90-96 |
| | 2 | 1 |
QThreadData::deref| Name: | QThreadData::deref | | Prototype: | void QThreadData::deref() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 98-104 |
| | 2 | 2 |
QThreadData::current| Name: | QThreadData::current | | Prototype: | QThreadData *QThreadData::current(bool createIfNecessary) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 237-258 |
| | 15 | 4 |
QThreadData::clearCurrentThreadData| Name: | QThreadData::clearCurrentThreadData | | Prototype: | void QThreadData::clearCurrentThreadData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QThreadData::QThreadData| Name: | QThreadData::QThreadData | | Prototype: | QThreadData::QThreadData(int initialRefCount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 51-57 |
| | 3 | 1 |
QThread::~QThread| Name: | QThread::~QThread | | Prototype: | QThread::~QThread() | | Coverage: | 72.727% (8/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 403-418 |
| | 9 | 3 |
QThread::yieldCurrentThread| Name: | QThread::yieldCurrentThread | | Prototype: | void QThread::yieldCurrentThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 483-486 |
| | 1 | 1 |
QThread::wait| Name: | QThread::wait | | Prototype: | bool QThread::wait(unsigned long time) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 681-699 |
| | 11 | 5 |
QThread::usleep| Name: | QThread::usleep | | Prototype: | void QThread::usleep(unsigned long usecs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 506-509 |
| | 1 | 1 |
QThread::terminate| Name: | QThread::terminate | | Prototype: | void QThread::terminate() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 664-679 |
| | 8 | 3 |
QThread::start| Name: | QThread::start | | Prototype: | void QThread::start(Priority priority) | | Coverage: | 58.333% (21/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 556-662 |
| | 54 | 12 |
QThread::stackSize| Name: | QThread::stackSize | | Prototype: | uint QThread::stackSize() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 471-476 |
| | 3 | 1 |
QThread::sleep| Name: | QThread::sleep | | Prototype: | void QThread::sleep(unsigned long secs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 496-499 |
| | 1 | 1 |
QThread::setTerminationEnabled| Name: | QThread::setTerminationEnabled | | Prototype: | void QThread::setTerminationEnabled(bool enabled) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 701-715 |
| | 13 | 2 |
QThread::setStackSize| Name: | QThread::setStackSize | | Prototype: | void QThread::setStackSize(uint stackSize) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 456-463 |
| | 11 | 1 |
QThread::setPriority| Name: | QThread::setPriority | | Prototype: | void QThread::setPriority(Priority priority) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 589-598 |
| | 6 | 2 |
QThread::setEventDispatcher| Name: | QThread::setEventDispatcher | | Prototype: | void QThread::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 784-796 |
| | 7 | 3 |
QThread::run| Name: | QThread::run | | Prototype: | void QThread::run() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 565-568 |
| | 1 | 1 |
QThread::requestInterruption| Name: | QThread::requestInterruption | | Prototype: | void QThread::requestInterruption() | | Coverage: | 45.455% (5/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 823-834 |
| | 8 | 3 |
QThread::quit| Name: | QThread::quit | | Prototype: | void QThread::quit() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 551-552 |
| | 1 | 1 |
QThread::priority| Name: | QThread::priority | | Prototype: | QThread::Priority QThread::priority() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 608-615 |
| | 3 | 1 |
QThread::msleep| Name: | QThread::msleep | | Prototype: | void QThread::msleep(unsigned long msecs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 501-504 |
| | 1 | 1 |
QThread::loopLevel| Name: | QThread::loopLevel | | Prototype: | int QThread::loopLevel() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 719-723 |
| | 2 | 1 |
QThread::isRunning| Name: | QThread::isRunning | | Prototype: | bool QThread::isRunning() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 437-442 |
| | 3 | 1 |
QThread::isInterruptionRequested| Name: | QThread::isInterruptionRequested | | Prototype: | bool QThread::isInterruptionRequested() const | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 859-866 |
| | 5 | 2 |
QThread::isFinished| Name: | QThread::isFinished | | Prototype: | bool QThread::isFinished() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 425-430 |
| | 3 | 1 |
QThread::idealThreadCount| Name: | QThread::idealThreadCount | | Prototype: | int QThread::idealThreadCount() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 423-481 |
| | 5 | 2 |
QThread::exit| Name: | QThread::exit | | Prototype: | void QThread::exit(int returnCode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 529-540 |
| | 8 | 2 |
QThread::exec| Name: | QThread::exec | | Prototype: | int QThread::exec() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 488-506 |
| | 13 | 2 |
QThread::eventDispatcher| Name: | QThread::eventDispatcher | | Prototype: | QAbstractEventDispatcher *QThread::eventDispatcher() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 769-773 |
| | 2 | 1 |
QThread::event| Name: | QThread::event | | Prototype: | bool QThread::event(QEvent *event) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 801-809 |
| | 4 | 2 |
QThread::currentThreadId| Name: | QThread::currentThreadId | | Prototype: | Qt::HANDLE QThread::currentThreadId() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 412-416 |
| | 1 | 1 |
QThread::currentThread| Name: | QThread::currentThread | | Prototype: | QThread *QThread::currentThread() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 361-366 |
| | 3 | 1 |
QThread::QThread| Name: | QThread::QThread | | Prototype: | QThread::QThread(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 375-381 |
| | 2 | 1 |
QThread::QThread| Name: | QThread::QThread | | Prototype: | QThread::QThread(QThreadPrivate &dd, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 386-392 |
| | 2 | 1 |
QTexturedBrushData::~QTexturedBrushData| Name: | QTexturedBrushData::~QTexturedBrushData | | Prototype: | ~QTexturedBrushData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 174-176 |
| | 1 | 1 |
QTexturedBrushData::setPixmap| Name: | QTexturedBrushData::setPixmap | | Prototype: | void setPixmap(const QPixmap &pm) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 178-190 |
| | 7 | 2 |
QTexturedBrushData::setImage| Name: | QTexturedBrushData::setImage | | Prototype: | void setImage(const QImage &image) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 192-197 |
| | 4 | 1 |
QTexturedBrushData::pixmap| Name: | QTexturedBrushData::pixmap | | Prototype: | QPixmap &pixmap() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 199-204 |
| | 3 | 2 |
QTexturedBrushData::image| Name: | QTexturedBrushData::image | | Prototype: | QImage &image() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 206-210 |
| | 3 | 2 |
QTexturedBrushData::QTexturedBrushData| Name: | QTexturedBrushData::QTexturedBrushData | | Prototype: | QTexturedBrushData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 170-173 |
| | 2 | 1 |
QTextureGlyphCache::textureMapForGlyph| Name: | QTextureGlyphCache::textureMapForGlyph | | Prototype: | QImage QTextureGlyphCache::textureMapForGlyph(glyph_t g, QFixed subPixelPosition) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 257-267 |
| | 4 | 4 |
QTextureGlyphCache::populate| Name: | QTextureGlyphCache::populate | | Prototype: | bool QTextureGlyphCache::populate(QFontEngine *fontEngine, int numGlyphs, const glyph_t *glyphs, const QFixedPoint *positions) | | Coverage: | 0.000% (0/65) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 88-218 |
| | 72 | 19 |
QTextureGlyphCache::fillInPendingGlyphs| Name: | QTextureGlyphCache::fillInPendingGlyphs | | Prototype: | void QTextureGlyphCache::fillInPendingGlyphs() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 220-255 |
| | 20 | 6 |
QTextureGlyphCache::calculateSubPixelPositionCount| Name: | QTextureGlyphCache::calculateSubPixelPositionCount | | Prototype: | int QTextureGlyphCache::calculateSubPixelPositionCount(glyph_t glyph) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtextureglyphcache.cpp | | Lines: | 50-86 |
| | 20 | 7 |
QTextUndoCommand::tryMerge| Name: | QTextUndoCommand::tryMerge | | Prototype: | bool QTextUndoCommand::tryMerge(const QTextUndoCommand &other) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 135-173 |
| | 23 | 5 |
QTextTablePrivate::~QTextTablePrivate| Name: | QTextTablePrivate::~QTextTablePrivate | | Prototype: | QTextTablePrivate::~QTextTablePrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 315-319 |
| | 2 | 2 |
QTextTablePrivate::update| Name: | QTextTablePrivate::update | | Prototype: | void QTextTablePrivate::update() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 436-484 |
| | 29 | 6 |
QTextTablePrivate::fragmentRemoved| Name: | QTextTablePrivate::fragmentRemoved | | Prototype: | void QTextTablePrivate::fragmentRemoved(QChar type, uint fragment) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 412-427 |
| | 11 | 5 |
QTextTablePrivate::fragmentAdded| Name: | QTextTablePrivate::fragmentAdded | | Prototype: | void QTextTablePrivate::fragmentAdded(QChar type, uint fragment) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 394-410 |
| | 13 | 4 |
QTextTablePrivate::findCellIndex| Name: | QTextTablePrivate::findCellIndex | | Prototype: | int QTextTablePrivate::findCellIndex(int fragment) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 384-392 |
| | 6 | 2 |
QTextTablePrivate::createTable| Name: | QTextTablePrivate::createTable | | Prototype: | QTextTable *QTextTablePrivate::createTable(QTextDocumentPrivate *pieceTable, int pos, int rows, int cols, const QTextTableFormat &tableFormat) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 322-364 |
| | 24 | 2 |
QTextTableFormat::QTextTableFormat| Name: | QTextTableFormat::QTextTableFormat | | Prototype: | QTextTableFormat::QTextTableFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2866-2872 |
| | 3 | 1 |
QTextTableFormat::QTextTableFormat| Name: | QTextTableFormat::QTextTableFormat | | Prototype: | QTextTableFormat::QTextTableFormat(const QTextFormat &fmt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2881-2884 |
| | 2 | 1 |
QTextTableData::updateTableSize| Name: | QTextTableData::updateTableSize | | Prototype: | void QTextTableData::updateTableSize() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 255-265 |
| | 8 | 1 |
QTextTableData::topPadding| Name: | QTextTableData::topPadding | | Prototype: | inline QFixed topPadding(const QTextFormat &format) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 198-201 |
| | 1 | 1 |
QTextTableData::rightPadding| Name: | QTextTableData::rightPadding | | Prototype: | inline QFixed rightPadding(const QTextFormat &format) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 213-216 |
| | 1 | 1 |
QTextTableData::paddingProperty| Name: | QTextTableData::paddingProperty | | Prototype: | inline QFixed paddingProperty(const QTextFormat &format, QTextFormat::Property property) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 187-196 |
| | 5 | 2 |
QTextTableData::leftPadding| Name: | QTextTableData::leftPadding | | Prototype: | inline QFixed leftPadding(const QTextFormat &format) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 208-211 |
| | 1 | 1 |
QTextTableData::cellWidth| Name: | QTextTableData::cellWidth | | Prototype: | inline QFixed cellWidth(int column, int colspan) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 175-177 |
| | 2 | 1 |
QTextTableData::cellRect| Name: | QTextTableData::cellRect | | Prototype: | QRectF QTextTableData::cellRect(const QTextTableCell &cell) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 267-278 |
| | 8 | 1 |
QTextTableData::cellPosition| Name: | QTextTableData::cellPosition | | Prototype: | inline QFixedPoint cellPosition(const QTextTableCell &cell) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 218-222 |
| | 2 | 1 |
QTextTableData::cellPosition| Name: | QTextTableData::cellPosition | | Prototype: | inline QFixedPoint cellPosition(int row, int col) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 227-228 |
| | 1 | 1 |
QTextTableData::calcRowPosition| Name: | QTextTableData::calcRowPosition | | Prototype: | inline void calcRowPosition(int row) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 179-183 |
| | 2 | 2 |
QTextTableData::bottomPadding| Name: | QTextTableData::bottomPadding | | Prototype: | inline QFixed bottomPadding(const QTextFormat &format) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 203-206 |
| | 1 | 1 |
QTextTableCellFormat::QTextTableCellFormat| Name: | QTextTableCellFormat::QTextTableCellFormat | | Prototype: | QTextTableCellFormat::QTextTableCellFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3325-3329 |
| | 1 | 1 |
QTextTableCellFormat::QTextTableCellFormat| Name: | QTextTableCellFormat::QTextTableCellFormat | | Prototype: | QTextTableCellFormat::QTextTableCellFormat(const QTextFormat &fmt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3338-3341 |
| | 2 | 1 |
QTextTableCell::tableCellFormatIndex| Name: | QTextTableCell::tableCellFormatIndex | | Prototype: | int QTextTableCell::tableCellFormatIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 149-153 |
| | 2 | 1 |
QTextTableCell::setFormat| Name: | QTextTableCell::setFormat | | Prototype: | void QTextTableCell::setFormat(const QTextCharFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 113-127 |
| | 10 | 1 |
QTextTableCell::rowSpan| Name: | QTextTableCell::rowSpan | | Prototype: | int QTextTableCell::rowSpan() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 194-197 |
| | 1 | 1 |
QTextTableCell::row| Name: | QTextTableCell::row | | Prototype: | int QTextTableCell::row() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 160-170 |
| | 7 | 3 |
QTextTableCell::lastPosition| Name: | QTextTableCell::lastPosition | | Prototype: | int QTextTableCell::lastPosition() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 254-265 |
| | 8 | 2 |
QTextTableCell::lastCursorPosition| Name: | QTextTableCell::lastCursorPosition | | Prototype: | QTextCursor QTextTableCell::lastCursorPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 232-235 |
| | 1 | 1 |
QTextTableCell::format| Name: | QTextTableCell::format | | Prototype: | QTextCharFormat QTextTableCell::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 132-140 |
| | 5 | 1 |
QTextTableCell::firstPosition| Name: | QTextTableCell::firstPosition | | Prototype: | int QTextTableCell::firstPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 243-247 |
| | 2 | 1 |
QTextTableCell::firstCursorPosition| Name: | QTextTableCell::firstCursorPosition | | Prototype: | QTextCursor QTextTableCell::firstCursorPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 222-225 |
| | 1 | 1 |
QTextTableCell::end| Name: | QTextTableCell::end | | Prototype: | QTextFrame::iterator QTextTableCell::end() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 286-292 |
| | 4 | 1 |
QTextTableCell::columnSpan| Name: | QTextTableCell::columnSpan | | Prototype: | int QTextTableCell::columnSpan() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 204-207 |
| | 1 | 1 |
QTextTableCell::column| Name: | QTextTableCell::column | | Prototype: | int QTextTableCell::column() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 177-187 |
| | 7 | 3 |
QTextTableCell::begin| Name: | QTextTableCell::begin | | Prototype: | QTextFrame::iterator QTextTableCell::begin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 273-279 |
| | 4 | 1 |
QTextTable::splitCell| Name: | QTextTable::splitCell | | Prototype: | void QTextTable::splitCell(int row, int column, int numRows, int numCols) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1174-1238 |
| | 42 | 9 |
QTextTable::setFormat| Name: | QTextTable::setFormat | | Prototype: | void QTextTable::setFormat(const QTextTableFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1318-1324 |
| | 3 | 1 |
QTextTable::rows| Name: | QTextTable::rows | | Prototype: | int QTextTable::rows() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1245-1252 |
| | 4 | 2 |
QTextTable::rowStart| Name: | QTextTable::rowStart | | Prototype: | QTextCursor QTextTable::rowStart(const QTextCursor &c) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1276-1287 |
| | 8 | 2 |
QTextTable::rowEnd| Name: | QTextTable::rowEnd | | Prototype: | QTextCursor QTextTable::rowEnd(const QTextCursor &c) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1297-1309 |
| | 9 | 2 |
QTextTable::resize| Name: | QTextTable::resize | | Prototype: | void QTextTable::resize(int rows, int cols) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 639-664 |
| | 17 | 7 |
QTextTable::removeRows| Name: | QTextTable::removeRows | | Prototype: | void QTextTable::removeRows(int pos, int num) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 859-911 |
| | 35 | 10 |
QTextTable::removeColumns| Name: | QTextTable::removeColumns | | Prototype: | void QTextTable::removeColumns(int pos, int num) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 921-983 |
| | 42 | 11 |
QTextTable::mergeCells| Name: | QTextTable::mergeCells | | Prototype: | void QTextTable::mergeCells(int row, int column, int numRows, int numCols) | | Coverage: | 0.000% (0/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 995-1143 |
| | 91 | 21 |
QTextTable::mergeCells| Name: | QTextTable::mergeCells | | Prototype: | void QTextTable::mergeCells(const QTextCursor &cursor) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1153-1161 |
| | 5 | 2 |
QTextTable::insertRows| Name: | QTextTable::insertRows | | Prototype: | void QTextTable::insertRows(int pos, int num) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 673-726 |
| | 37 | 10 |
QTextTable::insertColumns| Name: | QTextTable::insertColumns | | Prototype: | void QTextTable::insertColumns(int pos, int num) | | Coverage: | 0.000% (0/67) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 735-828 |
| | 63 | 16 |
QTextTable::columns| Name: | QTextTable::columns | | Prototype: | int QTextTable::columns() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 1259-1266 |
| | 4 | 2 |
QTextTable::cellAt| Name: | QTextTable::cellAt | | Prototype: | QTextTableCell QTextTable::cellAt(int row, int col) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 583-593 |
| | 6 | 3 |
QTextTable::cellAt| Name: | QTextTable::cellAt | | Prototype: | QTextTableCell QTextTable::cellAt(int position) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 601-618 |
| | 12 | 4 |
QTextTable::cellAt| Name: | QTextTable::cellAt | | Prototype: | QTextTableCell QTextTable::cellAt(const QTextCursor &c) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 627-630 |
| | 1 | 1 |
QTextTable::appendRows| Name: | QTextTable::appendRows | | Prototype: | void QTextTable::appendRows(int count) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 836-839 |
| | 1 | 1 |
QTextTable::appendColumns| Name: | QTextTable::appendColumns | | Prototype: | void QTextTable::appendColumns(int count) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 847-850 |
| | 1 | 1 |
QTextTable::QTextTable| Name: | QTextTable::QTextTable | | Prototype: | QTextTable::QTextTable(QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 562-565 |
| | 2 | 1 |
QTextStreamPrivate::~QTextStreamPrivate| Name: | QTextStreamPrivate::~QTextStreamPrivate | | Prototype: | QTextStreamPrivate::~QTextStreamPrivate() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 337-348 |
| | 4 | 2 |