| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTextEdit::createStandardContextMenu| Name: | QTextEdit::createStandardContextMenu | | Prototype: | QMenu *QTextEdit::createStandardContextMenu() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1828-1832 |
| | 2 | 1 |
QTextEdit::createStandardContextMenu| Name: | QTextEdit::createStandardContextMenu | | Prototype: | QMenu *QTextEdit::createStandardContextMenu(const QPoint &position) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1844-1848 |
| | 2 | 1 |
QTextEdit::createMimeDataFromSelection| Name: | QTextEdit::createMimeDataFromSelection | | Prototype: | QMimeData *QTextEdit::createMimeDataFromSelection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2047-2051 |
| | 2 | 1 |
QTextEdit::copy| Name: | QTextEdit::copy | | Prototype: | void QTextEdit::copy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 990-994 |
| | 2 | 1 |
QTextEdit::contextMenuEvent| Name: | QTextEdit::contextMenuEvent | | Prototype: | void QTextEdit::contextMenuEvent(QContextMenuEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1635-1639 |
| | 2 | 1 |
QTextEdit::clear| Name: | QTextEdit::clear | | Prototype: | void QTextEdit::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1024-1029 |
| | 2 | 1 |
QTextEdit::changeEvent| Name: | QTextEdit::changeEvent | | Prototype: | void QTextEdit::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1779-1798 |
| | 16 | 7 |
QTextEdit::canPaste| Name: | QTextEdit::canPaste | | Prototype: | bool QTextEdit::canPaste() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2322-2326 |
| | 2 | 1 |
QTextEdit::canInsertFromMimeData| Name: | QTextEdit::canInsertFromMimeData | | Prototype: | bool QTextEdit::canInsertFromMimeData(const QMimeData *source) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2062-2066 |
| | 2 | 1 |
QTextEdit::autoFormatting| Name: | QTextEdit::autoFormatting | | Prototype: | QTextEdit::AutoFormatting QTextEdit::autoFormatting() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2187-2191 |
| | 2 | 1 |
QTextEdit::append| Name: | QTextEdit::append | | Prototype: | void QTextEdit::append(const QString &text) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2563-2571 |
| | 6 | 2 |
QTextEdit::anchorAt| Name: | QTextEdit::anchorAt | | Prototype: | QString QTextEdit::anchorAt(const QPoint& pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1892-1896 |
| | 2 | 1 |
QTextEdit::alignment| Name: | QTextEdit::alignment | | Prototype: | Qt::Alignment QTextEdit::alignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 738-742 |
| | 2 | 1 |
QTextEdit::acceptRichText| Name: | QTextEdit::acceptRichText | | Prototype: | bool QTextEdit::acceptRichText() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1978-1982 |
| | 2 | 1 |
QTextEdit::QTextEdit| Name: | QTextEdit::QTextEdit | | Prototype: | QTextEdit::QTextEdit(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 588-593 |
| | 2 | 1 |
QTextEdit::QTextEdit| Name: | QTextEdit::QTextEdit | | Prototype: | QTextEdit::QTextEdit(QTextEditPrivate &dd, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 598-603 |
| | 2 | 1 |
QTextEdit::QTextEdit| Name: | QTextEdit::QTextEdit | | Prototype: | QTextEdit::QTextEdit(const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 609-614 |
| | 2 | 1 |
QTextDocumentWriterPrivate::QTextDocumentWriterPrivate| Name: | QTextDocumentWriterPrivate::QTextDocumentWriterPrivate | | Prototype: | QTextDocumentWriterPrivate::QTextDocumentWriterPrivate(QTextDocumentWriter *qq) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 98-106 |
| | 2 | 1 |
QTextDocumentWriter::~QTextDocumentWriter| Name: | QTextDocumentWriter::~QTextDocumentWriter | | Prototype: | QTextDocumentWriter::~QTextDocumentWriter() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 147-152 |
| | 3 | 2 |
QTextDocumentWriter::write| Name: | QTextDocumentWriter::write | | Prototype: | bool QTextDocumentWriter::write(const QTextDocument *document) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 242-295 |
| | 28 | 8 |
QTextDocumentWriter::write| Name: | QTextDocumentWriter::write | | Prototype: | bool QTextDocumentWriter::write(const QTextDocumentFragment &fragment) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 301-309 |
| | 6 | 3 |
QTextDocumentWriter::supportedDocumentFormats| Name: | QTextDocumentWriter::supportedDocumentFormats | | Prototype: | QList<QByteArray> QTextDocumentWriter::supportedDocumentFormats() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 351-365 |
| | 6 | 1 |
QTextDocumentWriter::setFormat| Name: | QTextDocumentWriter::setFormat | | Prototype: | void QTextDocumentWriter::setFormat (const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 165-168 |
| | 1 | 1 |
QTextDocumentWriter::setFileName| Name: | QTextDocumentWriter::setFileName | | Prototype: | void QTextDocumentWriter::setFileName (const QString &fileName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 219-223 |
| | 2 | 1 |
QTextDocumentWriter::setDevice| Name: | QTextDocumentWriter::setDevice | | Prototype: | void QTextDocumentWriter::setDevice (QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 194-201 |
| | 4 | 2 |
QTextDocumentWriter::setCodec| Name: | QTextDocumentWriter::setCodec | | Prototype: | void QTextDocumentWriter::setCodec(QTextCodec *codec) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 318-324 |
| | 4 | 2 |
QTextDocumentWriter::format| Name: | QTextDocumentWriter::format | | Prototype: | QByteArray QTextDocumentWriter::format () const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 175-178 |
| | 1 | 1 |
QTextDocumentWriter::fileName| Name: | QTextDocumentWriter::fileName | | Prototype: | QString QTextDocumentWriter::fileName () const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 232-236 |
| | 2 | 1 |
QTextDocumentWriter::device| Name: | QTextDocumentWriter::device | | Prototype: | QIODevice *QTextDocumentWriter::device () const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 207-210 |
| | 1 | 1 |
QTextDocumentWriter::codec| Name: | QTextDocumentWriter::codec | | Prototype: | QTextCodec *QTextDocumentWriter::codec() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 331-334 |
| | 1 | 1 |
QTextDocumentWriter::QTextDocumentWriter| Name: | QTextDocumentWriter::QTextDocumentWriter | | Prototype: | QTextDocumentWriter::QTextDocumentWriter() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 113-116 |
| | 2 | 1 |
QTextDocumentWriter::QTextDocumentWriter| Name: | QTextDocumentWriter::QTextDocumentWriter | | Prototype: | QTextDocumentWriter::QTextDocumentWriter(QIODevice *device, const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 122-127 |
| | 2 | 1 |
QTextDocumentWriter::QTextDocumentWriter| Name: | QTextDocumentWriter::QTextDocumentWriter | | Prototype: | QTextDocumentWriter::QTextDocumentWriter(const QString &fileName, const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 135-142 |
| | 4 | 1 |
QTextDocumentPrivate::~QTextDocumentPrivate| Name: | QTextDocumentPrivate::~QTextDocumentPrivate | | Prototype: | QTextDocumentPrivate::~QTextDocumentPrivate() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 282-290 |
| | 6 | 2 |
QTextDocumentPrivate::unite| Name: | QTextDocumentPrivate::unite | | Prototype: | bool QTextDocumentPrivate::unite(uint f) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 847-866 |
| | 13 | 4 |
QTextDocumentPrivate::undoRedo| Name: | QTextDocumentPrivate::undoRedo | | Prototype: | int QTextDocumentPrivate::undoRedo(bool undo) | | Coverage: | 0.000% (0/96) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 869-1024 |
| | 111 | 31 |
QTextDocumentPrivate::split| Name: | QTextDocumentPrivate::split | | Prototype: | bool QTextDocumentPrivate::split(int pos) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 823-845 |
| | 15 | 3 |
QTextDocumentPrivate::setModified| Name: | QTextDocumentPrivate::setModified | | Prototype: | void QTextDocumentPrivate::setModified(bool m) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1682-1695 |
| | 8 | 3 |
QTextDocumentPrivate::setLayout| Name: | QTextDocumentPrivate::setLayout | | Prototype: | void QTextDocumentPrivate::setLayout(QAbstractTextDocumentLayout *layout) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 292-311 |
| | 15 | 5 |
QTextDocumentPrivate::setCharFormat| Name: | QTextDocumentPrivate::setCharFormat | | Prototype: | void QTextDocumentPrivate::setCharFormat(int pos, int length, const QTextCharFormat &newFormat, FormatChangeMode mode) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 679-769 |
| | 63 | 13 |
QTextDocumentPrivate::setBlockFormat| Name: | QTextDocumentPrivate::setBlockFormat | | Prototype: | void QTextDocumentPrivate::setBlockFormat(const QTextBlock &from, const QTextBlock &to, const QTextBlockFormat &newFormat, FormatChangeMode mode) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 771-820 |
| | 33 | 9 |
QTextDocumentPrivate::scan_frames| Name: | QTextDocumentPrivate::scan_frames | | Prototype: | void QTextDocumentPrivate::scan_frames(int pos, int charsRemoved, int charsAdded) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1464-1507 |
| | 30 | 7 |
QTextDocumentPrivate::rootFrame| Name: | QTextDocumentPrivate::rootFrame | | Prototype: | QTextFrame *QTextDocumentPrivate::rootFrame() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1434-1442 |
| | 5 | 2 |
QTextDocumentPrivate::rightCursorPosition| Name: | QTextDocumentPrivate::rightCursorPosition | | Prototype: | int QTextDocumentPrivate::rightCursorPosition(int position) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1386-1391 |
| | 3 | 1 |
QTextDocumentPrivate::remove_string| Name: | QTextDocumentPrivate::remove_string | | Prototype: | int QTextDocumentPrivate::remove_string(int pos, uint length, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 480-509 |
| | 18 | 3 |
QTextDocumentPrivate::remove_block| Name: | QTextDocumentPrivate::remove_block | | Prototype: | int QTextDocumentPrivate::remove_block(int pos, int *blockFormat, int command, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 511-556 |
| | 28 | 4 |
QTextDocumentPrivate::removeFrame| Name: | QTextDocumentPrivate::removeFrame | | Prototype: | void QTextDocumentPrivate::removeFrame(QTextFrame *frame) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1571-1588 |
| | 10 | 2 |
QTextDocumentPrivate::remove| Name: | QTextDocumentPrivate::remove | | Prototype: | void QTextDocumentPrivate::remove(int pos, int length, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 664-677 |
| | 9 | 4 |
QTextDocumentPrivate::previousCursorPosition| Name: | QTextDocumentPrivate::previousCursorPosition | | Prototype: | int QTextDocumentPrivate::previousCursorPosition(int position, QTextLayout::CursorMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1366-1377 |
| | 7 | 3 |
QTextDocumentPrivate::plainText| Name: | QTextDocumentPrivate::plainText | | Prototype: | QString QTextDocumentPrivate::plainText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1327-1341 |
| | 10 | 2 |
QTextDocumentPrivate::objectForIndex| Name: | QTextDocumentPrivate::objectForIndex | | Prototype: | QTextObject *QTextDocumentPrivate::objectForIndex(int objectIndex) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1590-1602 |
| | 8 | 3 |
QTextDocumentPrivate::objectForFormat| Name: | QTextDocumentPrivate::objectForFormat | | Prototype: | QTextObject *QTextDocumentPrivate::objectForFormat(int formatIndex) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1604-1608 |
| | 2 | 1 |
QTextDocumentPrivate::objectForFormat| Name: | QTextDocumentPrivate::objectForFormat | | Prototype: | QTextObject *QTextDocumentPrivate::objectForFormat(const QTextFormat &f) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1610-1613 |
| | 1 | 1 |
QTextDocumentPrivate::nextCursorPosition| Name: | QTextDocumentPrivate::nextCursorPosition | | Prototype: | int QTextDocumentPrivate::nextCursorPosition(int position, QTextLayout::CursorMode mode) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1352-1364 |
| | 8 | 3 |
QTextDocumentPrivate::move| Name: | QTextDocumentPrivate::move | | Prototype: | void QTextDocumentPrivate::move(int pos, int to, int length, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/51) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 570-662 |
| | 62 | 10 |
QTextDocumentPrivate::mergeCachedResources| Name: | QTextDocumentPrivate::mergeCachedResources | | Prototype: | void QTextDocumentPrivate::mergeCachedResources(const QTextDocumentPrivate *priv) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2987-2993 |
| | 3 | 2 |
QTextDocumentPrivate::leftCursorPosition| Name: | QTextDocumentPrivate::leftCursorPosition | | Prototype: | int QTextDocumentPrivate::leftCursorPosition(int position) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1379-1384 |
| | 3 | 1 |
QTextDocumentPrivate::joinPreviousEditBlock| Name: | QTextDocumentPrivate::joinPreviousEditBlock | | Prototype: | void QTextDocumentPrivate::joinPreviousEditBlock() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1168-1174 |
| | 3 | 2 |
QTextDocumentPrivate::insert_string| Name: | QTextDocumentPrivate::insert_string | | Prototype: | void QTextDocumentPrivate::insert_string(int pos, uint strPos, uint length, int format, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 314-340 |
| | 17 | 3 |
QTextDocumentPrivate::insert_frame| Name: | QTextDocumentPrivate::insert_frame | | Prototype: | void QTextDocumentPrivate::insert_frame(QTextFrame *f) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1509-1536 |
| | 18 | 6 |
QTextDocumentPrivate::insert_block| Name: | QTextDocumentPrivate::insert_block | | Prototype: | int QTextDocumentPrivate::insert_block(int pos, uint strPos, int format, int blockFormat, QTextUndoCommand::Operation op, int command) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 342-386 |
| | 32 | 5 |
QTextDocumentPrivate::insertFrame| Name: | QTextDocumentPrivate::insertFrame | | Prototype: | QTextFrame *QTextDocumentPrivate::insertFrame(int start, int end, const QTextFrameFormat &format) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1538-1569 |
| | 19 | 2 |
QTextDocumentPrivate::insertBlock| Name: | QTextDocumentPrivate::insertBlock | | Prototype: | int QTextDocumentPrivate::insertBlock(QChar blockSeparator, int pos, int blockFormat, int charFormat, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 388-438 |
| | 33 | 4 |
QTextDocumentPrivate::insertBlock| Name: | QTextDocumentPrivate::insertBlock | | Prototype: | int QTextDocumentPrivate::insertBlock(int pos, int blockFormat, int charFormat, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 440-443 |
| | 1 | 1 |
QTextDocumentPrivate::insert| Name: | QTextDocumentPrivate::insert | | Prototype: | void QTextDocumentPrivate::insert(int pos, int strPos, int strLength, int format) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 445-466 |
| | 15 | 3 |
QTextDocumentPrivate::insert| Name: | QTextDocumentPrivate::insert | | Prototype: | void QTextDocumentPrivate::insert(int pos, const QString &str, int format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 468-478 |
| | 6 | 2 |
QTextDocumentPrivate::init| Name: | QTextDocumentPrivate::init | | Prototype: | void QTextDocumentPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 213-226 |
| | 9 | 1 |
QTextDocumentPrivate::frameAt| Name: | QTextDocumentPrivate::frameAt | | Prototype: | QTextFrame *QTextDocumentPrivate::frameAt(int pos) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1444-1454 |
| | 5 | 3 |
QTextDocumentPrivate::finishEdit| Name: | QTextDocumentPrivate::finishEdit | | Prototype: | void QTextDocumentPrivate::finishEdit() | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1196-1247 |
| | 29 | 12 |
QTextDocumentPrivate::ensureMaximumBlockCount| Name: | QTextDocumentPrivate::ensureMaximumBlockCount | | Prototype: | bool QTextDocumentPrivate::ensureMaximumBlockCount() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1697-1722 |
| | 15 | 3 |
QTextDocumentPrivate::endEditBlock| Name: | QTextDocumentPrivate::endEditBlock | | Prototype: | void QTextDocumentPrivate::endEditBlock() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1176-1194 |
| | 11 | 5 |
QTextDocumentPrivate::enableUndoRedo| Name: | QTextDocumentPrivate::enableUndoRedo | | Prototype: | void QTextDocumentPrivate::enableUndoRedo(bool enable) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1151-1166 |
| | 11 | 4 |
QTextDocumentPrivate::emitUndoAvailable| Name: | QTextDocumentPrivate::emitUndoAvailable | | Prototype: | void QTextDocumentPrivate::emitUndoAvailable(bool available) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1133-1140 |
| | 4 | 2 |
QTextDocumentPrivate::emitRedoAvailable| Name: | QTextDocumentPrivate::emitRedoAvailable | | Prototype: | void QTextDocumentPrivate::emitRedoAvailable(bool available) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1142-1149 |
| | 4 | 2 |
QTextDocumentPrivate::documentChange| Name: | QTextDocumentPrivate::documentChange | | Prototype: | void QTextDocumentPrivate::documentChange(int from, int length) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1249-1264 |
| | 11 | 2 |
QTextDocumentPrivate::deleteObject| Name: | QTextDocumentPrivate::deleteObject | | Prototype: | void QTextDocumentPrivate::deleteObject(QTextObject *object) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1627-1632 |
| | 3 | 1 |
QTextDocumentPrivate::createObject| Name: | QTextDocumentPrivate::createObject | | Prototype: | QTextObject *QTextDocumentPrivate::createObject(const QTextFormat &f, int objectIndex) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1615-1625 |
| | 5 | 2 |
QTextDocumentPrivate::contentsChanged| Name: | QTextDocumentPrivate::contentsChanged | | Prototype: | void QTextDocumentPrivate::contentsChanged() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1634-1647 |
| | 8 | 3 |
QTextDocumentPrivate::compressPieceTable| Name: | QTextDocumentPrivate::compressPieceTable | | Prototype: | void QTextDocumentPrivate::compressPieceTable() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1649-1680 |
| | 20 | 4 |
QTextDocumentPrivate::clearUndoRedoStacks| Name: | QTextDocumentPrivate::clearUndoRedoStacks | | Prototype: | void QTextDocumentPrivate::clearUndoRedoStacks(QTextDocument::Stacks stacksToClear, bool emitSignals) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1091-1131 |
| | 33 | 14 |
QTextDocumentPrivate::clearFrame| Name: | QTextDocumentPrivate::clearFrame | | Prototype: | void QTextDocumentPrivate::clearFrame(QTextFrame *f) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1456-1462 |
| | 4 | 2 |
QTextDocumentPrivate::clear| Name: | QTextDocumentPrivate::clear | | Prototype: | void QTextDocumentPrivate::clear() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 228-280 |
| | 35 | 5 |
QTextDocumentPrivate::changeObjectFormat| Name: | QTextDocumentPrivate::changeObjectFormat | | Prototype: | void QTextDocumentPrivate::changeObjectFormat(QTextObject *obj, int format) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1393-1413 |
| | 14 | 3 |
QTextDocumentPrivate::blockCharFormatIndex| Name: | QTextDocumentPrivate::blockCharFormatIndex | | Prototype: | int QTextDocumentPrivate::blockCharFormatIndex(int node) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1343-1350 |
| | 4 | 2 |
QTextDocumentPrivate::appendUndoItem| Name: | QTextDocumentPrivate::appendUndoItem | | Prototype: | void QTextDocumentPrivate::appendUndoItem(QAbstractUndoItem *item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1029-1048 |
| | 14 | 2 |
QTextDocumentPrivate::appendUndoItem| Name: | QTextDocumentPrivate::appendUndoItem | | Prototype: | void QTextDocumentPrivate::appendUndoItem(const QTextUndoCommand &c) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1050-1089 |
| | 25 | 10 |
QTextDocumentPrivate::adjustDocumentChangesAndCursors| Name: | QTextDocumentPrivate::adjustDocumentChangesAndCursors | | Prototype: | void QTextDocumentPrivate::adjustDocumentChangesAndCursors(int from, int addedOrRemoved, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1273-1324 |
| | 28 | 9 |
QTextDocumentPrivate::aboutToRemoveCell| Name: | QTextDocumentPrivate::aboutToRemoveCell | | Prototype: | void QTextDocumentPrivate::aboutToRemoveCell(int from, int to) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1725-1730 |
| | 3 | 2 |
QTextDocumentPrivate::QTextDocumentPrivate| Name: | QTextDocumentPrivate::QTextDocumentPrivate | | Prototype: | QTextDocumentPrivate::QTextDocumentPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 175-211 |
| | 20 | 1 |
QTextDocumentLayoutPrivate::scaleToDevice| Name: | QTextDocumentLayoutPrivate::scaleToDevice | | Prototype: | qreal QTextDocumentLayoutPrivate::scaleToDevice(qreal value) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3356-3361 |
| | 3 | 2 |
QTextDocumentLayoutPrivate::scaleToDevice| Name: | QTextDocumentLayoutPrivate::scaleToDevice | | Prototype: | QFixed QTextDocumentLayoutPrivate::scaleToDevice(QFixed value) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3363-3368 |
| | 3 | 2 |
QTextDocumentLayoutPrivate::positionFloat| Name: | QTextDocumentLayoutPrivate::positionFloat | | Prototype: | void QTextDocumentLayoutPrivate::positionFloat(QTextFrame *frame, QTextLine *currentLine) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2003-2063 |
| | 35 | 7 |
QTextDocumentLayoutPrivate::layoutTable| Name: | QTextDocumentLayoutPrivate::layoutTable | | Prototype: | QRectF QTextDocumentLayoutPrivate::layoutTable(QTextTable *table, int layoutFrom, int layoutTo, QFixed parentY) | | Coverage: | 0.000% (0/194) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 1600-2001 |
| | 255 | 61 |
QTextDocumentLayoutPrivate::layoutStep| Name: | QTextDocumentLayoutPrivate::layoutStep | | Prototype: | void QTextDocumentLayoutPrivate::layoutStep() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3174-3178 |
| | 2 | 1 |
QTextDocumentLayoutPrivate::layoutFrame| Name: | QTextDocumentLayoutPrivate::layoutFrame | | Prototype: | QRectF QTextDocumentLayoutPrivate::layoutFrame(QTextFrame *f, int layoutFrom, int layoutTo, QFixed parentY) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2065-2087 |
| | 13 | 2 |
QTextDocumentLayoutPrivate::layoutFrame| Name: | QTextDocumentLayoutPrivate::layoutFrame | | Prototype: | QRectF QTextDocumentLayoutPrivate::layoutFrame(QTextFrame *f, int layoutFrom, int layoutTo, QFixed frameWidth, QFixed frameHeight, QFixed parentY) | | Coverage: | 0.000% (0/58) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2089-2230 |
| | 93 | 16 |
QTextDocumentLayoutPrivate::layoutFlow| Name: | QTextDocumentLayoutPrivate::layoutFlow | | Prototype: | void QTextDocumentLayoutPrivate::layoutFlow(QTextFrame::Iterator it, QTextLayoutStruct *layoutStruct, int layoutFrom, int layoutTo, QFixed width) | | Coverage: | 0.000% (0/176) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2232-2559 |
| | 200 | 49 |
QTextDocumentLayoutPrivate::layoutCell| Name: | QTextDocumentLayoutPrivate::layoutCell | | Prototype: | QTextLayoutStruct QTextDocumentLayoutPrivate::layoutCell(QTextTable *t, const QTextTableCell &cell, QFixed width, int layoutFrom, int layoutTo, QTextTableData *td, QFixed absoluteTableY, bool withPageBreaks) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 1523-1598 |
| | 37 | 6 |
QTextDocumentLayoutPrivate::layoutBlock| Name: | QTextDocumentLayoutPrivate::layoutBlock | | Prototype: | void QTextDocumentLayoutPrivate::layoutBlock(const QTextBlock &bl, int blockPosition, const QTextBlockFormat &blockFormat, QTextLayoutStruct *layoutStruct, int layoutFrom, int layoutTo, const QTextBlockFormat *previousBlockFormat) | | Coverage: | 0.000% (0/124) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2579-2796 |
| | 133 | 31 |
QTextDocumentLayoutPrivate::hitTest| Name: | QTextDocumentLayoutPrivate::hitTest | | Prototype: | QTextDocumentLayoutPrivate::HitPoint QTextDocumentLayoutPrivate::hitTest(QTextFrame *frame, const QFixedPoint &point, int *position, QTextLayout **l, Qt::HitTestAccuracy accuracy) const | | Coverage: | 0.000% (0/64) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 587-677 |
| | 53 | 17 |