| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTextLineItemIterator::QTextLineItemIterator| Name: | QTextLineItemIterator::QTextLineItemIterator | | Prototype: | QTextLineItemIterator::QTextLineItemIterator(QTextEngine *_eng, int _lineNum, const QPointF &pos, const QTextLayout::FormatRange *_selection) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3547-3574 |
| | 8 | 2 |
QTextLineItemIterator::getSelectionBounds| Name: | QTextLineItemIterator::getSelectionBounds | | Prototype: | bool QTextLineItemIterator::getSelectionBounds(QFixed *selectionX, QFixed *selectionWidth) const | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3615-3667 |
| | 33 | 10 |
QTextLineItemIterator::next| Name: | QTextLineItemIterator::next | | Prototype: | QScriptItem &QTextLineItemIterator::next() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3576-3613 |
| | 25 | 5 |
QTextList::QTextList| Name: | QTextList::QTextList | | Prototype: | QTextList::QTextList(QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 111-114 |
| | 2 | 1 |
QTextList::add| Name: | QTextList::add | | Prototype: | void QTextList::add(const QTextBlock &block) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 307-312 |
| | 3 | 1 |
QTextList::count| Name: | QTextList::count | | Prototype: | int QTextList::count() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 126-130 |
| | 2 | 1 |
QTextList::item| Name: | QTextList::item | | Prototype: | QTextBlock QTextList::item(int i) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 137-143 |
| | 4 | 2 |
QTextList::itemNumber| Name: | QTextList::itemNumber | | Prototype: | int QTextList::itemNumber(const QTextBlock &blockIt) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 163-167 |
| | 2 | 1 |
QTextList::itemText| Name: | QTextList::itemText | | Prototype: | QString QTextList::itemText(const QTextBlock &blockIt) const | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 174-269 |
| | 50 | 18 |
QTextList::remove| Name: | QTextList::remove | | Prototype: | void QTextList::remove(const QTextBlock &block) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 294-300 |
| | 4 | 1 |
QTextList::removeItem| Name: | QTextList::removeItem | | Prototype: | void QTextList::removeItem(int i) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 278-286 |
| | 5 | 2 |
QTextListFormat::QTextListFormat| Name: | QTextListFormat::QTextListFormat | | Prototype: | QTextListFormat::QTextListFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2381-2385 |
| | 1 | 1 |
QTextListFormat::QTextListFormat| Name: | QTextListFormat::QTextListFormat | | Prototype: | QTextListFormat::QTextListFormat(const QTextFormat &fmt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 2394-2397 |
| | 2 | 1 |
QTextListPrivate::QTextListPrivate| Name: | QTextListPrivate::QTextListPrivate | | Prototype: | QTextListPrivate(QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlist.cpp | | Lines: | 46-49 |
| | 2 | 1 |
QTextObject::QTextObject| Name: | QTextObject::QTextObject | | Prototype: | QTextObject::QTextObject(QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 86-89 |
| | 2 | 1 |
QTextObject::QTextObject| Name: | QTextObject::QTextObject | | Prototype: | QTextObject::QTextObject(QTextObjectPrivate &p, QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 96-99 |
| | 2 | 1 |
QTextObject::docHandle| Name: | QTextObject::docHandle | | Prototype: | QTextDocumentPrivate *QTextObject::docHandle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 170-173 |
| | 1 | 1 |
QTextObject::document| Name: | QTextObject::document | | Prototype: | QTextDocument *QTextObject::document() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 162-165 |
| | 1 | 1 |
QTextObject::format| Name: | QTextObject::format | | Prototype: | QTextFormat QTextObject::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 116-120 |
| | 2 | 1 |
QTextObject::formatIndex| Name: | QTextObject::formatIndex | | Prototype: | int QTextObject::formatIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 128-132 |
| | 2 | 1 |
QTextObject::objectIndex| Name: | QTextObject::objectIndex | | Prototype: | int QTextObject::objectIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 151-155 |
| | 2 | 1 |
QTextObject::setFormat| Name: | QTextObject::setFormat | | Prototype: | void QTextObject::setFormat(const QTextFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 140-145 |
| | 3 | 1 |
QTextOdfWriter::QTextOdfWriter| Name: | QTextOdfWriter::QTextOdfWriter | | Prototype: | QTextOdfWriter::QTextOdfWriter(const QTextDocument &document, QIODevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 741-756 |
| | 2 | 1 |
QTextOdfWriter::writeAll| Name: | QTextOdfWriter::writeAll | | Prototype: | bool QTextOdfWriter::writeAll() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 758-831 |
| | 52 | 8 |
QTextOdfWriter::writeBlock| Name: | QTextOdfWriter::writeBlock | | Prototype: | void QTextOdfWriter::writeBlock(QXmlStreamWriter &writer, const QTextBlock &block) | | Coverage: | 0.000% (0/95) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 233-352 |
| | 89 | 26 |
QTextOdfWriter::writeBlockFormat| Name: | QTextOdfWriter::writeBlockFormat | | Prototype: | void QTextOdfWriter::writeBlockFormat(QXmlStreamWriter &writer, QTextBlockFormat format, int formatIndex) const | | Coverage: | 0.000% (0/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 440-517 |
| | 64 | 26 |
QTextOdfWriter::writeCharacterFormat| Name: | QTextOdfWriter::writeCharacterFormat | | Prototype: | void QTextOdfWriter::writeCharacterFormat(QXmlStreamWriter &writer, QTextCharFormat format, int formatIndex) const | | Coverage: | 0.000% (0/112) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 519-624 |
| | 73 | 43 |
QTextOdfWriter::writeFormats| Name: | QTextOdfWriter::writeFormats | | Prototype: | void QTextOdfWriter::writeFormats(QXmlStreamWriter &writer, const QSet<int> &formats) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 408-438 |
| | 19 | 8 |
QTextOdfWriter::writeFrame| Name: | QTextOdfWriter::writeFrame | | Prototype: | void QTextOdfWriter::writeFrame(QXmlStreamWriter &writer, const QTextFrame *frame) | | Coverage: | 0.000% (0/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 180-231 |
| | 38 | 14 |
QTextOdfWriter::writeFrameFormat| Name: | QTextOdfWriter::writeFrameFormat | | Prototype: | void QTextOdfWriter::writeFrameFormat(QXmlStreamWriter &writer, QTextFrameFormat format, int formatIndex) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 663-689 |
| | 13 | 5 |
QTextOdfWriter::writeInlineCharacter| Name: | QTextOdfWriter::writeInlineCharacter | | Prototype: | void QTextOdfWriter::writeInlineCharacter(QXmlStreamWriter &writer, const QTextFragment &fragment) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 354-406 |
| | 34 | 9 |
QTextOdfWriter::writeListFormat| Name: | QTextOdfWriter::writeListFormat | | Prototype: | void QTextOdfWriter::writeListFormat(QXmlStreamWriter &writer, QTextListFormat format, int formatIndex) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 626-661 |
| | 23 | 4 |
QTextOdfWriter::writeTableCellFormat| Name: | QTextOdfWriter::writeTableCellFormat | | Prototype: | void QTextOdfWriter::writeTableCellFormat(QXmlStreamWriter &writer, QTextTableCellFormat format, int formatIndex) const | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 691-737 |
| | 25 | 11 |
QTextOption::QTextOption| Name: | QTextOption::QTextOption | | Prototype: | QTextOption::QTextOption() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 51-62 |
| | 1 | 1 |
QTextOption::QTextOption| Name: | QTextOption::QTextOption | | Prototype: | QTextOption::QTextOption(Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 69-80 |
| | 1 | 1 |
QTextOption::QTextOption| Name: | QTextOption::QTextOption | | Prototype: | QTextOption::QTextOption(const QTextOption &o) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 95-108 |
| | 2 | 2 |
QTextOption::operator=| Name: | QTextOption::operator= | | Prototype: | QTextOption &QTextOption::operator=(const QTextOption &o) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 116-135 |
| | 15 | 3 |
QTextOption::setTabArray| Name: | QTextOption::setTabArray | | Prototype: | void QTextOption::setTabArray(const QList<qreal> &tabStops) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 143-155 |
| | 9 | 3 |
QTextOption::setTabs| Name: | QTextOption::setTabs | | Prototype: | void QTextOption::setTabs(const QList<QTextOption::Tab> &tabStops) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 164-169 |
| | 3 | 2 |
QTextOption::tabArray| Name: | QTextOption::tabArray | | Prototype: | QList<qreal> QTextOption::tabArray() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 176-189 |
| | 9 | 3 |
QTextOption::tabs| Name: | QTextOption::tabs | | Prototype: | QList<QTextOption::Tab> QTextOption::tabs() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 192-197 |
| | 3 | 2 |
QTextOption::~QTextOption| Name: | QTextOption::~QTextOption | | Prototype: | QTextOption::~QTextOption() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextoption.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QTextStream::QTextStream| Name: | QTextStream::QTextStream | | Prototype: | QTextStream::QTextStream(FILE *fileHandle, QIODevice::OpenMode openMode) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1119-1136 |
| | 7 | 1 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(signed long &i) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2162-2165 |
| | 1 | 5 |
QTextStream::operator>>| Name: | QTextStream::operator>> | | Prototype: | QTextStream &QTextStream::operator>>(unsigned long &i) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2172-2175 |
| | 1 | 5 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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 |
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::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::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::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::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::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::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::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::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 |
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 |
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 |
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::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::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::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::~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 |
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 |
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 |