| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDateTimeEditPrivate::validateAndInterpret| Name: | QDateTimeEditPrivate::validateAndInterpret | | Prototype: | QDateTime QDateTimeEditPrivate::validateAndInterpret(QString &input, int &position, QValidator::State &state, bool fixup) const | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1902-1957 |
| | 39 | 12 |
QDateTimeEditPrivate::valueFromText| Name: | QDateTimeEditPrivate::valueFromText | | Prototype: | QVariant QDateTimeEditPrivate::valueFromText(const QString &f) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1977-1981 |
| | 2 | 1 |
QDateTimeParser::SectionNode::format| Name: | QDateTimeParser::SectionNode::format | | Prototype: | QString QDateTimeParser::SectionNode::format() const | | Coverage: | 27.586% (8/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1498-1527 |
| | 20 | 15 |
QDateTimeParser::SectionNode::maxChange| Name: | QDateTimeParser::SectionNode::maxChange | | Prototype: | int QDateTimeParser::SectionNode::maxChange() const | | Coverage: | 34.783% (8/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1425-1447 |
| | 13 | 13 |
QDateTimeParser::SectionNode::name| Name: | QDateTimeParser::SectionNode::name | | Prototype: | QString QDateTimeParser::SectionNode::name(QDateTimeParser::Section s) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1614-1634 |
| | 17 | 17 |
QDateTimeParser::absoluteMax| Name: | QDateTimeParser::absoluteMax | | Prototype: | int QDateTimeParser::absoluteMax(int s, const QDateTime &cur) const | | Coverage: | 87.500% (21/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 185-211 |
| | 13 | 14 |
QDateTimeParser::absoluteMin| Name: | QDateTimeParser::absoluteMin | | Prototype: | int QDateTimeParser::absoluteMin(int s) const | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 219-240 |
| | 9 | 14 |
QDateTimeParser::fieldInfo| Name: | QDateTimeParser::fieldInfo | | Prototype: | QDateTimeParser::FieldInfo QDateTimeParser::fieldInfo(int index) const | | Coverage: | 69.697% (23/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1449-1496 |
| | 24 | 19 |
QDateTimeParser::findAmPm| Name: | QDateTimeParser::findAmPm | | Prototype: | QDateTimeParser::AmPmFinder QDateTimeParser::findAmPm(QString &str, int sectionIndex, int *used) const | | Coverage: | 50.000% (31/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1343-1418 |
| | 45 | 18 |
QDateTimeParser::findDay| Name: | QDateTimeParser::findDay | | Prototype: | int QDateTimeParser::findDay(const QString &str1, int startDay, int sectionIndex, QString *usedDay, int *used) const | | Coverage: | 76.923% (20/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1297-1329 |
| | 23 | 8 |
QDateTimeParser::findMonth| Name: | QDateTimeParser::findMonth | | Prototype: | int QDateTimeParser::findMonth(const QString &str1, int startMonth, int sectionIndex, QString *usedMonth, int *used) const | | Coverage: | 86.000% (43/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1234-1295 |
| | 39 | 16 |
QDateTimeParser::fromString| Name: | QDateTimeParser::fromString | | Prototype: | bool QDateTimeParser::fromString(const QString &t, QDate *date, QTime *time) const | | Coverage: | 77.778% (14/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1652-1677 |
| | 17 | 6 |
QDateTimeParser::getAmPmText| Name: | QDateTimeParser::getAmPmText | | Prototype: | QString QDateTimeParser::getAmPmText(AmPm ap, Case cs) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1690-1695 |
| | 3 | 1 |
QDateTimeParser::getDigit| Name: | QDateTimeParser::getDigit | | Prototype: | int QDateTimeParser::getDigit(const QDateTime &t, int index) const | | Coverage: | 74.194% (23/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 66-101 |
| | 19 | 15 |
QDateTimeParser::getMaximum| Name: | QDateTimeParser::getMaximum | | Prototype: | QDateTime QDateTimeParser::getMaximum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1685-1688 |
| | 1 | 1 |
QDateTimeParser::getMinimum| Name: | QDateTimeParser::getMinimum | | Prototype: | QDateTime QDateTimeParser::getMinimum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1680-1683 |
| | 1 | 1 |
QDateTimeParser::parse| Name: | QDateTimeParser::parse | | Prototype: | QDateTimeParser::StateNode QDateTimeParser::parse(QString &input, int &cursorPosition, const QDateTime ¤tValue, bool fixup) const | | Coverage: | 76.190% (208/273) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 873-1224 |
| | 226 | 86 |
QDateTimeParser::parseFormat| Name: | QDateTimeParser::parseFormat | | Prototype: | bool QDateTimeParser::parseFormat(const QString &newFormat) | | Coverage: | 92.000% (92/100) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 359-524 |
| | 116 | 33 |
QDateTimeParser::parseSection| Name: | QDateTimeParser::parseSection | | Prototype: | int QDateTimeParser::parseSection(const QDateTime ¤tValue, int sectionIndex, QString &text, int &cursorPosition, int index, State &state, int *usedptr) const | | Coverage: | 87.931% (102/116) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 690-865 |
| | 105 | 45 |
QDateTimeParser::potentialValue| Name: | QDateTimeParser::potentialValue | | Prototype: | bool QDateTimeParser::potentialValue(const QString &str, int min, int max, int index, const QDateTime ¤tValue, int insert) const | | Coverage: | 97.297% (36/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1537-1572 |
| | 24 | 11 |
QDateTimeParser::sectionMaxSize| Name: | QDateTimeParser::sectionMaxSize | | Prototype: | int QDateTimeParser::sectionMaxSize(Section s, int count) const | | Coverage: | 60.417% (29/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 568-643 |
| | 28 | 30 |
QDateTimeParser::sectionMaxSize| Name: | QDateTimeParser::sectionMaxSize | | Prototype: | int QDateTimeParser::sectionMaxSize(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 646-650 |
| | 2 | 1 |
QDateTimeParser::sectionNode| Name: | QDateTimeParser::sectionNode | | Prototype: | const QDateTimeParser::SectionNode &QDateTimeParser::sectionNode(int sectionIndex) const | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 248-266 |
| | 10 | 6 |
QDateTimeParser::sectionPos| Name: | QDateTimeParser::sectionPos | | Prototype: | int QDateTimeParser::sectionPos(int sectionIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 280-283 |
| | 1 | 1 |
QDateTimeParser::sectionPos| Name: | QDateTimeParser::sectionPos | | Prototype: | int QDateTimeParser::sectionPos(const SectionNode &sn) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 285-297 |
| | 8 | 5 |
QDateTimeParser::sectionSize| Name: | QDateTimeParser::sectionSize | | Prototype: | int QDateTimeParser::sectionSize(int sectionIndex) const | | Coverage: | 71.429% (15/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 532-565 |
| | 17 | 7 |
QDateTimeParser::sectionText| Name: | QDateTimeParser::sectionText | | Prototype: | QString QDateTimeParser::sectionText(const QString &text, int sectionIndex, int index) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 660-672 |
| | 5 | 5 |
QDateTimeParser::sectionText| Name: | QDateTimeParser::sectionText | | Prototype: | QString QDateTimeParser::sectionText(int sectionIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 674-678 |
| | 2 | 1 |
QDateTimeParser::sectionType| Name: | QDateTimeParser::sectionType | | Prototype: | QDateTimeParser::Section QDateTimeParser::sectionType(int sectionIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 268-271 |
| | 1 | 1 |
QDateTimeParser::setDigit| Name: | QDateTimeParser::setDigit | | Prototype: | bool QDateTimeParser::setDigit(QDateTime &v, int index, int newVal) const | | Coverage: | 82.979% (39/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 115-175 |
| | 37 | 20 |
QDateTimeParser::skipToNextSection| Name: | QDateTimeParser::skipToNextSection | | Prototype: | bool QDateTimeParser::skipToNextSection(int index, const QDateTime ¤t, const QString &text) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1574-1607 |
| | 19 | 4 |
QDateTimeParser::stateName| Name: | QDateTimeParser::stateName | | Prototype: | QString QDateTimeParser::stateName(State s) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1641-1649 |
| | 5 | 5 |
QDateTimePrivate::QDateTimePrivate| Name: | QDateTimePrivate::QDateTimePrivate | | Prototype: | QDateTimePrivate::QDateTimePrivate(const QDate &toDate, const QTime &toTime, Qt::TimeSpec toSpec, int offsetSeconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2565-2574 |
| | 2 | 1 |
QDateTimePrivate::QDateTimePrivate| Name: | QDateTimePrivate::QDateTimePrivate | | Prototype: | QDateTimePrivate::QDateTimePrivate(const QDate &toDate, const QTime &toTime, const QTimeZone &toTimeZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2577-2585 |
| | 1 | 1 |
QDateTimePrivate::checkValidDateTime| Name: | QDateTimePrivate::checkValidDateTime | | Prototype: | void QDateTimePrivate::checkValidDateTime() | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2718-2736 |
| | 7 | 6 |
QDateTimePrivate::daylightStatus| Name: | QDateTimePrivate::daylightStatus | | Prototype: | QDateTimePrivate::DaylightStatus QDateTimePrivate::daylightStatus() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2684-2691 |
| | 5 | 3 |
QDateTimePrivate::getDateTime| Name: | QDateTimePrivate::getDateTime | | Prototype: | QPair<QDate, QTime> QDateTimePrivate::getDateTime() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2655-2667 |
| | 7 | 3 |
QDateTimePrivate::refreshDateTime| Name: | QDateTimePrivate::refreshDateTime | | Prototype: | void QDateTimePrivate::refreshDateTime() | | Coverage: | 83.333% (20/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2739-2789 |
| | 23 | 9 |
QDateTimePrivate::setDateTime| Name: | QDateTimePrivate::setDateTime | | Prototype: | void QDateTimePrivate::setDateTime(const QDate &date, const QTime &time) | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2620-2653 |
| | 19 | 6 |
QDateTimePrivate::setDaylightStatus| Name: | QDateTimePrivate::setDaylightStatus | | Prototype: | void QDateTimePrivate::setDaylightStatus(QDateTimePrivate::DaylightStatus status) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2670-2681 |
| | 7 | 3 |
QDateTimePrivate::setTimeSpec| Name: | QDateTimePrivate::setTimeSpec | | Prototype: | void QDateTimePrivate::setTimeSpec(Qt::TimeSpec spec, int offsetSeconds) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2588-2618 |
| | 16 | 6 |
QDateTimePrivate::toMSecsSinceEpoch| Name: | QDateTimePrivate::toMSecsSinceEpoch | | Prototype: | qint64 QDateTimePrivate::toMSecsSinceEpoch() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2693-2715 |
| | 7 | 5 |
QDateTimePrivate::zoneMSecsToEpochMSecs| Name: | QDateTimePrivate::zoneMSecsToEpochMSecs | | Prototype: | qint64 QDateTimePrivate::zoneMSecsToEpochMSecs(qint64 zoneMSecs, const QTimeZone &zone, QDate *localDate, QTime *localTime) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2793-2807 |
| | 6 | 2 |
QDebug::putByteArray| Name: | QDebug::putByteArray | | Prototype: | void QDebug::putByteArray(const char *begin, size_t length, Latin1Content content) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 317-331 |
| | 7 | 2 |
QDebug::putString| Name: | QDebug::putString | | Prototype: | void QDebug::putString(const QChar *begin, size_t length) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 299-311 |
| | 5 | 2 |
QDebug::putUcs4| Name: | QDebug::putUcs4 | | Prototype: | void QDebug::putUcs4(uint ucs4) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 159-174 |
| | 10 | 4 |
QDebug::resetFormat| Name: | QDebug::resetFormat | | Prototype: | QDebug &QDebug::resetFormat() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 347-355 |
| | 6 | 2 |
QDebug::~QDebug| Name: | QDebug::~QDebug | | Prototype: | QDebug::~QDebug() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 142-154 |
| | 8 | 4 |
QDebugStateSaver::QDebugStateSaver| Name: | QDebugStateSaver::QDebugStateSaver | | Prototype: | QDebugStateSaver::QDebugStateSaver(QDebug &dbg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 817-820 |
| | 2 | 1 |
QDebugStateSaver::~QDebugStateSaver| Name: | QDebugStateSaver::~QDebugStateSaver | | Prototype: | QDebugStateSaver::~QDebugStateSaver() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 828-831 |
| | 1 | 1 |
QDebugStateSaverPrivate::QDebugStateSaverPrivate| Name: | QDebugStateSaverPrivate::QDebugStateSaverPrivate | | Prototype: | QDebugStateSaverPrivate(QDebug &dbg) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 775-783 |
| | 2 | 2 |
QDebugStateSaverPrivate::restoreState| Name: | QDebugStateSaverPrivate::restoreState | | Prototype: | void restoreState() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 784-798 |
| | 10 | 5 |
QDefaultAnimationDriver::QDefaultAnimationDriver| Name: | QDefaultAnimationDriver::QDefaultAnimationDriver | | Prototype: | QDefaultAnimationDriver::QDefaultAnimationDriver(QUnifiedTimer *timer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 924-929 |
| | 2 | 1 |
QDefaultAnimationDriver::startTimer| Name: | QDefaultAnimationDriver::startTimer | | Prototype: | void QDefaultAnimationDriver::startTimer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 938-942 |
| | 1 | 1 |
QDefaultAnimationDriver::stopTimer| Name: | QDefaultAnimationDriver::stopTimer | | Prototype: | void QDefaultAnimationDriver::stopTimer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 944-947 |
| | 1 | 1 |
QDefaultAnimationDriver::timerEvent| Name: | QDefaultAnimationDriver::timerEvent | | Prototype: | void QDefaultAnimationDriver::timerEvent(QTimerEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 931-936 |
| | 3 | 1 |
QDefaultFactoryCleaner::~QDefaultFactoryCleaner| Name: | QDefaultFactoryCleaner::~QDefaultFactoryCleaner | | Prototype: | ~QDefaultFactoryCleaner() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 316-316 |
| | 1 | 1 |
QDefaultItemEditorFactory::createEditor| Name: | QDefaultItemEditorFactory::createEditor | | Prototype: | QWidget *QDefaultItemEditorFactory::createEditor(int userType, QWidget *parent) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 220-282 |
| | 34 | 12 |
QDefaultItemEditorFactory::valuePropertyName| Name: | QDefaultItemEditorFactory::valuePropertyName | | Prototype: | QByteArray QDefaultItemEditorFactory::valuePropertyName(int userType) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 284-310 |
| | 7 | 10 |
QDeferredDeleteEvent::QDeferredDeleteEvent| Name: | QDeferredDeleteEvent::QDeferredDeleteEvent | | Prototype: | QDeferredDeleteEvent::QDeferredDeleteEvent() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 626-629 |
| | 1 | 1 |
QDesktopScreenWidget::QDesktopScreenWidget| Name: | QDesktopScreenWidget::QDesktopScreenWidget | | Prototype: | QDesktopScreenWidget::QDesktopScreenWidget(QScreen *screen, const QRect &geometry) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 46-53 |
| | 4 | 2 |
QDesktopScreenWidget::screenNumber| Name: | QDesktopScreenWidget::screenNumber | | Prototype: | int QDesktopScreenWidget::screenNumber() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 61-66 |
| | 3 | 1 |
QDesktopScreenWidget::setScreenGeometry| Name: | QDesktopScreenWidget::setScreenGeometry | | Prototype: | void QDesktopScreenWidget::setScreenGeometry(const QRect &geometry) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 55-59 |
| | 2 | 1 |
QDesktopServices::openUrl| Name: | QDesktopServices::openUrl | | Prototype: | bool QDesktopServices::openUrl(const QUrl &url) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | | Lines: | 176-205 |
| | 20 | 6 |
QDesktopServices::setUrlHandler| Name: | QDesktopServices::setUrlHandler | | Prototype: | void QDesktopServices::setUrlHandler(const QString &scheme, QObject *receiver, const char *method) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | | Lines: | 229-243 |
| | 11 | 2 |
QDesktopServices::storageLocationImpl| Name: | QDesktopServices::storageLocationImpl | | Prototype: | QString QDesktopServices::storageLocationImpl(QStandardPaths::StandardLocation type) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | | Lines: | 317-339 |
| | 7 | 2 |
QDesktopServices::unsetUrlHandler| Name: | QDesktopServices::unsetUrlHandler | | Prototype: | void QDesktopServices::unsetUrlHandler(const QString &scheme) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qdesktopservices.cpp | | Lines: | 250-253 |
| | 1 | 1 |
QDesktopWidget::QDesktopWidget| Name: | QDesktopWidget::QDesktopWidget | | Prototype: | QDesktopWidget::QDesktopWidget() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 176-184 |
| | 5 | 1 |
QDesktopWidget::availableGeometry| Name: | QDesktopWidget::availableGeometry | | Prototype: | const QRect QDesktopWidget::availableGeometry(const QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 81-93 |
| | 8 | 3 |
QDesktopWidget::availableGeometry| Name: | QDesktopWidget::availableGeometry | | Prototype: | const QRect QDesktopWidget::availableGeometry(int screenNo) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 213-222 |
| | 6 | 3 |
QDesktopWidget::isVirtualDesktop| Name: | QDesktopWidget::isVirtualDesktop | | Prototype: | bool QDesktopWidget::isVirtualDesktop() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 190-193 |
| | 1 | 1 |
QDesktopWidget::numScreens| Name: | QDesktopWidget::numScreens | | Prototype: | int QDesktopWidget::numScreens() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 200-203 |
| | 1 | 1 |
QDesktopWidget::primaryScreen| Name: | QDesktopWidget::primaryScreen | | Prototype: | int QDesktopWidget::primaryScreen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 195-198 |
| | 1 | 1 |
QDesktopWidget::screen| Name: | QDesktopWidget::screen | | Prototype: | QWidget *QDesktopWidget::screen(int screen) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 205-211 |
| | 4 | 2 |
QDesktopWidget::screenGeometry| Name: | QDesktopWidget::screenGeometry | | Prototype: | const QRect QDesktopWidget::screenGeometry(const QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 68-79 |
| | 8 | 3 |
QDesktopWidget::screenGeometry| Name: | QDesktopWidget::screenGeometry | | Prototype: | const QRect QDesktopWidget::screenGeometry(int screenNo) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 224-233 |
| | 6 | 3 |
QDesktopWidget::screenNumber| Name: | QDesktopWidget::screenNumber | | Prototype: | int QDesktopWidget::screenNumber(const QWidget *w) const | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 235-280 |
| | 28 | 11 |
QDesktopWidget::screenNumber| Name: | QDesktopWidget::screenNumber | | Prototype: | int QDesktopWidget::screenNumber(const QPoint &p) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 282-304 |
| | 11 | 7 |
QDesktopWidgetPrivate::_q_availableGeometryChanged| Name: | QDesktopWidgetPrivate::_q_availableGeometryChanged | | Prototype: | void QDesktopWidgetPrivate::_q_availableGeometryChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 169-174 |
| | 3 | 2 |
QDesktopWidgetPrivate::_q_updateScreens| Name: | QDesktopWidgetPrivate::_q_updateScreens | | Prototype: | void QDesktopWidgetPrivate::_q_updateScreens() | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 104-167 |
| | 36 | 8 |
QDesktopWidgetPrivate::widgetForScreen| Name: | QDesktopWidgetPrivate::widgetForScreen | | Prototype: | QDesktopScreenWidget *QDesktopWidgetPrivate::widgetForScreen(QScreen *qScreen) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 95-102 |
| | 4 | 3 |
QDeviceDiscovery::create| Name: | QDeviceDiscovery::create | | Prototype: | QDeviceDiscovery *QDeviceDiscovery::create(QDeviceTypes types, QObject *parent) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 49-64 |
| | 8 | 3 |
QDeviceDiscoveryUDev::QDeviceDiscoveryUDev| Name: | QDeviceDiscoveryUDev::QDeviceDiscoveryUDev | | Prototype: | QDeviceDiscoveryUDev::QDeviceDiscoveryUDev(QDeviceTypes types, struct udev *udev, QObject *parent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 66-86 |
| | 12 | 3 |
QDeviceDiscoveryUDev::checkDeviceType| Name: | QDeviceDiscoveryUDev::checkDeviceType | | Prototype: | bool QDeviceDiscoveryUDev::checkDeviceType(udev_device *dev) | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 206-248 |
| | 27 | 13 |
QDeviceDiscoveryUDev::handleUDevNotification| Name: | QDeviceDiscoveryUDev::handleUDevNotification | | Prototype: | void QDeviceDiscoveryUDev::handleUDevNotification() | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 155-204 |
| | 33 | 13 |
QDeviceDiscoveryUDev::scanConnectedDevices| Name: | QDeviceDiscoveryUDev::scanConnectedDevices | | Prototype: | QStringList QDeviceDiscoveryUDev::scanConnectedDevices() | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 97-153 |
| | 40 | 16 |
QDeviceDiscoveryUDev::~QDeviceDiscoveryUDev| Name: | QDeviceDiscoveryUDev::~QDeviceDiscoveryUDev | | Prototype: | QDeviceDiscoveryUDev::~QDeviceDiscoveryUDev() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 88-95 |
| | 4 | 3 |
QDial::QDial| Name: | QDial::QDial | | Prototype: | QDial::QDial(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 241-246 |
| | 2 | 1 |
QDial::event| Name: | QDial::event | | Prototype: | bool QDial::event(QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 477-480 |
| | 1 | 1 |
QDial::initStyleOption| Name: | QDial::initStyleOption | | Prototype: | void QDial::initStyleOption(QStyleOptionSlider *option) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 109-134 |
| | 20 | 3 |
QDial::minimumSizeHint| Name: | QDial::minimumSizeHint | | Prototype: | QSize QDial::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 460-463 |
| | 1 | 1 |
QDial::mouseMoveEvent| Name: | QDial::mouseMoveEvent | | Prototype: | void QDial::mouseMoveEvent(QMouseEvent * e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 318-329 |
| | 8 | 2 |
QDial::mousePressEvent| Name: | QDial::mousePressEvent | | Prototype: | void QDial::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 277-293 |
| | 9 | 2 |
QDial::mouseReleaseEvent| Name: | QDial::mouseReleaseEvent | | Prototype: | void QDial::mouseReleaseEvent(QMouseEvent * e) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 300-311 |
| | 8 | 2 |
QDial::notchSize| Name: | QDial::notchSize | | Prototype: | int QDial::notchSize() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 386-406 |
| | 12 | 4 |
QDial::notchTarget| Name: | QDial::notchTarget | | Prototype: | qreal QDial::notchTarget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 426-430 |
| | 2 | 1 |
QDial::notchesVisible| Name: | QDial::notchesVisible | | Prototype: | bool QDial::notchesVisible() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 450-454 |
| | 2 | 1 |
QDial::paintEvent| Name: | QDial::paintEvent | | Prototype: | void QDial::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 265-271 |
| | 4 | 1 |
QDial::resizeEvent| Name: | QDial::resizeEvent | | Prototype: | void QDial::resizeEvent(QResizeEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 256-259 |
| | 1 | 1 |
QDial::setNotchTarget| Name: | QDial::setNotchTarget | | Prototype: | void QDial::setNotchTarget(double target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 408-413 |
| | 3 | 1 |