| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QLineEdit::addAction| Name: | QLineEdit::addAction | | Prototype: | void QLineEdit::addAction(QAction *action, ActionPosition position) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 444-449 |
| | 3 | 1 |
QLineEdit::addAction| Name: | QLineEdit::addAction | | Prototype: | QAction *QLineEdit::addAction(const QIcon &icon, ActionPosition position) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 459-464 |
| | 3 | 1 |
QLineEdit::QLineEdit| Name: | QLineEdit::QLineEdit | | Prototype: | QLineEdit::QLineEdit(QWidget* parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 256-261 |
| | 2 | 1 |
QLineEdit::QLineEdit| Name: | QLineEdit::QLineEdit | | Prototype: | QLineEdit::QLineEdit(const QString& contents, QWidget* parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 274-279 |
| | 2 | 1 |
QLibraryStore::~QLibraryStore| Name: | QLibraryStore::~QLibraryStore | | Prototype: | QLibraryStore::~QLibraryStore() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 374-377 |
| | 1 | 1 |
QLibrarySettings::QLibrarySettings| Name: | QLibrarySettings::QLibrarySettings | | Prototype: | QLibrarySettings::QLibrarySettings() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 114-117 |
| | 1 | 1 |
QLibraryPrivate::setLoadHints| Name: | QLibraryPrivate::setLoadHints | | Prototype: | void QLibraryPrivate::setLoadHints(QLibrary::LoadHints lh) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 516-521 |
| | 2 | 1 |
QLibraryPrivate::release| Name: | QLibraryPrivate::release | | Prototype: | void QLibraryPrivate::release() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 567-570 |
| | 1 | 1 |
QLibraryPrivate::prefixes_sys| Name: | QLibraryPrivate::prefixes_sys | | Prototype: | QStringList QLibraryPrivate::prefixes_sys() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary_unix.cpp | | Lines: | 124-127 |
| | 1 | 1 |
QLibraryPrivate::findOrCreate| Name: | QLibraryPrivate::findOrCreate | | Prototype: | QLibraryPrivate *QLibraryPrivate::findOrCreate(const QString &fileName, const QString &version, QLibrary::LoadHints loadHints) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 490-494 |
| | 1 | 1 |
QLibraryInfoPrivate::findConfiguration::[lambda]| Name: | QLibraryInfoPrivate::findConfiguration::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 160-160 |
| | 0 | 1 |
QLibraryInfo::licensee| Name: | QLibraryInfo::licensee | | Prototype: | QString QLibraryInfo::licensee() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 231-236 |
| | 2 | 1 |
QLibraryInfo::licensedProducts| Name: | QLibraryInfo::licensedProducts | | Prototype: | QString QLibraryInfo::licensedProducts() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 244-249 |
| | 2 | 1 |
QLibraryInfo::isDebugBuild| Name: | QLibraryInfo::isDebugBuild | | Prototype: | bool QLibraryInfo::isDebugBuild() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 353-361 |
| | 1 | 1 |
QLibraryInfo::buildDate| Name: | QLibraryInfo::buildDate | | Prototype: | QDate QLibraryInfo::buildDate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 258-262 |
| | 1 | 1 |
QLibraryInfo::build| Name: | QLibraryInfo::build | | Prototype: | const char *QLibraryInfo::build() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 343-346 |
| | 1 | 1 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, const char *symbol) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1015-1019 |
| | 2 | 1 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, const QString &version, const char *symbol) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1056-1060 |
| | 2 | 1 |
QLibrary::resolve| Name: | QLibrary::resolve | | Prototype: | QFunctionPointer QLibrary::resolve(const QString &fileName, int verNum, const char *symbol) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1035-1039 |
| | 2 | 1 |
QLibrary::loadHints| Name: | QLibrary::loadHints | | Prototype: | QLibrary::LoadHints QLibrary::loadHints() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1119-1122 |
| | 1 | 1 |
QLibrary::isLoaded| Name: | QLibrary::isLoaded | | Prototype: | bool QLibrary::isLoaded() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 815-818 |
| | 1 | 1 |
QLibrary::errorString| Name: | QLibrary::errorString | | Prototype: | QString QLibrary::errorString() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 1068-1071 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, const QString &version, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 872-876 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 839-843 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(const QString& fileName, int verNum, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 856-860 |
| | 1 | 1 |
QLibrary::QLibrary| Name: | QLibrary::QLibrary | | Prototype: | QLibrary::QLibrary(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 824-827 |
| | 2 | 1 |
QLayoutPrivate::QLayoutPrivate| Name: | QLayoutPrivate::QLayoutPrivate | | Prototype: | QLayoutPrivate::QLayoutPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 151-156 |
| | 2 | 1 |
QLayoutPolicy::controlType| Name: | QLayoutPolicy::controlType | | Prototype: | QLayoutPolicy::ControlType QLayoutPolicy::controlType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | | Lines: | 66-69 |
| | 1 | 1 |
QLayoutItem::widget| Name: | QLayoutItem::widget | | Prototype: | QWidget * QLayoutItem::widget() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 355-358 |
| | 1 | 1 |
QLayoutItem::spacerItem| Name: | QLayoutItem::spacerItem | | Prototype: | QSpacerItem * QLayoutItem::spacerItem() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 317-320 |
| | 1 | 1 |
QLayoutItem::setAlignment| Name: | QLayoutItem::setAlignment | | Prototype: | void QLayoutItem::setAlignment(Qt::Alignment alignment) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 182-185 |
| | 1 | 1 |
QLayoutItem::minimumHeightForWidth| Name: | QLayoutItem::minimumHeightForWidth | | Prototype: | int QLayoutItem::minimumHeightForWidth(int w) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 388-391 |
| | 1 | 1 |
QLayoutItem::layout| Name: | QLayoutItem::layout | | Prototype: | QLayout * QLayoutItem::layout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 306-309 |
| | 1 | 1 |
QLayoutItem::heightForWidth| Name: | QLayoutItem::heightForWidth | | Prototype: | int QLayoutItem::heightForWidth(int ) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 412-415 |
| | 1 | 1 |
QLayoutItem::hasHeightForWidth| Name: | QLayoutItem::hasHeightForWidth | | Prototype: | bool QLayoutItem::hasHeightForWidth() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 378-381 |
| | 1 | 1 |
QLayoutItem::controlTypes| Name: | QLayoutItem::controlTypes | | Prototype: | QSizePolicy::ControlTypes QLayoutItem::controlTypes() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 425-428 |
| | 1 | 1 |
QLayout::sizeConstraint| Name: | QLayout::sizeConstraint | | Prototype: | QLayout::SizeConstraint QLayout::sizeConstraint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1291-1295 |
| | 2 | 1 |
QLayout::setMargin| Name: | QLayout::setMargin | | Prototype: | void QLayout::setMargin(int margin) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 333-336 |
| | 1 | 1 |
QLayout::setGeometry| Name: | QLayout::setGeometry | | Prototype: | void QLayout::setGeometry(const QRect &r) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 518-522 |
| | 2 | 1 |
QLayout::setEnabled| Name: | QLayout::setEnabled | | Prototype: | void QLayout::setEnabled(bool enable) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1409-1413 |
| | 2 | 1 |
QLayout::setContentsMargins| Name: | QLayout::setContentsMargins | | Prototype: | void QLayout::setContentsMargins(const QMargins &margins) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 393-396 |
| | 1 | 1 |
QLayout::minimumSize| Name: | QLayout::minimumSize | | Prototype: | QSize QLayout::minimumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 973-976 |
| | 1 | 1 |
QLayout::menuBar| Name: | QLayout::menuBar | | Prototype: | QWidget *QLayout::menuBar() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 956-960 |
| | 2 | 1 |
QLayout::maximumSize| Name: | QLayout::maximumSize | | Prototype: | QSize QLayout::maximumSize() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 988-991 |
| | 1 | 1 |
QLayout::layout| Name: | QLayout::layout | | Prototype: | QLayout * QLayout::layout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 325-328 |
| | 1 | 1 |
QLayout::isEnabled| Name: | QLayout::isEnabled | | Prototype: | bool QLayout::isEnabled() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1420-1424 |
| | 2 | 1 |
QLayout::invalidate| Name: | QLayout::invalidate | | Prototype: | void QLayout::invalidate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 536-541 |
| | 3 | 1 |
QLayout::getContentsMargins| Name: | QLayout::getContentsMargins | | Prototype: | void QLayout::getContentsMargins(int *left, int *top, int *right, int *bottom) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 414-421 |
| | 5 | 1 |
QLayout::geometry| Name: | QLayout::geometry | | Prototype: | QRect QLayout::geometry() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 527-531 |
| | 2 | 1 |
QLayout::expandingDirections| Name: | QLayout::expandingDirections | | Prototype: | Qt::Orientations QLayout::expandingDirections() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 1005-1008 |
| | 1 | 1 |
QLayout::contentsRect| Name: | QLayout::contentsRect | | Prototype: | QRect QLayout::contentsRect() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 448-454 |
| | 4 | 1 |
QLayout::contentsMargins| Name: | QLayout::contentsMargins | | Prototype: | QMargins QLayout::contentsMargins() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 433-438 |
| | 3 | 1 |
QLayout::adoptLayout| Name: | QLayout::adoptLayout | | Prototype: | bool QLayout::adoptLayout(QLayout *layout) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 794-799 |
| | 3 | 1 |
QLayout::addWidget| Name: | QLayout::addWidget | | Prototype: | void QLayout::addWidget(QWidget *w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 218-222 |
| | 2 | 1 |
QLayout::QLayout| Name: | QLayout::QLayout | | Prototype: | QLayout::QLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 117-120 |
| | 2 | 1 |
QLatin1Codec::name| Name: | QLatin1Codec::name | | Prototype: | QByteArray QLatin1Codec::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 74-77 |
| | 1 | 1 |
QLatin1Codec::mibEnum| Name: | QLatin1Codec::mibEnum | | Prototype: | int QLatin1Codec::mibEnum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 91-94 |
| | 1 | 1 |
QLatin1Codec::aliases| Name: | QLatin1Codec::aliases | | Prototype: | QList<QByteArray> QLatin1Codec::aliases() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 79-88 |
| | 7 | 1 |
QLatin15Codec::name| Name: | QLatin15Codec::name | | Prototype: | QByteArray QLatin15Codec::name() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 217-220 |
| | 1 | 1 |
QLatin15Codec::mibEnum| Name: | QLatin15Codec::mibEnum | | Prototype: | int QLatin15Codec::mibEnum() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 229-232 |
| | 1 | 1 |
QLatin15Codec::aliases| Name: | QLatin15Codec::aliases | | Prototype: | QList<QByteArray> QLatin15Codec::aliases() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qlatincodec.cpp | | Lines: | 222-227 |
| | 3 | 1 |
QLabelPrivate::layoutPoint| Name: | QLabelPrivate::layoutPoint | | Prototype: | QPoint QLabelPrivate::layoutPoint(const QPoint& p) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1602-1606 |
| | 2 | 1 |
QLabelPrivate::init| Name: | QLabelPrivate::init | | Prototype: | void QLabelPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 249-256 |
| | 4 | 1 |
QLabelPrivate::_q_movieResized| Name: | QLabelPrivate::_q_movieResized | | Prototype: | void QLabelPrivate::_q_movieResized(const QSize& size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1237-1244 |
| | 5 | 1 |
QLabelPrivate::QLabelPrivate| Name: | QLabelPrivate::QLabelPrivate | | Prototype: | QLabelPrivate::QLabelPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 56-98 |
| | 2 | 1 |
QLabel::~QLabel| Name: | QLabel::~QLabel | | Prototype: | QLabel::~QLabel() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 243-247 |
| | 2 | 1 |
QLabel::wordWrap| Name: | QLabel::wordWrap | | Prototype: | bool QLabel::wordWrap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 488-492 |
| | 2 | 1 |
QLabel::textInteractionFlags| Name: | QLabel::textInteractionFlags | | Prototype: | Qt::TextInteractionFlags QLabel::textInteractionFlags() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 728-732 |
| | 2 | 1 |
QLabel::textFormat| Name: | QLabel::textFormat | | Prototype: | Qt::TextFormat QLabel::textFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1355-1359 |
| | 2 | 1 |
QLabel::text| Name: | QLabel::text | | Prototype: | QString QLabel::text() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 334-338 |
| | 2 | 1 |
QLabel::setPicture| Name: | QLabel::setPicture | | Prototype: | void QLabel::setPicture(const QPicture &picture) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 390-397 |
| | 4 | 1 |
QLabel::setNum| Name: | QLabel::setNum | | Prototype: | void QLabel::setNum(int num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 411-416 |
| | 3 | 1 |
QLabel::setNum| Name: | QLabel::setNum | | Prototype: | void QLabel::setNum(double num) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 431-436 |
| | 3 | 1 |
QLabel::setIndent| Name: | QLabel::setIndent | | Prototype: | void QLabel::setIndent(int indent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 515-520 |
| | 3 | 1 |
QLabel::pixmap| Name: | QLabel::pixmap | | Prototype: | const QPixmap *QLabel::pixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 374-378 |
| | 2 | 1 |
QLabel::picture| Name: | QLabel::picture | | Prototype: | const QPicture *QLabel::picture() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 198-202 |
| | 2 | 1 |
QLabel::openExternalLinks| Name: | QLabel::openExternalLinks | | Prototype: | bool QLabel::openExternalLinks() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 678-682 |
| | 2 | 1 |
QLabel::movie| Name: | QLabel::movie | | Prototype: | QMovie *QLabel::movie() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1335-1339 |
| | 2 | 1 |
QLabel::mouseReleaseEvent| Name: | QLabel::mouseReleaseEvent | | Prototype: | void QLabel::mouseReleaseEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 880-884 |
| | 2 | 1 |
QLabel::mousePressEvent| Name: | QLabel::mousePressEvent | | Prototype: | void QLabel::mousePressEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 864-868 |
| | 2 | 1 |
QLabel::mouseMoveEvent| Name: | QLabel::mouseMoveEvent | | Prototype: | void QLabel::mouseMoveEvent(QMouseEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 872-876 |
| | 2 | 1 |
QLabel::margin| Name: | QLabel::margin | | Prototype: | int QLabel::margin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 540-544 |
| | 2 | 1 |
QLabel::keyPressEvent| Name: | QLabel::keyPressEvent | | Prototype: | void QLabel::keyPressEvent(QKeyEvent *ev) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 955-959 |
| | 2 | 1 |
QLabel::indent| Name: | QLabel::indent | | Prototype: | int QLabel::indent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 522-526 |
| | 2 | 1 |
QLabel::hasScaledContents| Name: | QLabel::hasScaledContents | | Prototype: | bool QLabel::hasScaledContents() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1404-1408 |
| | 2 | 1 |
QLabel::clear| Name: | QLabel::clear | | Prototype: | void QLabel::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 344-349 |
| | 3 | 1 |
QLabel::buddy| Name: | QLabel::buddy | | Prototype: | QWidget * QLabel::buddy() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1189-1193 |
| | 2 | 1 |
QLabel::alignment| Name: | QLabel::alignment | | Prototype: | Qt::Alignment QLabel::alignment() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 459-463 |
| | 2 | 1 |
QLabel::QLabel| Name: | QLabel::QLabel | | Prototype: | QLabel::QLabel(QWidget *parent, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 214-219 |
| | 2 | 1 |
QLabel::QLabel| Name: | QLabel::QLabel | | Prototype: | QLabel::QLabel(const QString &text, QWidget *parent, Qt::WindowFlags f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 229-235 |
| | 3 | 1 |
QLCDNumberPrivate::init| Name: | QLCDNumberPrivate::init | | Prototype: | void QLCDNumberPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 362-373 |
| | 8 | 1 |
QLCDNumber::value| Name: | QLCDNumber::value | | Prototype: | double QLCDNumber::value() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 533-537 |
| | 2 | 1 |
QLCDNumber::smallDecimalPoint| Name: | QLCDNumber::smallDecimalPoint | | Prototype: | bool QLCDNumber::smallDecimalPoint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 691-695 |
| | 2 | 1 |
QLCDNumber::sizeHint| Name: | QLCDNumber::sizeHint | | Prototype: | QSize QLCDNumber::sizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 1206-1209 |
| | 1 | 1 |
QLCDNumber::setSmallDecimalPoint| Name: | QLCDNumber::setSmallDecimalPoint | | Prototype: | void QLCDNumber::setSmallDecimalPoint(bool b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 684-689 |
| | 3 | 1 |
QLCDNumber::setSegmentStyle| Name: | QLCDNumber::setSegmentStyle | | Prototype: | void QLCDNumber::setSegmentStyle(SegmentStyle s) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 1184-1190 |
| | 4 | 1 |
QLCDNumber::setOctMode| Name: | QLCDNumber::setOctMode | | Prototype: | void QLCDNumber::setOctMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 651-654 |
| | 1 | 1 |
QLCDNumber::setMode| Name: | QLCDNumber::setMode | | Prototype: | void QLCDNumber::setMode(Mode m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 512-517 |
| | 3 | 1 |
QLCDNumber::setHexMode| Name: | QLCDNumber::setHexMode | | Prototype: | void QLCDNumber::setHexMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 625-628 |
| | 1 | 1 |
QLCDNumber::setDecMode| Name: | QLCDNumber::setDecMode | | Prototype: | void QLCDNumber::setDecMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlcdnumber.cpp | | Lines: | 638-641 |
| | 1 | 1 |