| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
parentObject| Name: | parentObject | | Prototype: | static inline QObject *parentObject(const QObject *obj) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1410-1418 |
| | 5 | 3 |
parseAlignment| Name: | parseAlignment | | Prototype: | static Qt::Alignment parseAlignment(const QCss::Value *values, int count) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 681-702 |
| | 16 | 11 |
parseAnnotation| Name: | parseAnnotation | | Prototype: | static bool parseAnnotation(const QXmlStreamReader &xml, QDBusIntrospection::Annotations &annotations, QDBusIntrospection::Interface *ifaceData, bool interfaceAnnotation = false) | | Coverage: | 62.500% (5/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 81-100 |
| | 11 | 3 |
parseArg| Name: | parseArg | | Prototype: | static bool parseArg(const QXmlStreamAttributes &attributes, QDBusIntrospection::Argument &argData, QDBusIntrospection::Interface *ifaceData) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 54-79 |
| | 14 | 4 |
parseBrushValue| Name: | parseBrushValue | | Prototype: | static BrushData parseBrushValue(const QCss::Value &v, const QPalette &pal) | | Coverage: | 0.000% (0/68) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 783-890 |
| | 85 | 23 |
parseColorValue| Name: | parseColorValue | | Prototype: | static ColorData parseColorValue(QCss::Value v) | | Coverage: | 0.000% (0/56) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 704-771 |
| | 45 | 16 |
parseCombinedArgString| Name: | parseCombinedArgString | | Prototype: | static QStringList parseCombinedArgString(const QString &program) | | Coverage: | 100.000% (27/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 2195-2233 |
| | 23 | 9 |
parseCookieHeader| Name: | parseCookieHeader | | Prototype: | static QVariant parseCookieHeader(const QByteArray &raw) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 849-862 |
| | 8 | 3 |
parseDateString| Name: | parseDateString | | Prototype: | static QDateTime parseDateString(const QByteArray &dateString) | | Coverage: | 67.260% (189/281) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | | Lines: | 578-868 |
| | 172 | 65 |
parseDecodedComponent| Name: | parseDecodedComponent | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
parseDecodedComponent| Name: | parseDecodedComponent | | Prototype: | static inline void parseDecodedComponent(QString &data) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 814-817 |
| | 0 | 2 |
parseFontName| Name: | parseFontName | | Prototype: | static void parseFontName(const QString &name, QString &foundry, QString &family) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 612-644 |
| | 23 | 7 |
parseHeaderName| Name: | parseHeaderName | | Prototype: | static int parseHeaderName(const QByteArray &headerName) | | Coverage: | 83.333% (30/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 803-839 |
| | 24 | 14 |
parseHeaderValue| Name: | parseHeaderValue | | Prototype: | static QVariant parseHeaderValue(QNetworkRequest::KnownHeaders header, const QByteArray &value) | | Coverage: | 88.000% (22/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 864-902 |
| | 16 | 12 |
parseHttpDate| Name: | parseHttpDate | | Prototype: | static QVariant parseHttpDate(const QByteArray &raw) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 841-847 |
| | 4 | 2 |
parseHttpOptionHeader| Name: | parseHttpOptionHeader | | Prototype: | static QHash<QByteArray, QByteArray> parseHttpOptionHeader(const QByteArray &header) | | Coverage: | 59.184% (29/49) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 71-159 |
| | 47 | 16 |
parseIp6| Name: | parseIp6 | | Prototype: | static const QChar *parseIp6(QString &host, const QChar *begin, const QChar *end, QUrl::ParsingMode mode) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1241-1270 |
| | 14 | 3 |
parseIp6| Name: | parseIp6 | | Prototype: | static bool parseIp6(const QString &address, QIPAddressUtils::IPv6Address &addr, QString *scopeId) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 178-189 |
| | 7 | 2 |
parseIpFuture| Name: | parseIpFuture | | Prototype: | static const QChar *parseIpFuture(QString &host, const QChar *begin, const QChar *end, QUrl::ParsingMode mode) | | Coverage: | 98.000% (49/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1190-1238 |
| | 28 | 10 |
parseMethod| Name: | parseMethod | | Prototype: | static bool parseMethod(QXmlStreamReader &xml, QDBusIntrospection::Method &methodData, QDBusIntrospection::Interface *ifaceData) | | Coverage: | 68.966% (20/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 168-222 |
| | 34 | 9 |
parseMultiArgFormatString| Name: | parseMultiArgFormatString | | Prototype: | static ParseResult parseMultiArgFormatString(const QString &s) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7900-7929 |
| | 20 | 6 |
parsePosixOffset| Name: | parsePosixOffset | | Prototype: | static int parsePosixOffset(const char *begin, const char *end) | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 425-441 |
| | 10 | 4 |
parsePosixTime| Name: | parsePosixTime | | Prototype: | static int parsePosixTime(const char *begin, const char *end) | | Coverage: | 44.828% (13/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 376-412 |
| | 18 | 7 |
parsePosixTransitionTime| Name: | parsePosixTransitionTime | | Prototype: | static QTime parsePosixTransitionTime(const QByteArray &timeRule) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 414-423 |
| | 4 | 2 |
parsePosixZoneNameAndOffset| Name: | parsePosixZoneNameAndOffset | | Prototype: | static QPair<QString, int> parsePosixZoneNameAndOffset(const char *&pos, const char *end) | | Coverage: | 88.235% (30/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 452-495 |
| | 30 | 9 |
parseProperty| Name: | parseProperty | | Prototype: | static bool parseProperty(QXmlStreamReader &xml, QDBusIntrospection::Property &propertyData, QDBusIntrospection::Interface *ifaceData) | | Coverage: | 63.158% (24/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 102-166 |
| | 30 | 11 |
parseShorthandBackgroundProperty| Name: | parseShorthandBackgroundProperty | | Prototype: | static void parseShorthandBackgroundProperty(const QVector<QCss::Value> &values, BrushData *brush, QString *image, Repeat *repeat, Qt::Alignment *alignment, const QPalette &pal) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 986-1030 |
| | 32 | 9 |
parseShorthandFontProperty| Name: | parseShorthandFontProperty | | Prototype: | static void parseShorthandFontProperty(const QVector<QCss::Value> &values, QFont *font, int *fontSizeAdjustment) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1210-1233 |
| | 14 | 5 |
parseSignal| Name: | parseSignal | | Prototype: | static bool parseSignal(QXmlStreamReader &xml, QDBusIntrospection::Signal &signalData, QDBusIntrospection::Interface *ifaceData) | | Coverage: | 75.000% (18/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusxmlparser.cpp | | Lines: | 225-274 |
| | 27 | 7 |
parseStyleValue| Name: | parseStyleValue | | Prototype: | static BorderStyle parseStyleValue(QCss::Value v) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 901-935 |
| | 16 | 15 |
parseTzAbbreviations| Name: | parseTzAbbreviations | | Prototype: | static QMap<int, QByteArray> parseTzAbbreviations(QDataStream &ds, int tzh_charcnt, const QVector<QTzType> &types) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 241-268 |
| | 14 | 5 |
parseTzHeader| Name: | parseTzHeader | | Prototype: | static QTzHeader parseTzHeader(QDataStream &ds, bool *ok) | | Coverage: | 48.485% (16/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 139-181 |
| | 26 | 5 |
parseTzIndicators| Name: | parseTzIndicators | | Prototype: | static QVector<QTzType> parseTzIndicators(QDataStream &ds, const QVector<QTzType> &types, int tzh_ttisstdcnt, int tzh_ttisgmtcnt) | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 295-315 |
| | 11 | 5 |
parseTzLeapSeconds| Name: | parseTzLeapSeconds | | Prototype: | static void parseTzLeapSeconds(QDataStream &ds, int tzh_leapcnt, bool longTran) | | Coverage: | 30.000% (6/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 270-293 |
| | 11 | 6 |
parseTzPosixRule| Name: | parseTzPosixRule | | Prototype: | static QByteArray parseTzPosixRule(QDataStream &ds) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 317-333 |
| | 10 | 3 |
parseTzTransitions| Name: | parseTzTransitions | | Prototype: | static QVector<QTzTransition> parseTzTransitions(QDataStream &ds, int tzh_timecnt, bool longTran) | | Coverage: | 72.414% (21/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 183-214 |
| | 18 | 8 |
parseTzTypes| Name: | parseTzTypes | | Prototype: | static QVector<QTzType> parseTzTypes(QDataStream &ds, int tzh_typecnt) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 216-239 |
| | 13 | 5 |
parseXftHintStyle| Name: | parseXftHintStyle | | Prototype: | static QFontEngine::HintStyle parseXftHintStyle(const QByteArray& stringValue) | | Coverage: | 30.769% (4/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 720-732 |
| | 9 | 5 |
parseXftInt| Name: | parseXftInt | | Prototype: | static bool parseXftInt(const QByteArray& stringValue, int *value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 712-718 |
| | 4 | 1 |
parseXftRgba| Name: | parseXftRgba | | Prototype: | static QFontEngine::SubpixelAntialiasingType parseXftRgba(const QByteArray& stringValue) | | Coverage: | 12.500% (2/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 734-748 |
| | 11 | 6 |
parse_locale_tag| Name: | parse_locale_tag | | Prototype: | static bool parse_locale_tag(const QString &input, int &i, QString *result, const QString &separators) | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 382-400 |
| | 15 | 4 |
pathHashKey| Name: | pathHashKey | | Prototype: | static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1044-1047 |
| | 1 | 1 |
pathIsDir| Name: | pathIsDir | | Prototype: | static bool pathIsDir(const QByteArray &nativeName) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 553-560 |
| | 2 | 1 |
pcre16SafeExec| Name: | pcre16SafeExec | | Prototype: | static int pcre16SafeExec(const pcre16 *code, const pcre16_extra *extra, const unsigned short *subject, int length, int startOffset, int options, int *ovector, int ovecsize) | | Coverage: | 33.333% (2/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1208-1225 |
| | 8 | 2 |
perf_event_open| Name: | perf_event_open | | Prototype: | static int perf_event_open(perf_event_attr *attr, pid_t pid, int cpu, int group_fd, unsigned long flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | | Lines: | 123-136 |
| | 1 | 1 |
permissionsToMode| Name: | permissionsToMode | | Prototype: | static quint32 permissionsToMode(QFile::Permissions perms) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 243-265 |
| | 20 | 10 |
perp| Name: | perp | | Prototype: | static inline int perp(bool vertical, const QSize &size) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 427-430 |
| | 1 | 1 |
pick| Name: | pick | | Prototype: | static inline int pick(bool vertical, const QSize &size) | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 422-425 |
| | 1 | 1 |
pixelFormatCompatibleWithInternalFormat| Name: | pixelFormatCompatibleWithInternalFormat | | Prototype: | static QOpenGLTexture::PixelFormat pixelFormatCompatibleWithInternalFormat(QOpenGLTexture::TextureFormat internalFormat) | | Coverage: | 0.000% (0/169) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 472-716 |
| | 73 | 99 |
pixelToPoint| Name: | pixelToPoint | | Prototype: | static QString pixelToPoint(qreal pixels) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextodfwriter.cpp | | Lines: | 57-61 |
| | 1 | 1 |
pixelTypeCompatibleWithInternalFormat| Name: | pixelTypeCompatibleWithInternalFormat | | Prototype: | static QOpenGLTexture::PixelType pixelTypeCompatibleWithInternalFormat(QOpenGLTexture::TextureFormat internalFormat) | | Coverage: | 0.000% (0/122) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 718-868 |
| | 26 | 99 |
pixel_distance| Name: | pixel_distance | | Prototype: | static inline int pixel_distance(QRgb p1, QRgb p2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2030-2042 |
| | 9 | 1 |
platformAccessibility| Name: | platformAccessibility | | Prototype: | static QPlatformAccessibility *platformAccessibility() | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 477-481 |
| | 2 | 1 |
pointDistanceFromLine| Name: | pointDistanceFromLine | | Prototype: | inline int pointDistanceFromLine(const QPoint &p, const QPoint &v1, const QPoint &v2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 163-166 |
| | 1 | 1 |
pointerAddress| Name: | pointerAddress | | Prototype: | int *pointerAddress() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/tests/auto/corelib/plugin/qpluginloader/lib/mylib.c | | Lines: | 49-52 |
| | 1 | 1 |
pointsIntoRange| Name: | pointsIntoRange | | Prototype: | bool pointsIntoRange(const QChar *ptr, const ushort *base, int len) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2392-2396 |
| | 2 | 1 |
populateFromPattern| Name: | populateFromPattern | | Prototype: | static void populateFromPattern(FcPattern *pattern) | | Coverage: | 60.000% (45/75) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 364-476 |
| | 81 | 22 |
positionIncludesFrame| Name: | positionIncludesFrame | | Prototype: | static inline bool positionIncludesFrame(QWindow *w) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 219-222 |
| | 1 | 1 |
postEventSourceCheck| Name: | postEventSourceCheck | | Prototype: | static gboolean postEventSourceCheck(GSource *source) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 261-264 |
| | 1 | 1 |
postEventSourceDispatch| Name: | postEventSourceDispatch | | Prototype: | static gboolean postEventSourceDispatch(GSource *s, GSourceFunc, gpointer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 266-273 |
| | 5 | 1 |
postEventSourcePrepare| Name: | postEventSourcePrepare | | Prototype: | static gboolean postEventSourcePrepare(GSource *s, gint *timeout) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 244-259 |
| | 11 | 3 |
postProcess| Name: | postProcess | | Prototype: | static QList<QNetworkInterfacePrivate *> postProcess(QList<QNetworkInterfacePrivate *> list) | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | | Lines: | 45-73 |
| | 13 | 5 |
pow10| Name: | pow10 | | Prototype: | static qlonglong pow10(int exp) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 390-396 |
| | 4 | 2 |
pow5mult| Name: | pow5mult | | Prototype: | static Bigint *pow5mult(Bigint *b, int k) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 811-843 |
| | 21 | 8 |
prepareEngine| Name: | prepareEngine | | Prototype: | inline static void prepareEngine(QRegExpPrivate *priv) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3856-3861 |
| | 3 | 2 |
prepareEngineForMatch| Name: | prepareEngineForMatch | | Prototype: | static void prepareEngineForMatch(QRegExpPrivate *priv, const QString &str) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3863-3873 |
| | 4 | 1 |
prepareEngine_helper| Name: | prepareEngine_helper | | Prototype: | static void prepareEngine_helper(QRegExpPrivate *priv) | | Coverage: | 80.000% (12/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3837-3854 |
| | 10 | 5 |
prepareIdentifier| Name: | prepareIdentifier | | Prototype: | static QString prepareIdentifier(const QString &identifier, QSqlDriver::IdentifierType type, const QSqlDriver *driver) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldriver.cpp | | Lines: | 45-54 |
| | 5 | 2 |
prevCharJoins| Name: | prevCharJoins | | Prototype: | static inline bool prevCharJoins(const QString &string, int pos) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2668-2676 |
| | 6 | 3 |
primeForCount| Name: | primeForCount | | Prototype: | static inline int primeForCount(int count) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 452-464 |
| | 8 | 3 |
primeForNumBits| Name: | primeForNumBits | | Prototype: | static inline int primeForNumBits(int numBits) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 447-450 |
| | 1 | 1 |
printPage| Name: | printPage | | Prototype: | static void printPage(int index, QPainter *painter, const QTextDocument *doc, const QRectF &body, const QPointF &pageNumberPos) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1849-1879 |
| | 17 | 2 |
printXcbEvent| Name: | printXcbEvent | | Prototype: | void printXcbEvent(const char *message, xcb_generic_event_t *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 771-821 |
| | 2 | 1 |
print_backtrace| Name: | print_backtrace | | Prototype: | static void print_backtrace(FILE *outb) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcrashhandler.cpp | | Lines: | 71-86 |
| | 11 | 4 |
priv| Name: | priv | | Prototype: | static inline const QMetaObjectPrivate *priv(const uint* data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 139-140 |
| | 1 | 1 |
priv| Name: | priv | | Prototype: | static inline __attribute__((__unused__)) const QMetaObjectPrivate *priv(const uint* data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 85-86 |
| | 1 | 1 |
priv| Name: | priv | | Prototype: | static inline const QDBusMetaObjectPrivate *priv(const uint* data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 654-657 |
| | 1 | 1 |
progressForValue| Name: | progressForValue | | Prototype: | static qreal progressForValue(const QEasingCurve &curve, qreal value) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 160-182 |
| | 16 | 6 |
propertyNameForStandardPixmap| Name: | propertyNameForStandardPixmap | | Prototype: | static QLatin1String propertyNameForStandardPixmap(QStyle::StandardPixmap sp) | | Coverage: | 0.000% (0/110) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 5046-5105 |
| | 56 | 56 |
propertyNotFoundError| Name: | propertyNotFoundError | | Prototype: | static inline QDBusMessage propertyNotFoundError(const QDBusMessage &msg, const QString &interface_name, const QByteArray &property_name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 206-215 |
| | 6 | 1 |
propertyWriteReply| Name: | propertyWriteReply | | Prototype: | static QDBusMessage propertyWriteReply(const QDBusMessage &msg, const QString &interface_name, const QByteArray &property_name, int status) | | Coverage: | 36.364% (4/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 293-320 |
| | 17 | 6 |
proxyAuthenticationKey| Name: | proxyAuthenticationKey | | Prototype: | static QByteArray proxyAuthenticationKey(const QNetworkProxy &proxy, const QString &realm) | | Coverage: | 50.000% (7/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 96-132 |
| | 16 | 8 |
pseudoClass| Name: | pseudoClass | | Prototype: | static quint64 pseudoClass(QStyle::State state) | | Coverage: | 0.000% (0/52) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1653-1700 |
| | 37 | 17 |
ptr| Name: | ptr | | Prototype: | template<typename T> static inline ControlElement<T> *ptr(QWidget *widget) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 235-243 |
| | 4 | 2 |
putEscapedString| Name: | putEscapedString | | Prototype: | template <typename Char> static inline void putEscapedString(QTextStreamPrivate *d, const Char *begin, int length, bool isUnicode = true) | | Coverage: | 90.323% (56/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 186-293 |
| | 72 | 20 |
q26Dot6Compare| Name: | q26Dot6Compare | | Prototype: | static inline bool q26Dot6Compare(qreal p1, qreal p2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 710-713 |
| | 1 | 1 |
qAbs| Name: | qAbs | | Prototype: | inline QPointF qAbs(const QPointF &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 112-115 |
| | 1 | 1 |
qAbsTimespec| Name: | qAbsTimespec | | Prototype: | timespec qAbsTimespec(const timespec &t) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 89-100 |
| | 7 | 3 |
qAccessibleCleanup| Name: | qAccessibleCleanup | | Prototype: | static void qAccessibleCleanup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 501-505 |
| | 2 | 1 |
qAccessibleEventString| Name: | qAccessibleEventString | | Prototype: | const char *qAccessibleEventString(QAccessible::Event event) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 1843-1847 |
| | 1 | 1 |
qAccessibleFactory| Name: | qAccessibleFactory | | Prototype: | QAccessibleInterface *qAccessibleFactory(const QString &classname, QObject *object) | | Coverage: | 0.000% (0/157) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgetfactory.cpp | | Lines: | 52-217 |
| | 101 | 49 |
qAccessibleLocalizedActionDescription| Name: | qAccessibleLocalizedActionDescription | | Prototype: | QString qAccessibleLocalizedActionDescription(const QString &actionName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 2996-2999 |
| | 1 | 1 |
qAccessibleRelationToAtSpiRelation| Name: | qAccessibleRelationToAtSpiRelation | | Prototype: | AtspiRelationType qAccessibleRelationToAtSpiRelation(QAccessible::Relation relation) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/constant_mappings.cpp | | Lines: | 128-143 |
| | 7 | 6 |
qAccessibleRoleString| Name: | qAccessibleRoleString | | Prototype: | const char *qAccessibleRoleString(QAccessible::Role role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 1834-1840 |
| | 3 | 2 |
qAddPostRoutine| Name: | qAddPostRoutine | | Prototype: | void qAddPostRoutine(QtCleanUpFunction p) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 254-260 |
| | 4 | 2 |
qAddPreRoutine| Name: | qAddPreRoutine | | Prototype: | void qAddPreRoutine(QtStartUpFunction p) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 239-252 |
| | 7 | 3 |
qAllocMore| Name: | qAllocMore | | Prototype: | int qAllocMore(int alloc, int extra) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 125-135 |
| | 5 | 1 |
qAppName| Name: | qAppName | | Prototype: | QString qAppName() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 593-598 |
| | 3 | 2 |
qAverage| Name: | qAverage | | Prototype: | template <typename T> typename T::value_type qAverage(const T &container) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | | Lines: | 284-297 |
| | 9 | 2 |
qBadAlloc| Name: | qBadAlloc | | Prototype: | void qBadAlloc() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2996-2999 |
| | 1 | 1 |